зеркало из https://github.com/github/codeql.git
restricts alerts to the first line
This commit is contained in:
Родитель
d4e73df92f
Коммит
a5fdcb67f9
|
@ -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)
|
Загрузка…
Ссылка в новой задаче