Skip to content

Commit

Permalink
Merge branch 'spring_boot_332' into refactor_build
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Nov 8, 2024
2 parents fc388c2 + 6891c3f commit cf3b1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// codeql [java/unvalidated-url-forward]: accept reason="This is a known and accepted risk for this specific file."
// False positive because, this code checks if the requestUri matches a specific pattern and if any of the anonymousInviteSchemas match a dynamically generated pattern.
// If both conditions are true, it forwards the request to the same path.
package dev.sunbirdrc.registry.authorization;

import jakarta.servlet.FilterChain;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// codeql [java/spring-disabled-csrf]: accept reason="CSRF protection is intentionally disabled for this application"
package dev.sunbirdrc.registry.authorization;

import dev.sunbirdrc.registry.authorization.pojos.OAuth2Configuration;
Expand Down

0 comments on commit cf3b1f1

Please sign in to comment.