Fix codescanning alerts

This commit is contained in:
Joe Farebrother
2022-05-04 15:58:30 +01:00
parent c7d30087d1
commit 64227c9109
3 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* to match may be vulnerable to denial-of-service attacks.
* @kind path-problem
* @problem.severity warning
* @security-severity 7.5
* @precision high
* @id java/polynomial-redos
* @tags security

View File

@@ -5,6 +5,7 @@
* attacks.
* @kind problem
* @problem.severity error
* @security-severity 7.5
* @precision high
* @id java/redos
* @tags security