02 Java codeql规则编写
官方文档
规则编写
查询规则
from /* ... variable declarations ... */
where /* ... logical formulas ... */
select /* ... expressions ... */import java
from Method m
where m.getAnAnnotation().getType().hasName("GetMapping")
select m类名
方法及功能
最后更新于