Skip to content

Commit d10dbbd

Browse files
Apply suggestions from code review
Co-authored-by: Marcono1234 <[email protected]>
1 parent 6bf1e87 commit d10dbbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lgtm,codescanning
2-
* The query "Expression language injection (Spring)" (`java/spel-expression-injection`) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @artem-smotrakov](https://github.com/github/codeql/pull/3291)
2+
* The query "Expression language injection (Spring)" (`java/spel-expression-injection`) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @artem-smotrakov](https://github.com/github/codeql/pull/3291).

java/ql/src/semmle/code/java/frameworks/spring/SpringExpression.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ExpressionParser extends RefType {
2222
}
2323

2424
/**
25-
* The class `org.springframework.expression.spel.support."SimpleEvaluationContext$Builder`.
25+
* The class `org.springframework.expression.spel.support.SimpleEvaluationContext$Builder`.
2626
*/
2727
class SimpleEvaluationContextBuilder extends RefType {
2828
SimpleEvaluationContextBuilder() {

java/ql/src/semmle/code/java/security/SpelInjectionQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private class SafeEvaluationContextFlowConfig extends DataFlow2::Configuration {
5454
}
5555

5656
/**
57-
* A `ContextSource` that is safe from SpEL injection
57+
* A `ContextSource` that is safe from SpEL injection.
5858
*/
5959
private class SafeContextSource extends DataFlow::ExprNode {
6060
SafeContextSource() {

0 commit comments

Comments
 (0)