File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java/ql/src/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,15 @@ private class TypeOgnl extends Class {
59
59
}
60
60
}
61
61
62
- /** The class `org.apache.commons.ognl.Node` or `ognl.Node`. */
62
+ /** The interface `org.apache.commons.ognl.Node` or `ognl.Node`. */
63
63
private class TypeNode extends Interface {
64
64
TypeNode ( ) {
65
65
this .hasQualifiedName ( "org.apache.commons.ognl" , "Node" ) or
66
66
this .hasQualifiedName ( "ognl" , "Node" )
67
67
}
68
68
}
69
69
70
+ /** The interface `org.apache.commons.ognl.enhance.ExpressionAccessor` or `ognl.enhance.ExpressionAccessor`. */
70
71
private class TypeExpressionAccessor extends Interface {
71
72
TypeExpressionAccessor ( ) {
72
73
this .hasQualifiedName ( "org.apache.commons.ognl.enhance" , "ExpressionAccessor" ) or
You can’t perform that action at this time.
0 commit comments