Skip to content

Commit 0bf57a7

Browse files
committed
Remove the license, similarly to the child commit from the forked head
1 parent 96ad7ed commit 0bf57a7

File tree

82 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+90
-90
lines changed

dockerfile/best-practice/remove-package-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ rules:
1616
category: best-practice
1717
technology:
1818
- dockerfile
19-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
19+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ rules:
4444
- audit
4545
likelihood: LOW
4646
impact: HIGH
47-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
47+

generic/secrets/security/detected-aws-account-id.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ rules:
5555
- audit
5656
likelihood: LOW
5757
impact: HIGH
58-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
58+

generic/secrets/security/detected-google-api-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rules:
1515
technology:
1616
- secrets
1717
- google
18-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
18+
1919
confidence: LOW
2020
owasp:
2121
- A07:2021 - Identification and Authentication Failures

generic/secrets/security/detected-telegram-bot-api-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rules:
1616
technology:
1717
- secrets
1818
- telegram
19-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
19+
2020
confidence: LOW
2121
owasp:
2222
- A07:2021 - Identification and Authentication Failures

generic/secrets/security/detected-username-and-password-in-uri.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rules:
2626
technology:
2727
- secrets
2828
confidence: MEDIUM
29-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
29+
3030
cwe2022-top25: true
3131
cwe2021-top25: true
3232
subcategory:

go/gorilla/security/audit/handler-assignment-from-multiple-sources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rules:
77
technology:
88
- gorilla
99
confidence: MEDIUM
10-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
10+
1111
references:
1212
- https://cwe.mitre.org/data/definitions/289.html
1313
subcategory:

go/lang/security/audit/sqli/pg-orm-sqli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ rules:
8484
- vuln
8585
likelihood: LOW
8686
impact: HIGH
87-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
87+
8888
severity: ERROR

go/lang/security/audit/xss/no-direct-write-to-responsewriter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rules:
1111
category: security
1212
cwe:
1313
- "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
14-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
14+
1515
owasp:
1616
- A07:2017 - Cross-Site Scripting (XSS)
1717
- A03:2021 - Injection

go/lang/security/injection/raw-html-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rules:
2121
- go
2222
references:
2323
- https://blogtitle.github.io/robn-go-security-pearls-cross-site-scripting-xss/
24-
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
24+
2525
confidence: MEDIUM
2626
cwe2022-top25: true
2727
cwe2021-top25: true

0 commit comments

Comments
 (0)