Modify rule S6992/S6999: Add missing variables (APPSEC-1885) (#4047)
This commit is contained in:
parent
9c0b794d64
commit
f740f91b5e
@ -18,6 +18,8 @@ exploiting the secret.
|
|||||||
|
|
||||||
// Where possible, use predefined content for common impacts. This content can
|
// Where possible, use predefined content for common impacts. This content can
|
||||||
// be found in the folder "shared_content/secrets/impact".
|
// be found in the folder "shared_content/secrets/impact".
|
||||||
|
// When using predefined content, search for any required variables to be set and include them in this file.
|
||||||
|
// Not adding them will not trigger warnings.
|
||||||
|
|
||||||
//include::../../../shared_content/secrets/impact/some_impact.adoc[]
|
//include::../../../shared_content/secrets/impact/some_impact.adoc[]
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ exploiting the secret.
|
|||||||
// "An attacker can use this {secret_type} to ..."
|
// "An attacker can use this {secret_type} to ..."
|
||||||
:secret_type: token
|
:secret_type: token
|
||||||
|
|
||||||
|
:service_name: Equinix
|
||||||
|
|
||||||
include::../../../shared_content/secrets/impact/infrastructure_takeover.adoc[]
|
include::../../../shared_content/secrets/impact/infrastructure_takeover.adoc[]
|
||||||
|
|
||||||
include::../../../shared_content/secrets/impact/data_compromise.adoc[]
|
include::../../../shared_content/secrets/impact/data_compromise.adoc[]
|
||||||
|
@ -16,6 +16,8 @@ exploiting the secret.
|
|||||||
// "An attacker can use this {secret_type} to ..."
|
// "An attacker can use this {secret_type} to ..."
|
||||||
:secret_type: application key or consumer key
|
:secret_type: application key or consumer key
|
||||||
|
|
||||||
|
:service_name: OVH
|
||||||
|
|
||||||
include::../../../shared_content/secrets/impact/infrastructure_takeover.adoc[]
|
include::../../../shared_content/secrets/impact/infrastructure_takeover.adoc[]
|
||||||
|
|
||||||
include::../../../shared_content/secrets/impact/data_compromise.adoc[]
|
include::../../../shared_content/secrets/impact/data_compromise.adoc[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user