Skip to content

Commit

Permalink
Amended to fix over matching
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops committed Feb 12, 2024
1 parent 72d94c4 commit c00b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsa/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ patterns:
pattern: |
ssh-rsa\s+[a-zA-Z0-9/\+=]{20,}
end: |
\z|\b
\z|\s+[a-zA-Z0-9@-]+([\r\n]|\z)
comments:
- "SSH Public Key (not a secret)"
- Ignores the name of the public key
Expand Down

0 comments on commit c00b9c5

Please sign in to comment.