Skip to content

Commit b2ed757

Browse files
iRon7sdwheeler
andauthored
Update docs/Rules/AvoidSecretDisclosure.md
Co-authored-by: Sean Wheeler <sean.wheeler@microsoft.com>
1 parent 014cfba commit b2ed757

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Rules/AvoidSecretDisclosure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ title: AvoidSecretDisclosure
1010

1111
## Description
1212

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.
13+
Disclosing a secret might result in security vulnerabilities such as memory trails or logging trails
14+
that could be exploited by attackers. This rule identifies instances where a secret is being
15+
converted to plain text, which can lead to unintended exposure of sensitive information.
1616

1717
> [!IMPORTANT]
1818
>

0 commit comments

Comments
 (0)