advanced-security-material icon indicating copy to clipboard operation
advanced-security-material copied to clipboard

Results 6 advanced-security-material issues
Sort by recently updated
recently updated
newest added

[Compiled Guide](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/compiled-languages.md) - [Java](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/compiled-languages-java.md) - [C#](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/compiled-languages-csharp.md) - [CPP](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/compiled-languages-cpp.md) [Interpreted Guide](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/interpreted-languages.md) - [python](https://github.com/advanced-security/advanced-security-material/blob/6ed0e2758e50c72a26d59b4d2f5625ebad9bdb5d/troubleshooting/codeql-builds/interpreted-languages-python.md)

A `powershell` script that fetches Code Scanning, Secret Scanning and Dependabot issues for an organization and outputs them to a CSV file using `jq`. Includes the repository topics that might...

CodeQL CLI 2.5.6+ isn’t compatible with Code Scanning on this GHES version Code Scanning doesn’t recognize the sarif-category field, so if you were to perform multi-language analysis, results would overwrite...

The link "[Scaling GHAS in Your Organization](https://resources.github.com/downloads/Whitepaper-Scaling-GHAS-in-an-Enterprise.pdf)" is broken.

This workflow is a rough work-in-progress demonstration of using the CodeQL CLI directly within GitHub Actions rather than using the provided codeql-action `init` and `analyze` actions. I wrote this workflow...

This pull request includes a significant change to the NuGet Authentication section in the `.NET Framework` part of the `troubleshooting/codeql-builds/compiled-languages-csharp.md` file. The change provides a different approach to authenticate NuGet...