File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/ql/src/Security/CWE/CWE-094 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import semmle.code.java.dataflow.TaintTracking
1414import semmle.code.java.dataflow.FlowSources
1515import DataFlow:: PathGraph
1616
17- /**
17+ /**
1818 * A message interpolator Type that perform Expression Language (EL) evaluations
1919 */
2020class ELMessageInterpolatorType extends RefType {
@@ -50,9 +50,9 @@ class SetSafeMessageInterpolatorCall extends MethodAccess {
5050}
5151
5252/**
53- * A method named `buildConstraintViolationWithTemplate` declared on a subtype
54- * of `javax.validation.ConstraintValidatorContext`.
55- */
53+ * A method named `buildConstraintViolationWithTemplate` declared on a subtype
54+ * of `javax.validation.ConstraintValidatorContext`.
55+ */
5656class BuildConstraintViolationWithTemplateMethod extends Method {
5757 BuildConstraintViolationWithTemplateMethod ( ) {
5858 this
You can’t perform that action at this time.
0 commit comments