mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
drop precision to low for now
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* @description Manually checking HTTP verbs is an indication that multiple requests are routed to the same controller action. This could lead to bypassing necessary authorization methods and other protections, like CSRF protection. Prefer using different controller actions for each HTTP method and relying Rails routing to handle mappting resources and verbs to specific methods.
|
||||
* @kind problem
|
||||
* @problem.severity error
|
||||
* @security-severity 7.0
|
||||
* @precision medium
|
||||
* @security-severity 5.0
|
||||
* @precision low
|
||||
* @id rb/manually-checking-http-verb
|
||||
* @tags security
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user