save progress
This commit is contained in:
17
offline/rules/secrets/sources/pypi-token.json
Normal file
17
offline/rules/secrets/sources/pypi-token.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "stellaops.secrets.pypi-token",
|
||||
"version": "1.0.0",
|
||||
"name": "PyPI API Token",
|
||||
"description": "Detects PyPI API tokens",
|
||||
"type": "regex",
|
||||
"pattern": "pypi-AgEIcHlwaS5vcmc[A-Za-z0-9_-]{50,}",
|
||||
"severity": "high",
|
||||
"confidence": "high",
|
||||
"keywords": ["pypi-", "pypi.org"],
|
||||
"filePatterns": [".pypirc", "*.yml", "*.yaml", "*.json", "*.env", "*.sh", "*.toml"],
|
||||
"enabled": true,
|
||||
"tags": ["pypi", "python", "package-manager", "credentials", "token"],
|
||||
"references": [
|
||||
"https://pypi.org/help/#apitoken"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user