Files
AWatch-rus/aw-server/dlp-content-analysis/regex-packs/secrets.json
T

7 lines
216 B
JSON

{
"rules": [
{ "id": "aws-access-key", "regex": "AKIA[0-9A-Z]{16}", "severity": "high" },
{ "id": "generic-password", "regex": "(?i)(password|пароль)\\s*[:=]\\s*\\S{6,}", "severity": "medium" }
]
}