[
https://issues.apache.org/jira/browse/WW-4582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15083166#comment-15083166
]
ASF GitHub Bot commented on WW-4582:
------------------------------------
Github user lukaszlenart commented on a diff in the pull request:
https://github.com/apache/struts/pull/70#discussion_r48851708
--- Diff:
core/src/test/java/com/opensymphony/xwork2/security/DefaultExcludedPatternsCheckerTest.java
---
@@ -11,6 +11,9 @@
public void testHardcodedPatterns() throws Exception {
// given
List<String> params = new ArrayList<String>() {
+
+ private static final long serialVersionUID =
5687184571054993717L;
--- End diff --
Could you disable auto-generation of `serialVersionUID`?
> adds 'class' to exclude params in ParametersInterceptor (avoid ClassLoader
> manipulation)
> ----------------------------------------------------------------------------------------
>
> Key: WW-4582
> URL: https://issues.apache.org/jira/browse/WW-4582
> Project: Struts 2
> Issue Type: Bug
> Components: Core Interceptors
> Affects Versions: 2.3.24
> Reporter: victorsosa
> Priority: Critical
> Labels: security
> Fix For: 2.3.25, 2.5
>
>
> Hi,
> This is a permanent patch for security issue CVE-2014-0094; this adds 'class'
> to exclude params in ParametersInterceptor (avoid ClassLoader manipulation)
> This is base on the information in the S2-020
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)