We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014cfba commit b2ed757Copy full SHA for b2ed757
1 file changed
docs/Rules/AvoidSecretDisclosure.md
@@ -10,9 +10,9 @@ title: AvoidSecretDisclosure
10
11
## Description
12
13
-Disclosing a secret might result in security vulnerabilities such as memory trails or logging trails that could
14
-be exploited by attackers. This rule identifies instances where a secret is being converted to plain text,
15
-which can lead to unintended exposure of sensitive information.
+Disclosing a secret might result in security vulnerabilities such as memory trails or logging trails
+that could be exploited by attackers. This rule identifies instances where a secret is being
+converted to plain text, which can lead to unintended exposure of sensitive information.
16
17
> [!IMPORTANT]
18
>
0 commit comments