Skip to content

Commit

Permalink
Update POM file with new version: 1.8.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Jan 17, 2024
1 parent 2dbf619 commit 8f4a888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
git rebase -i main
git rebase -i master
git stash
export tempPassword="ZQWsn/dZZvKgnzy/EW9pIw68cluybu1SgKTHIBWbMxg="
export tempPassword="1f94QXGi8zGUNiT91bconrnPLl44bCY59Y8itGyN6Yg="
mvn run tempPassword
k6
npx k6
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/owasp/wrongsecrets/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void configureCsrf(HttpSecurity http) throws Exception {
http.csrf(
csrf ->
csrf.ignoringRequestMatchers(
"/canaries/tokencallback", "/canaries/tokencallbackdebug"));
"/canaries/tokencallback", "/canaries/tokencallbackdebug", "/token"));
}

private void configureBasicAuthentication(HttpSecurity http, List<BasicAuthentication> auths)
Expand Down

0 comments on commit 8f4a888

Please sign in to comment.