The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Applies better exclude patterns
by
Randy the Sloth 2015-05-03 18:57:15 UTC
commit d832747d647df343ed07a58b1b5e540a05a4d51b
Struts
Fix
Improper Input Validation CVE-2015-1831
core/src/main/resources/struts-default.xml
+13
-5
core/src/test/java/org/apache/struts2/interceptor/CookieInterceptorTest.java
+1
-4
xwork-core/src/main/java/com/opensymphony/xwork2/security/DefaultExcludedPatternsChecker.java
+10
-2
xwork-core/src/test/java/com/opensymphony/xwork2/security/DefaultExcludedPatternsCheckerTest.java
+2
-5
xwork-core/src/test/resources/xwork-param-test.xml
+1
-2
expand_less