/
Bybaleshqa
/
test1GH
Обзор
Документация
Войти
/
Bybaleshqa
/
test1GH
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CodeQL.ql
10 строк
346 B
Nik
Update CodeQL.ql
14 фев 2025, 10:24
Не верифицирован
14 фев 2025, 10:24
45301e6
Код
Авторство
О чём код?
import cpp from FunctionCall call where call.getTarget().hasGlobalName("strcpy") select call, "This call to strcpy() could be dangerous; consider using strncpy() instead." import cpp from FunctionCall call where call.getTarget().hasGlobalName("strcpy") select call, "This call to strcpy() could be dangerous; consider using strncpy() instead."