From 86e51b13097958132d43530b89e52b9019f87b76 Mon Sep 17 00:00:00 2001 From: Jamie Anderson <127742609+jamie-anderson-sonarsource@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:29:13 +0000 Subject: [PATCH] Remove comments from rule.adoc --- rules/S7171/secrets/rule.adoc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rules/S7171/secrets/rule.adoc b/rules/S7171/secrets/rule.adoc index ec22ee6631c..1900d935cc1 100644 --- a/rules/S7171/secrets/rule.adoc +++ b/rules/S7171/secrets/rule.adoc @@ -7,28 +7,17 @@ include::../../../shared_content/secrets/rationale.adoc[] === What is the potential impact? -// Optional: Give a general description of the secret and what it's used for. - Below are some real-world scenarios that illustrate some impacts of an attacker exploiting the secret. -// Set value that can be used to refer to the type of secret in, for example: -// "An attacker can use this {secret_type} to ..." :secret_type: credentials -// Where possible, use predefined content for common impacts. This content can -// 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/phishing.adoc[] include::../../../shared_content/secrets/impact/exceed_rate_limits.adoc[] include::../../../shared_content/secrets/impact/suspicious_activities_termination.adoc[] - - == How to fix it include::../../../shared_content/secrets/fix/revoke.adoc[]