Skip to content

Commit 2460168

Browse files
SONARJAVA-5608 Update tomcat-embed-jasper to from 9.0.104 to 9.0.105 to suppress alert about CVE-2025-46701 (#5181)
1 parent 4fbd145 commit 2460168

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

java-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.tomcat.embed</groupId>
3333
<artifactId>tomcat-embed-jasper</artifactId>
34-
<version>9.0.104</version>
34+
<version>9.0.105</version>
3535
<exclusions>
3636
<exclusion>
3737
<groupId>org.eclipse.jdt</groupId>

java-jsp/src/main/java/org/sonar/java/jsp/JasperOptions.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,9 @@ public boolean getStrictQuoteEscaping() {
232232
public boolean getQuoteAttributeEL() {
233233
return false;
234234
}
235+
236+
@Override
237+
public String getUseNonstandardTagOptimizations() {
238+
return "";
239+
}
235240
}

0 commit comments

Comments
 (0)