Skip to content

集成CodeQL生成数据库,分析数据库的能力,更方便的使用CodeQL扫描代码

Notifications You must be signed in to change notification settings

keven1z/CodeQLScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQLScanner

集成CodeQL生成数据库,分析数据库的能力,更方便的使用CodeQL扫描代码

环境

  • python 3.6
  • maven
  • jdk

使用

git clone https://github.com/keven1z/CodeQLScanner.git
cd CodeQLScanner
pip install -r requirements.txt
python main.py -p {项目绝对路径} -ql {查询规则绝对路径}
  -h, --help            show this help message and exit
  -ql QL                Please specify a ql rule path to query
  -p PROJECT, --project PROJECT
                        Please specify a project absolute path to scan
  --proxy PROXY         set proxy for downloading file
  -l LIST, --list LIST  List all query rules

About

集成CodeQL生成数据库,分析数据库的能力,更方便的使用CodeQL扫描代码

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages