Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ql/java/ext": "0.0.1",
"ql/java/src": "0.0.1",
"ql/csharp/ext": "0.0.1",
"ql/csharp/src": "0.0.1"
"ql/java/ext": "0.0.2",
"ql/java/src": "0.1.0",
"ql/csharp/ext": "0.1.0",
"ql/csharp/src": "0.1.0"
}
16 changes: 16 additions & 0 deletions ql/csharp/ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.1.0](https://github.com/synacktiv/QLinspector/compare/v0.0.1...v0.1.0) (2026-04-03)


### Features

* change to model for simplicity ([0bfb2fd](https://github.com/synacktiv/QLinspector/commit/0bfb2fdbefff51c6ac8fe6ba43b47787f0a5e756))
* move things to add a new qlpack where I can put updated summaryModels. Also fix the ps1 script for updated results ([5ec8c51](https://github.com/synacktiv/QLinspector/commit/5ec8c51be44b18ede848fa8c894cefc44d9dce21))
* **sink:** add sink ([a640f13](https://github.com/synacktiv/QLinspector/commit/a640f1303234ecd8e8627cec19f45afce22e0aa6))
* **sinks:** add SSRF and Template model ([897eb7b](https://github.com/synacktiv/QLinspector/commit/897eb7b0926d7fcec87186ac3fc1356c2d6ff813))


### Bug Fixes

* fix Template model ([8f4f9d1](https://github.com/synacktiv/QLinspector/commit/8f4f9d16a33dbb8b264ecfae7290335cc8f78bca))
10 changes: 5 additions & 5 deletions ql/csharp/ext/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
library: true
name: synacktiv/qlinspector-csharp-extensions
version: 0.0.1
version: 0.1.0
extensionTargets:
codeql/csharp-all: '*'
dataExtensions:
- 'manual/*.yml'
- 'manual/**/*.yml'
- 'generated/*.yml'
- 'generated/**/*.yml'
- manual/*.yml
- manual/**/*.yml
- generated/*.yml
- generated/**/*.yml
22 changes: 22 additions & 0 deletions ql/csharp/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.0](https://github.com/synacktiv/QLinspector/compare/v0.0.1...v0.1.0) (2026-04-03)


### Features

* add a way to filter source node path ([0ca0d76](https://github.com/synacktiv/QLinspector/commit/0ca0d76eb131f9d8892ba127e24cb959e4a11865))
* add assembly string ([fe9758f](https://github.com/synacktiv/QLinspector/commit/fe9758f34011096a32b2759a9584bc2bb022eae8))
* add publish workflow ([b6de580](https://github.com/synacktiv/QLinspector/commit/b6de5805f985970650a916596cc0a5869a6d3438))
* change to model for simplicity ([0bfb2fd](https://github.com/synacktiv/QLinspector/commit/0bfb2fdbefff51c6ac8fe6ba43b47787f0a5e756))
* move things to add a new qlpack where I can put updated summaryModels. Also fix the ps1 script for updated results ([5ec8c51](https://github.com/synacktiv/QLinspector/commit/5ec8c51be44b18ede848fa8c894cefc44d9dce21))
* split code for different formatters. ([aed629f](https://github.com/synacktiv/QLinspector/commit/aed629f3382e731dc074d1b927ac75fff401214c))


### Bug Fixes

* fix errors ([265933b](https://github.com/synacktiv/QLinspector/commit/265933b3fcf4650ccfc6f304ab67abfec320234f))
* fix qlpack name ([279b1e2](https://github.com/synacktiv/QLinspector/commit/279b1e2a265a725908455fcca4f688e305fea2d6))
* fix SinkToModel to handle Nested types ([1ec7c7b](https://github.com/synacktiv/QLinspector/commit/1ec7c7b94710ee7c6ad2b1bb654f166426d94986))
* rename qlpack ([b6f96b8](https://github.com/synacktiv/QLinspector/commit/b6f96b82e5d409fa2ff09af4579e1c28a1fec346))
* typo in import ([317ef0e](https://github.com/synacktiv/QLinspector/commit/317ef0ee0f99c7f7fe5edfbe9f394dff1efee4f7))
9 changes: 4 additions & 5 deletions ql/csharp/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: synacktiv/qlinspector-csharp-queries
version: 0.0.1
version: 0.1.0
library: false
authors: hugow
dependencies:
codeql/csharp-all: "*"
synacktiv/qlinspector-csharp-extensions: "*"
defaultSuiteFile: suites/qlinspector-csharp.qls
codeql/csharp-all: '*'
synacktiv/qlinspector-csharp-extensions: '*'
defaultSuiteFile: suites/qlinspector-csharp.qls
8 changes: 8 additions & 0 deletions ql/java/ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2](https://github.com/synacktiv/QLinspector/compare/v0.0.1...v0.0.2) (2026-04-03)


### Bug Fixes

* fix some errors in ext files and name in qls ([573ea7c](https://github.com/synacktiv/QLinspector/commit/573ea7cf9b2a3cf7f69995c37a4124971d4fff19))
10 changes: 5 additions & 5 deletions ql/java/ext/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
library: true
name: synacktiv/qlinspector-java-extensions
version: 0.0.1
version: 0.0.2
extensionTargets:
codeql/java-all: '*'
dataExtensions:
- 'manual/*.yml'
- 'manual/**/*.yml'
- 'generated/*.yml'
- 'generated/**/*.yml'
- manual/*.yml
- manual/**/*.yml
- generated/*.yml
- generated/**/*.yml
13 changes: 13 additions & 0 deletions ql/java/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0](https://github.com/synacktiv/QLinspector/compare/v0.0.1...v0.1.0) (2026-04-03)


### Features

* add query to detect shaded xalan classes ([48f6c9b](https://github.com/synacktiv/QLinspector/commit/48f6c9b18069f58ab5e6e2411a5f98a66232db1e))


### Bug Fixes

* fix some errors in ext files and name in qls ([573ea7c](https://github.com/synacktiv/QLinspector/commit/573ea7cf9b2a3cf7f69995c37a4124971d4fff19))
9 changes: 4 additions & 5 deletions ql/java/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: synacktiv/qlinspector-java-queries
version: 0.0.1
version: 0.1.0
library: false
authors: hugow
dependencies:
codeql/java-all: "*"
synacktiv/qlinspector-java-extensions: "*"
defaultSuiteFile: suites/qlinspector-java.qls
codeql/java-all: '*'
synacktiv/qlinspector-java-extensions: '*'
defaultSuiteFile: suites/qlinspector-java.qls