Skip to content

Commit 87007a8

Browse files
authored
Merge branch 'develop' into fix_3376
2 parents 2aaf480 + e0f15da commit 87007a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

generic/secrets/gitleaks/generic-api-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rules:
3838
- "*bundle.js"
3939
- "*pnpm-lock*"
4040
- "*Podfile.lock"
41-
- "*/openssl/*.h"
41+
- "**/*/openssl/*.h"
4242
- "*.xcscmblueprint"
4343
patterns:
4444
# The original regex from gitleaks is in this rule https://semgrep.dev/playground/s/57qk (but its very noisy) even with our entropy analyzer

generic/secrets/security/detected-artifactory-password.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rules:
2121
- "*bundle.js"
2222
- "*pnpm-lock*"
2323
- "*Podfile.lock"
24-
- "*/openssl/*.h"
24+
- "**/*/openssl/*.h"
2525
- "*.xcscmblueprint"
2626
message: Artifactory token detected
2727
severity: ERROR

generic/secrets/security/detected-artifactory-token.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rules:
1616
- "*bundle.js"
1717
- "*pnpm-lock*"
1818
- "*Podfile.lock"
19-
- "*/openssl/*.h"
19+
- "**/*/openssl/*.h"
2020
- "*.xcscmblueprint"
2121
- "*cargo.lock"
2222
message: Artifactory token detected

generic/secrets/security/detected-sonarqube-docs-api-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rules:
1616
- "*bundle.js"
1717
- "*pnpm-lock*"
1818
- "*Podfile.lock"
19-
- "*/openssl/*.h"
19+
- "**/*/openssl/*.h"
2020
- "*.xcscmblueprint"
2121
metadata:
2222
cwe:

0 commit comments

Comments
 (0)