File: original.db

package info (click to toggle)
graudit 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: sh: 1,134; makefile: 82; php: 62; jsp: 24
file content (18 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ruby - Execution
_send_[[:space:]]*\(
__send__[[:space:]]*\(
system[[:space:]]*\(
open[[:space:]]*\(
send[[:space:]]*\(
public_send[[:space:]]*\(
eval[[:space:]]*\(
exec[[:space:]]*\(
syscall[[:space:]]*\(
# Ruby - File operations
File\.new[[:space:]]*\(
fork[[:space:]]*\(
write[[:space:]]*\(
execve[[:space:]]*\(
# Ruby - Unsafe Reflection
params\[:[a-zA-Z0-9_]+\]\.constantize
new[[:space:]]*\(params\[:[a-zA-Z0-9_]+\]