rspec/rules/S6783/secrets/rule.adoc

43 lines
1.0 KiB
Plaintext
Raw 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://mainnet.infura.io/v3/f6fc4aa25abb16e901876269d01f2ec5
:example_name: infura_api_key
:example_env: INFURA_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