Skip to content

Commit 01f7124

Browse files
Add change note and update severity
1 parent b741453 commit 01f7124

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query, `ruby/insecure-mass-assignment`, for finding instances of mass assignment operations accepting arbitrary parameters from remote user input.

ruby/ql/src/queries/security/cwe-915/MassAssignment.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Using mass assignment with user-controlled attributes allows unintended parameters to be set.
44
* @kind path-problem
55
* @problem.severity error
6-
* @security-severity 7.5
6+
* @security-severity 9.8
77
* @precision high
88
* @id ruby/insecure-mass-assignment
99
* @tags security

0 commit comments

Comments
 (0)