restricts alerts to the first line

This commit is contained in:
Erik Krogh Kristensen 2020-02-20 10:43:41 +01:00
Родитель d4e73df92f
Коммит a5fdcb67f9
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -13,9 +13,8 @@
import javascript
import semmle.javascript.security.UselessUseOfCat
import semmle.javascript.RestrictedLocations
from UselessCat cat
select cat, "Useless use of `cat`. Can be replaced with: " + createReadFileCall(cat)
select cat.asExpr().(FirstLineOf), "Useless use of `cat`. Can be replaced with: " + createReadFileCall(cat)