mirror of
https://github.com/github/codeql.git
synced 2026-05-19 13:48:30 +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.
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
/**
|
|
* Contains customizations to the standard library.
|
|
*
|
|
* This module is imported by `php.qll`, so any customizations defined here automatically
|
|
* apply to all queries.
|
|
*
|
|
* Typical examples of customizations include adding new subclasses of abstract classes such as
|
|
* the `Source` and `Sink` classes associated with the security queries to model frameworks
|
|
* that are not covered by the standard library.
|
|
*/
|