Releases: GitHubSecurityLab/CodeQL-Community-Packs
Releases · GitHubSecurityLab/CodeQL-Community-Packs
v0.2.1
What's Changed
- Pin CodeQL in the publish workflow. by @michaelnebel in #103
- Fix issue with C# model pack and publish packs. by @michaelnebel in #106
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Propose repo structure by @pwntester in #1
- Add combined Java QLPacks by @pwntester in #2
- Use runner's CodeQL instead of downloading
gh-codeql
by @jorgectf in #5 - Organize tests into same folders as src pack by @pwntester in #4
- Combine GoLang QLPacks by @pwntester in #3
- Remove ext pack for Go since MaD are not yet supported by @pwntester in #6
- Combine C# packs by @pwntester in #7
- Merge field/seclab packs by @pwntester in #8
- Initial Ruby QLPacks by @pwntester in #9
- Add .gitkeep files for python by @pwntester in #10
- Rename query IDs by @pwntester in #12
- Add .gitkeep files for csharp by @pwntester in #11
- Add cpp packs by @pwntester in #13
- Add Javascript packs by @pwntester in #14
- Update build.yml by @jorgectf in #17
- Add
suites
path by @jorgectf in #16 - Add new Java queries and CVEs by @pwntester in #19
- Add getting started by @jorgectf in #18
- Update README.md by @pwntester in #21
- Refactor github folder to ghsl by @pwntester in #23
- Python - Update Weak PRNG query by @GeekMasher in #22
- Update CodeQL lock files by @GeekMasher in #24
- CPP: Fix Pack Issue by @GeekMasher in #26
- Disclaimer about new language aliases by @jorgectf in #27
- JS: Update precision and Bump Pack Version by @GeekMasher in #29
- Increase visibility of language aliases note by @tspascoal in #30
- Update CommandInjection.ql by @pwntester in #34
- Account for JaxRS filters by @pwntester in #31
- Refactor Partial Path Queries by @pwntester in #33
- csharp: Update WeakPasswordHashing.qhelp by @geoffw0 in #37
- Fixes pack rename in audit suites + adds CPP audit suite by @felickz in #35
- Bump C++, C#, and Java pack versions by @GeekMasher in #38
- Python: Bump dependencies and versions for Python by @GeekMasher in #36
- Java Local Queries by @felickz in #39
- Java: v0.0.5 by @GeekMasher in #40
- feat(csharp): DotEnv Models by @GeekMasher in #41
- CodeQL Configurations by @GeekMasher in #45
- Add Synthetic CodeQL configuration file by @felickz in #46
- exclude CoverageResults html from interpreted scans by @felickz in #47
- Create JS SqlInjectionAudit.ql by @felickz in #50
- Create undertow-core.model.yml by @felickz in #49
- CODEOWNERS by @GeekMasher in #53
- Synthetic Config - remove wwwroot/lib for .net JS libraries by @felickz in #51
- feat: Create devcontainer.json by @GeekMasher in #54
- JS: add templates for forward and backwards data flow by @p- in #56
- Go: Fix GoLang queries by @GeekMasher in #43
- Update CodeQL predicates used by ExternalAPIsQuery by @pwntester in #61
- Go: Local Sources by @GeekMasher in #42
- add CWE-770 experimental query for detection of DoS by @Sim4n6 in #55
- Add Browser Extensions Queries and Models by @Kwstubbs in #52
- Update Devcontainers by @GeekMasher in #63
- feat(java): Update to Java queries by @GeekMasher in #62
- Add even better dev container support with some scripts by @GeekMasher in #64
- feat: Add Python Data Extensions pack by @GeekMasher in #65
- CodeQL Synthetic Config - Add additional 3rd party paths to ignore by @felickz in #67
- Rename build workflow and job by @pwntester in #71
- C#: Re-factor some of the existing tests. by @michaelnebel in #70
- Fix compile dependency. by @michaelnebel in #73
- Test execution should target directory. by @michaelnebel in #74
- Always run tests. by @michaelnebel in #75
- C#: Remove .NET 8 Runtime stubs by @michaelnebel in #77
- Java: Update existing tests and pretty print MaD output. by @michaelnebel in #76
- Update C# QL pack dependencies. by @michaelnebel in #78
- C#: Add experimental queries. by @michaelnebel in #72
- Update Java QL Pack dependencies. by @michaelnebel in #79
- Java: Add experimental queries by @michaelnebel in #80
- Java: Use the models packs in the query pack and promote experimental models. by @michaelnebel in #81
- Add Hotspots query generator by @ghsecuritylab in #83
- Update hotspots.yml by @pwntester in #84
- Update hotspots.yml by @pwntester in #85
- Java: Remove model pack dependency from query suite, but add it to th… by @michaelnebel in #86
- Install a specific CodeQL version. by @michaelnebel in #87
- Update CodeQL CLI to 2.19.3 and fix code issues. by @michaelnebel in #89
- Add CORS query to C# pack by @Kwstubbs in #90
- Java: Remove dependency to the CodeQL java query pack. by @michaelnebel in #88
- intro blog post in README.md by @felickz in #94
- Update synthetics.yml config to include Actions by @felickz in #93
- Add Better Release Support by @GeekMasher in #58
- Update dependencies to packs shipped with 2.20.1 by @michaelnebel in #97
- Use CLI version 2.20.1 for running tests. by @michaelnebel in #100
- Use GH 1st party actions/create-github-app-token by @felickz in #99
- feat: Update CODEOWNERS by...