You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/controllers/oai_controller.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# The controller for actions related to OAI-PMH
2
2
classOaiController < ApplicationController
3
-
# codeql-suppress CSRF-Violation "CSRF token authentication causes problems with OAI-PMH POST requests and OAI-PMH POST is safe because it returns static public content"
3
+
# CSRFtoken authentication causes problems with OAI-PMH POST requests and OAI-PMH POST is safe because it returns static public content
0 commit comments