Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rules that are for deprecated or removed services and update tokens for others #3346

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions generic/secrets/security/detected-aws-account-id.txt

This file was deleted.

58 changes: 0 additions & 58 deletions generic/secrets/security/detected-aws-account-id.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions generic/secrets/security/detected-hockeyapp.txt

This file was deleted.

26 changes: 0 additions & 26 deletions generic/secrets/security/detected-hockeyapp.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions generic/secrets/security/detected-outlook-team.txt

This file was deleted.

26 changes: 0 additions & 26 deletions generic/secrets/security/detected-outlook-team.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions generic/secrets/security/detected-picatic-api-key.jsx

This file was deleted.

25 changes: 0 additions & 25 deletions generic/secrets/security/detected-picatic-api-key.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion generic/secrets/security/detected-sauce-token.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rules:
- id: detected-sauce-token
pattern-regex: |-
(?i)sauce.{0,50}(\\\"|'|`)?[0-9a-f-]{36}(\\\"|'|`)?
(?i)sauce.{0,50}(\\\"|'|`)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(\\\"|'|`)?
languages: [regex]
message: Sauce Token detected
severity: ERROR
Expand Down
Loading