mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
refactor code; add change note
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/**
|
||||
* @name Regular expression injection
|
||||
* @description User input should not be used in regular expressions without first being sanitized,
|
||||
* @description User input should not be used in regular expressions without first being escaped,
|
||||
* otherwise a malicious user may be able to provide a regex that could require
|
||||
* exponential time on certain inputs.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @security-severity 7.5
|
||||
* @precision high
|
||||
* @id java/regex-injection
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user