Files
codeql/php/ql/lib/Customizations.qll
Josef Svenningsson cea862bfb3 PHP extractor and query library, built with AI
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.
2026-03-05 17:02:05 +00:00

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.
*/