43 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

include::../../../shared_content/secrets/description.adoc[]
== Why is this an issue?
include::../../../shared_content/secrets/rationale.adoc[]
=== What is the potential impact?
Below are some real-world scenarios that illustrate some impacts of an attacker
exploiting the secret.
include::../../../shared_content/secrets/impact/blockchain_data_exposure.adoc[]
include::../../../shared_content/secrets/impact/non_repudiation.adoc[]
include::../../../shared_content/secrets/impact/banking_financial_loss.adoc[]
== How to fix it
include::../../../shared_content/secrets/fix/revoke.adoc[]
include::../../../shared_content/secrets/fix/vault.adoc[]
=== Code examples
:example_secret: https://eth-mainnet.alchemyapi.io/v2/sAwFYc32ctGA_VSdesa72bheDxfGWRWl
:example_name: alchemy_eth_api_key
:example_env: ALCHEMY_ETH_API_KEY
include::../../../shared_content/secrets/examples.adoc[]
//=== How does this work?
//=== Pitfalls
//=== Going the extra mile
== Resources
include::../../../shared_content/secrets/resources/standards.adoc[]
//=== Benchmarks