We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3f1a0 commit f5be407Copy full SHA for f5be407
ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll
@@ -441,6 +441,11 @@ class ActionControllerSkipForgeryProtectionCall extends CsrfProtectionSetting::R
441
override boolean getVerificationSetting() { result = false }
442
}
443
444
+/**
445
+ * DEPRECATED: Use `ActionController::ProtectFromForgeryCall` instead.
446
+ */
447
+deprecated class ActionControllerProtectFromForgeryCall = ActionController::ProtectFromForgeryCall;
448
+
449
/**
450
* A call to `send_file`, which sends the file at the given path to the client.
451
*/
0 commit comments