We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7510ca1 commit 99bae51Copy full SHA for 99bae51
java/ql/src/semmle/code/java/frameworks/ratpack/Ratpack.qll
@@ -10,8 +10,6 @@ private import semmle.code.java.dataflow.ExternalFlow
10
/**
11
* Ratpack methods that access user-supplied request data.
12
*/
13
-abstract class RatpackGetRequestDataMethod extends Method { }
14
-
15
private class RatpackHttpSource extends SourceModelCsv {
16
override predicate row(string row) {
17
row =
0 commit comments