From f0645a34b97cfc63158476b70821011e26b31f48 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Wed, 19 Jan 2022 14:06:40 +0000 Subject: [PATCH] Remove security-severity tag instead This leaves the Java query in the same state as its C# cousin. --- java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql b/java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql index 6bf44839dd4..a18df356899 100644 --- a/java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql +++ b/java/ql/src/Likely Bugs/Arithmetic/RandomUsedOnce.ql @@ -4,12 +4,10 @@ * guarantee an evenly distributed sequence of random numbers. * @kind problem * @problem.severity warning - * @security-severity 9.8 * @precision medium * @id java/random-used-once * @tags reliability * maintainability - * security * external/cwe/cwe-335 */