-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
k4ch0w
committed
Sep 8, 2017
1 parent
9fdfe59
commit a45811d
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "(\\n[a-z0-9_\\-]+[:;\\|][a-z0-9_\\-]+){10,}", | ||
"description": "Secret", | ||
"secretType": "fileContentRegex" | ||
}, | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "(api|secret)key\\s*[\\=]+", | ||
"description": "API secret key", | ||
"secretType": "fileContentRegex" | ||
}, | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "BEGIN:VCALENDAR", | ||
"description": "iCalender", | ||
"secretType": "fileContentLiteral" | ||
}, | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "\\s*[a-z0-9\\-_]*secret[key]+\\s*[:=]+\\s*[\"']\\S+[\"']", | ||
"description": "secret key", | ||
"secretType": "fileContentRegex" | ||
}, | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "^[a-z0-9]+:[a-z0-9]{13}$", | ||
"description": "HtPasswds", | ||
"secretType": "fileContentRegex" | ||
}, | ||
{ | ||
"highFalsePositive": "false", | ||
"value": "secret\\s*[\\=]+", | ||
"description": "Secret finder", | ||
"secretType": "fileContentRegex" | ||
} | ||
] |