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 dd092fd commit 87f3b43Copy full SHA for 87f3b43
ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll
@@ -441,11 +441,6 @@ 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