Skip to content

Commit 7766b8e

Browse files
author
calderpwn
committed
Adds insecure functions related to SQL Injections in RoR apps
1 parent c263781 commit 7766b8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ruby.txt

+21
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,24 @@ eval
1717
puts
1818
fork
1919
syscall
20+
average
21+
calculate
22+
count
23+
maximum
24+
minimum
25+
sum
26+
delete_all
27+
destroy_all
28+
exists
29+
find_by
30+
from
31+
group
32+
having
33+
joins
34+
lock
35+
order
36+
pluck
37+
reorder
38+
select
39+
where
40+
update_all

0 commit comments

Comments
 (0)