We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5101a8e commit cec91c4Copy full SHA for cec91c4
java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp
@@ -19,7 +19,7 @@ listed below or <code>java/ql/src/Likely Bugs/Concurrency</code> queries of Code
19
20
<example>
21
<p>The following example shows a bad situation and a good situation respectively. In the bad situation,
22
-a thread is spawned with a sleep time coming directly from user input. In the good situation, an upper
+a thread sleep time comes directly from user input. In the good situation, an upper
23
range check on the maximum sleep time allowed is enforced.</p>
24
<sample src="ThreadResourceAbuse.java" />
25
</example>
0 commit comments