mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
clean up files
This commit is contained in:
@@ -199,5 +199,3 @@ public class RegexInjectionTest extends HttpServlet {
|
||||
return Pattern.compile(pattern, Pattern.LITERAL).matcher(input).matches(); // Safe
|
||||
}
|
||||
}
|
||||
|
||||
// ! see the following for potential additional test case ideas: https://www.baeldung.com/regular-expressions-java
|
||||
|
||||
Reference in New Issue
Block a user