Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security: exclude Object's class methods #11

Merged
merged 50 commits into from
Jun 18, 2014

Conversation

lukaszlenart
Copy link
Member

This fix is a follow up of the latest security issues discovered with ParametersInterceptor to allow access object's getClass method via http request. This also solves problem accessing the same properties via method: prefix - it is blocked on OGNL level.

Conflicts:
	xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
@pbenedict
Copy link
Member

Since the ExcludePatternChecker already logs the value and the matched pattern being excluded, I don't think we should repeat that logging again by the caller... or at least trim down the caller's logging to just say something has been excluded (cause the callee is already logging that detail).

@asfgit asfgit merged commit 9654287 into develop Jun 18, 2014
@asfgit asfgit deleted the feature/exclude-object-class branch June 27, 2014 11:07
asfgit pushed a commit that referenced this pull request Jun 12, 2016
kusalk added a commit that referenced this pull request Oct 4, 2023
Merge in BAM/struts2-atlassian from issue/CONFSRVDEV-25415-allow-forwards to STRUTS_2_5_30-atlassian

* commit 'aa264376c2cf2ff591927a50988517aab7691939':
  CONFSRVDEV-25415 Fix infinite forward loop
  CONFSRVDEV-25415 Allow forwarding to Struts actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants