Update java/ql/src/Security/CWE/CWE-338/JHipsterGeneratedPRNG.qhelp

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Jonathan Leitschuh
2020-09-23 13:59:49 -04:00
committed by GitHub
parent 645d7c8831
commit 17603c8091

View File

@@ -17,7 +17,7 @@ This allows an attacker to pick and choose what account they would like to takeo
<example>
<p>The example below shows the vulnerable <code>RandomUtil</code> class generated by JHipster.</p>
<sample src="JHipsterGeneratedPRNGVulnerble.java" />
<sample src="JHipsterGeneratedPRNGVulnerable.java" />
<p>Below is a fixed version of the <code>RandomUtil</code> class.</p>
<sample src="JHipsterGeneratedPRNGFixed.java" />