mirror of
https://github.com/github/codeql.git
synced 2026-05-19 05:37:10 +02:00
This is built with copilot, via a number of iterations and run various test. But it should by no means be considered production ready. I'm looking for feeback on how to take this forward.
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
/**
|
|
* Provides classes for working with PHP programs.
|
|
*/
|
|
|
|
import codeql.php.AST as Ast
|
|
import codeql.php.CFG as Cfg
|
|
import codeql.php.DataFlow
|