Skip to content

Commit 6ef7fa4

Browse files
committed
no attack vector found
1 parent 8ee1c8d commit 6ef7fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/coderay/helpers/file_type.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def shebang filename
6868
File.open filename, 'r' do |f|
6969
if first_line = f.gets
7070
if type = first_line[TypeFromShebang]
71-
# FIXME: cache attack
7271
type.to_sym
7372
end
7473
end

0 commit comments

Comments
 (0)