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 e68c6e6 commit 6b79ca6Copy full SHA for 6b79ca6
java/ql/src/semmle/code/java/security/JexlInjection.qll
@@ -58,7 +58,7 @@ private class DefaultJexlInjectionSinkModel extends SinkModelCsv {
58
*
59
* Extend this class to add additional taint steps that should apply to the `JexlInjectionFlowConfig`.
60
*/
61
-abstract class JexlInjectionAdditionalTaintStep extends Unit {
+class JexlInjectionAdditionalTaintStep extends Unit {
62
/**
63
* Holds if the step from `node1` to `node2` should be considered a taint
64
* step for the `JexlInjectionConfig` configuration.
0 commit comments