codeql
codeql copied to clipboard
CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
Add dataflow-generated models for JDK17 and update test expectations as needed. Note that preparatory work was done in: - [this PR](https://github.com/github/codeql/pull/15280) (adding manual models to override dataflow-generated models that didn't...
Implement models-as-data for C++. That is, support for CSV formatted flow sources, sinks and summaries that look something like this: ``` ";;false;getc;;;ReturnValue;remote", ``` The implementation is ported from Swift, and...
Use the same approach as with ViewComponent, to track flow into ERB template files via explicit `render` calls. We don't yet deal with: - any options passed to `render` that...
Adds information about threat modeling to the C# MaD docs.