Skip to content

Commit e914007

Browse files
committed
no attack vector, there are only 2 cases
1 parent af04107 commit e914007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/coderay/scanners/python.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def scan_tokens encoder, options
183183
kind = :ident
184184
elsif kind == :keyword
185185
state = DEF_NEW_STATE[match]
186-
# FIXME: cache attack
187186
from_import_state << match.to_sym if state == :include_expected
188187
end
189188
encoder.text_token match, kind

0 commit comments

Comments
 (0)