File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ private import semmle.code.java.dataflow.ExternalFlow
88/**
99 * A message interpolator Type that perform Expression Language (EL) evaluations.
1010 */
11- class ELMessageInterpolatorType extends RefType {
11+ private class ELMessageInterpolatorType extends RefType {
1212 ELMessageInterpolatorType ( ) {
1313 this .getASourceSupertype * ( )
1414 .hasQualifiedName ( "org.hibernate.validator.messageinterpolation" ,
@@ -19,7 +19,7 @@ class ELMessageInterpolatorType extends RefType {
1919/**
2020 * A method call that sets the application's default message interpolator.
2121 */
22- class SetMessageInterpolatorCall extends MethodAccess {
22+ private class SetMessageInterpolatorCall extends MethodAccess {
2323 SetMessageInterpolatorCall ( ) {
2424 exists ( Method m , RefType t |
2525 this .getMethod ( ) = m and
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ private import semmle.code.java.dataflow.ExternalFlow
1010/**
1111 * A method that returns the name of an archive entry.
1212 */
13- class ArchiveEntryNameMethod extends Method {
13+ private class ArchiveEntryNameMethod extends Method {
1414 ArchiveEntryNameMethod ( ) {
1515 exists ( RefType archiveEntry |
1616 archiveEntry .hasQualifiedName ( "java.util.zip" , "ZipEntry" ) or
You can’t perform that action at this time.
0 commit comments