Open MRuecklCC opened 2 years ago
Currently, the Javascript Extractor only considers script blocks as malicious if they load the script via a src attribute. Eventually we want to extend that to also consider embedded script blocks as potentially malicious?
Javascript
src
Currently, the
Javascript
Extractor only considers script blocks as malicious if they load the script via asrc
attribute. Eventually we want to extend that to also consider embedded script blocks as potentially malicious?