File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
sonar-plugin/javascript-checks/src/main/resources/org/sonar/l10n/javascript/rules/javascript Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
144144all possible keys.< br > A larger key size increases the number of possible keys and makes exhaustive search attacks computationally infeasible.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments