Skip to content

Commit ed770ae

Browse files
authored
JS-561 Update rspec for release (#5114)
1 parent dc5b4bb commit ed770ae

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

css-sonarpedia/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"CSS"
55
],
6-
"latest-update": "2024-12-19T10:07:22.737305Z",
6+
"latest-update": "2025-02-17T08:41:01.715828Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

sonar-plugin/javascript-checks/src/main/resources/org/sonar/l10n/javascript/rules/javascript/S4426.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>How does this work?</h3>
138138
<h4>RSA (Rivest-Shamir-Adleman) and DSA (Digital Signature Algorithm)</h4>
139139
<p>The security of these algorithms depends on the difficulty of attacks attempting to solve their underlying mathematical problem.</p>
140140
<p>In general, a minimum key size of <strong>2048</strong> bits is recommended for both. It provides 112 bits of security. A key length of
141-
<strong>3072</strong> or <strong>4092</strong> should be preferred when possible.</p>
141+
<strong>3072</strong> or <strong>4096</strong> should be preferred when possible.</p>
142142
<h4>AES (Advanced Encryption Standard)</h4>
143143
<p>AES supports three key sizes: 128 bits, 192 bits and 256 bits. The security of the AES algorithm is based on the computational complexity of trying
144144
all possible keys.<br> A larger key size increases the number of possible keys and makes exhaustive search attacks computationally infeasible.

sonar-plugin/javascript-checks/src/main/resources/org/sonar/l10n/javascript/rules/javascript/S5742.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"func": "Constant\/Issue",
1313
"constantCost": "30min"
1414
},
15-
"tags": [
16-
"cwe",
17-
"express.js"
18-
],
15+
"tags": [],
1916
"defaultSeverity": "Minor",
2017
"ruleSpecification": "RSPEC-5742",
2118
"sqKey": "S5742",

sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"JS"
55
],
6-
"latest-update": "2024-12-19T10:06:43.381969Z",
6+
"latest-update": "2025-02-17T09:43:57.655670Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

0 commit comments

Comments
 (0)