Files
codeql/ruby/ql/test/query-tests/security/cwe-078/UnsafeShellCommandConstruction/unsafe-shell.gemspec
2022-10-11 13:26:01 +02:00

5 lines
94 B
Ruby

Gem::Specification.new do |s|
s.name = 'unsafe-shell'
s.require_path = "impl"
end