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

Replace the logging logic with SLF4J #30 #32

Closed
wants to merge 280 commits into from
Closed

Conversation

Matthajus
Copy link
Contributor

Replace the logging logic with SLF4J #30

SPoint42 and others added 30 commits December 17, 2015 16:21
Patch for custom domain Origin.
Fix default class name for configuration factory
…ng token

Description:
location is tokenized on '#'. If a fragment exists, it is re-added back to location. Tokenization returns at most 2 substrings. Only the first '#' found in location is the index for tokenization, e.g. /myPath#myFragment#blah becomes [0] /myPath [1] myFragment#blah. Any '#' in the URL prior to fragment should have been encoded as '%23'.
- tag.jsp was using tags with hyphens.
- On the properties, there was a space after the value in
injectIntoAttributes, causing it to not be reconised correctly
Ensuring streams are closed within finally
Token name is used as HTTP header field name. Header field name containing an underscore can cause HTTP proxies to drop the header.
Fixed improperly formatted max-age Cache-Control config
Remove underscore from token name
Fix: only display log message saying "[...] CsrfGuard analyzing request [...] "if it is a protected object indeed
Properly closing streams within finally block
tokenname and tokenvalue tags fixed
Resolve issue where redirect with a fragment is invalid after appendi…
Fix element misses happening due to form injection
org.owasp.csrfguard.JavascriptServlet.UnprotectedExtensions
forgedhallpass and others added 24 commits August 12, 2021 16:44
…ing_with_tag

Check that CSRFGuard is enabled before injecting tokens with JSP Tags…
Minor reordering of `static` and `final` modifier orders
* fixing a typo in the documentation
* syncing the test Owasp.CsrfGuard.properties file with the production one
…ation with an embedded Tomcat, so that it could be shared with testers in cases when they have problems with building the application locally. Skipped by default.
…has a non-default value and the requester did not send a referer header.
 * assign counter values to sessions
 * discard requests that do not have an associated session
@forgedhallpass
Copy link
Member

@Matthajus you are trying to merge the master branch into release/3.1.0. This is not what you want, so please correct it.

@forgedhallpass forgedhallpass self-requested a review October 8, 2021 15:33
Copy link
Member

@forgedhallpass forgedhallpass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to merge the master into release/3.1.0

@forgedhallpass
Copy link
Member

Replaced by #33

@github-pages github-pages bot temporarily deployed to github-pages October 14, 2021 13:51 Inactive
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.