Skip to content

Commit f0645a3

Browse files
authored
Remove security-severity tag instead
This leaves the Java query in the same state as its C# cousin.
1 parent 16aa53a commit f0645a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
* guarantee an evenly distributed sequence of random numbers.
55
* @kind problem
66
* @problem.severity warning
7-
* @security-severity 9.8
87
* @precision medium
98
* @id java/random-used-once
109
* @tags reliability
1110
* maintainability
12-
* security
1311
* external/cwe/cwe-335
1412
*/
1513

0 commit comments

Comments
 (0)