This commit is contained in:
2026-01-07 20:21:33 +01:00
parent 9c7e96760b
commit a1fe47cdf4
5 changed files with 587 additions and 221 deletions

View File

@@ -15,7 +15,6 @@ import yaml
SECURITY_CHECKS = [
{
'name': 'Full webhook data in env vars',
"name": "Full webhook data in env vars",
"pattern": r"toJSON\(github\.event\)|toJSON\(gitea\.event\)",
"severity": "HIGH",
@@ -155,3 +154,4 @@ def main():
if __name__ == "__main__":
sys.exit(main())