Skip to content

This open source repository contains the standard CodeQL libraries and queries that power KCL code security.

License

Notifications You must be signed in to change notification settings

ryokoCL/codeql-kcl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL KCL

The repository contains the standard CodeQL libraries and queries that power KCL code security.

Developing

Extractor

Build

  1. Run make in the lib/java directory of KCL lib, and place the generated libkcl_lib_jni.dylib file into your project.
  2. Import the codeql.jar, located at codeql/tools/codeql.jar.
  3. Put your kcl code into data/project.

Output

  • data/report: The output generated by the extractor, with AST JSON files in the extend folder.
  • data/database: The generated database.

About

This open source repository contains the standard CodeQL libraries and queries that power KCL code security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%