-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add CSRF protection to ReverseProxy authentication on API #22221
Closed
zeripath
wants to merge
11
commits into
go-gitea:main
from
zeripath:replace-22077-fix-copyright-header-and-make-updatable
Closed
Add CSRF protection to ReverseProxy authentication on API #22221
zeripath
wants to merge
11
commits into
go-gitea:main
from
zeripath:replace-22077-fix-copyright-header-and-make-updatable
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ad72fa - Browse repository at this point
Copy the full SHA 3ad72faView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6cbff66 - Browse repository at this point
Copy the full SHA 6cbff66View commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20facdf - Browse repository at this point
Copy the full SHA 20facdfView commit details -
fix headers and include head protection
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce74237 - Browse repository at this point
Copy the full SHA ce74237View commit details -
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a400c77 - Browse repository at this point
Copy the full SHA a400c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b20046 - Browse repository at this point
Copy the full SHA 2b20046View commit details -
According to https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#javascript-guidance-for-auto-inclusion-of-csrf-tokens-as-an-ajax-request-header GET, HEAD and OPTIONS should not be used for changing state.
Configuration menu - View commit details
-
Copy full SHA for c5f3abe - Browse repository at this point
Copy the full SHA c5f3abeView commit details -
Merge branch 'main-IB#1129006' into replace-22077-fix-copyright-heade…
…r-and-make-updatable
Configuration menu - View commit details
-
Copy full SHA for 663d4c2 - Browse repository at this point
Copy the full SHA 663d4c2View commit details -
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d3de60 - Browse repository at this point
Copy the full SHA 5d3de60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42faf67 - Browse repository at this point
Copy the full SHA 42faf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ad101 - Browse repository at this point
Copy the full SHA 10ad101View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.