Skip to content

Commit 3473048

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

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/Rules/AvoidSecretDisclosure.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ plaintext secrets.
2929
`SecurePassword` instead of accessing plaintext passwords.
3030

3131
> [!NOTE]
32-
>
33-
> For custom properties named "Password", it is recommended to rename them to something that does not imply they
34-
> contain secrets, or to ensure that they do not actually contain secrets. If renaming is not possible, consider
35-
> suppressing the warning for those specific cases.
32+
> For custom properties named "Password", it is recommended to rename them to something that does
33+
> not imply they contain secrets, or to ensure that they do not actually contain secrets. If
34+
> renaming is not possible, consider suppressing the warning for those specific cases.
3635
3736
## Configuration
3837

0 commit comments

Comments
 (0)