Skip to content

Commit b03f36e

Browse files
committed
Easiest solution for vuln string
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
1 parent a936317 commit b03f36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/os_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253

254254
loaded_files.each do |vulnfile|
255255
describe file(vulnfile) do
256-
its('content') { should_not match /vulnerable/ }
256+
its('content') { should_not match 'vulnerable' }
257257
end
258258
end
259259
end

0 commit comments

Comments
 (0)