mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
Add change note and update severity
This commit is contained in:
4
ruby/ql/src/change-notes/2024-03-22-mass-assignment.md
Normal file
4
ruby/ql/src/change-notes/2024-03-22-mass-assignment.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* Added a new query, `ruby/insecure-mass-assignment`, for finding instances of mass assignment operations accepting arbitrary parameters from remote user input.
|
||||
@@ -3,7 +3,7 @@
|
||||
* @description Using mass assignment with user-controlled attributes allows unintended parameters to be set.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @security-severity 7.5
|
||||
* @security-severity 9.8
|
||||
* @precision high
|
||||
* @id ruby/insecure-mass-assignment
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user