Skip to content

Commit bad23b4

Browse files
update rules metadata (#1919)
1 parent 30c1ce4 commit bad23b4

33 files changed

+36
-44
lines changed

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2053.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"PCI DSS 4.0": [
3737
"6.2.4"
3838
],
39-
"STIG ASD 2023-06-08": [
39+
"STIG ASD_V5R3": [
4040
"V-222542"
4141
]
4242
},

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2092.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"6.1.2",
4646
"6.1.3"
4747
],
48-
"STIG ASD 2023-06-08": [
48+
"STIG ASD_V5R3": [
4949
"V-222576"
5050
]
5151
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2245.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ <h2>See</h2>
4141
<li> OWASP - <a href="https://owasp.org/Top10/A02_2021-Cryptographic_Failures/">Top 10 2021 Category A2 - Cryptographic Failures</a> </li>
4242
<li> OWASP - <a href="https://owasp.org/www-project-top-ten/2017/A3_2017-Sensitive_Data_Exposure">Top 10 2017 Category A3 - Sensitive Data
4343
Exposure</a> </li>
44-
<li> <a href="https://mobile-security.gitbook.io/masvs/security-requirements/0x08-v3-cryptography_verification_requirements">Mobile AppSec
45-
Verification Standard - Cryptography Requirements</a> </li>
44+
<li> <a href="https://mas.owasp.org/checklists/MASVS-CRYPTO/">Mobile AppSec Verification Standard - Cryptography Requirements</a> </li>
4645
<li> OWASP - <a href="https://owasp.org/www-project-mobile-top-10/2016-risks/m5-insufficient-cryptography">Mobile Top 10 2016 Category M5 -
4746
Insufficient Cryptography</a> </li>
4847
<li> CWE - <a href="https://cwe.mitre.org/data/definitions/338">CWE-338 - Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)</a>

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2612.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ASVS 4.0": [
4141
"4.3.3"
4242
],
43-
"STIG ASD 2023-06-08": [
43+
"STIG ASD_V5R3": [
4444
"V-222430"
4545
]
4646
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S2755.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ASVS 4.0": [
4040
"5.5.2"
4141
],
42-
"STIG ASD 2023-06-08": [
42+
"STIG ASD_V5R3": [
4343
"V-222608"
4444
]
4545
},

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S3330.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ASVS 4.0": [
4040
"3.4.2"
4141
],
42-
"STIG ASD 2023-06-08": [
42+
"STIG ASD_V5R3": [
4343
"V-222575"
4444
]
4545
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S4426.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ <h3>Standards</h3>
290290
Exposure</a> </li>
291291
<li> OWASP - <a href="https://owasp.org/www-project-top-ten/2017/A6_2017-Security_Misconfiguration">Top 10 2017 Category A6 - Security
292292
Misconfiguration</a> </li>
293-
<li> OWASP - <a href="https://mobile-security.gitbook.io/masvs/security-requirements/0x08-v3-cryptography_verification_requirements">Mobile AppSec
294-
Verification Standard - Cryptography Requirements</a> </li>
293+
<li> OWASP - <a href="https://mas.owasp.org/checklists/MASVS-CRYPTO/">Mobile AppSec Verification Standard - Cryptography Requirements</a> </li>
295294
<li> OWASP - <a href="https://owasp.org/www-project-mobile-top-10/2016-risks/m5-insufficient-cryptography">Mobile Top 10 2016 Category M5 -
296295
Insufficient Cryptography</a> </li>
297296
<li> <a href="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf">NIST 800-131A</a> - Recommendation for Transitioning the

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S4502.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"13.2.3",
4242
"4.2.2"
4343
],
44-
"STIG ASD 2023-06-08": [
44+
"STIG ASD_V5R3": [
4545
"V-222603"
4646
]
4747
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S4790.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ <h2>See</h2>
4242
Exposure</a> </li>
4343
<li> OWASP - <a href="https://owasp.org/www-project-top-ten/2017/A6_2017-Security_Misconfiguration">Top 10 2017 Category A6 - Security
4444
Misconfiguration</a> </li>
45-
<li> OWASP - <a href="https://mobile-security.gitbook.io/masvs/security-requirements/0x08-v3-cryptography_verification_requirements">Mobile AppSec
46-
Verification Standard - Cryptography Requirements</a> </li>
45+
<li> OWASP - <a href="https://mas.owasp.org/checklists/MASVS-CRYPTO/">Mobile AppSec Verification Standard - Cryptography Requirements</a> </li>
4746
<li> OWASP - <a href="https://owasp.org/www-project-mobile-top-10/2016-risks/m5-insufficient-cryptography">Mobile Top 10 2016 Category M5 -
4847
Insufficient Cryptography</a> </li>
4948
<li> CWE - <a href="https://cwe.mitre.org/data/definitions/1240">CWE-1240 - Use of a Risky Cryptographic Primitive</a> </li>

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S4830.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ <h3>Standards</h3>
186186
Misconfiguration</a> </li>
187187
<li> OWASP - <a href="https://owasp.org/www-project-mobile-top-10/2016-risks/m3-insecure-communication">Mobile Top 10 2016 Category M3 - Insecure
188188
Communication</a> </li>
189-
<li> OWASP - <a href="https://mobile-security.gitbook.io/masvs/security-requirements/0x10-v5-network_communication_requirements">Mobile AppSec
190-
Verification Standard - Network Communication Requirements</a> </li>
189+
<li> OWASP - <a href="https://mas.owasp.org/checklists/MASVS-NETWORK/">Mobile AppSec Verification Standard - Network Communication Requirements</a>
190+
</li>
191191
<li> CWE - <a href="https://cwe.mitre.org/data/definitions/295">CWE-295 - Improper Certificate Validation</a> </li>
192192
<li> STIG Viewer - <a href="https://stigviewer.com/stig/application_security_and_development/2023-06-08/finding/V-222550">Application Security and
193193
Development: V-222550</a> - The application must validate certificates by constructing a certification path to an accepted trust anchor. </li>

0 commit comments

Comments
 (0)