Skip to content

Commit

Permalink
Remove negative lookahead from gitleaks generic API secret regex
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDC0DE committed Jul 8, 2024
1 parent a4ee962 commit 4cbb7bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion generic/secrets/gitleaks/generic-api-key.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,20 @@ clientToken: "pub4306832bdc5f2b8b980c492ec2c11ef3",
// ok: generic-api-key
keys: 'privkey1.json',
// ok: generic-api-key
"Keywords": "asdsadsadsaUSAdusadusadsa",
"Keywords": "asdsadsadsaUSAdusadusadsa",


# ruleid: generic-api-key
jenkins.api.token=MbBdK@Rz-NppWpBGAYPDUks7zoc

# ruleid: generic-api-key
jenkins.api.token=MbBdKRz_NppWpBGAYPDUks7zoc

# ruleid: generic-api-key
jenkins.api.token=MbBdKRzNppWpBGAYPDUks7zoc

# ruleid: generic-api-key
jenkins.api.token=MbBdKRz-NppWpBGAYPDUks7zoc

# ruleid: generic-api-key
jenkins.api.token=MbBdK@RzNppWpBGAYPDUks7zoc
Loading

0 comments on commit 4cbb7bd

Please sign in to comment.