You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/ql/src/queries/security/CWE-327/BrokenCryptoAlgorithm.qhelp
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@
42
42
<samplesrc="BrokenCryptoAlgorithmBad.rs" />
43
43
44
44
<p>
45
-
Instead we should use a strong modern algorithm. In this
46
-
case we have selected the 256-bit version of the AES
45
+
Instead, we should use a strong modern algorithm. In this
46
+
case, we have selected the 256-bit version of the AES
47
47
algorithm.
48
48
</p>
49
49
@@ -52,8 +52,8 @@
52
52
</example>
53
53
54
54
<references>
55
-
<li>NIST, FIPS 140 Annex a: <ahref="http://csrc.nist.gov/publications/fips/fips140-2/fips1402annexa.pdf"> Approved Security Functions</a>.</li>
56
-
<li>NIST, SP 800-131A: <ahref="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf"> Transitions: Recommendation for Transitioning the Use of Cryptographic Algorithms and Key Lengths</a>.</li>
55
+
<li>NIST, FIPS 140 Annex A: <ahref="http://csrc.nist.gov/publications/fips/fips140-2/fips1402annexa.pdf"> Approved Security Functions</a>.</li>
56
+
<li>NIST, SP 800-131A Revision 2: <ahref="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf">Transitioning the Use of Cryptographic Algorithms and Key Lengths</a>.</li>
0 commit comments