|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.5.0](https://github.com/gemini-cli-extensions/security/compare/v0.4.0...v0.5.0) (2026-03-31) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add poc skill ([461a9c0](https://github.com/gemini-cli-extensions/security/commit/461a9c0370cf2aa224f246ac88cfe8bc1566ec18)) |
| 9 | +* implement security patching as a gemini CLI Skill and tool combo ([985037a](https://github.com/gemini-cli-extensions/security/commit/985037a4d1024712ce05f424f3061b5378a7ad5f)) |
| 10 | +* output security reports as JSON when requested ([#138](https://github.com/gemini-cli-extensions/security/issues/138)) ([83406c2](https://github.com/gemini-cli-extensions/security/commit/83406c2299eb71272e9e54505639938342298c07)) |
| 11 | +* Support basic Python and Go PoCs to be generated by the PoC command ([ce973f0](https://github.com/gemini-cli-extensions/security/commit/ce973f01194feaa93ec89f2c0bf024bee85ff45f)) |
| 12 | +* Support JSON output `codeSuggestions` Field [wip] ([#139](https://github.com/gemini-cli-extensions/security/issues/139)) ([d005c90](https://github.com/gemini-cli-extensions/security/commit/d005c90e5c86154b2c356619f472939848a94f5a)) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* Add baseline and post patch test suite verification to security_patcher, add Go and Java checks to dependency manager ([754b3c4](https://github.com/gemini-cli-extensions/security/commit/754b3c47b9c567719650f0c2a8aeef6cca199b6b)) |
| 18 | +* add file creation to run_poc to allow for all encompassing post patch verification runs ([56961de](https://github.com/gemini-cli-extensions/security/commit/56961de9ccfb5ebd84de1e580d514b9f7c651a60)) |
| 19 | +* Add License to security fix tests, remove old npm dependency function ([a60faff](https://github.com/gemini-cli-extensions/security/commit/a60faff2cbfe3095825d4cd2149723058196aee2)) |
| 20 | +* Adjust language in skill description to guarantee it's run on user patch intent ([2cd7961](https://github.com/gemini-cli-extensions/security/commit/2cd79610b31b1fef971e6c871fbbc9d7bd6c63a6)) |
| 21 | +* fix command injection in install_depenencies tool ([5988662](https://github.com/gemini-cli-extensions/security/commit/5988662b329015cfdaa19f7a8c9369bf22a3e50e)) |
| 22 | +* mitigate injection vulnerability in new poc tool ([ec2d768](https://github.com/gemini-cli-extensions/security/commit/ec2d768e5b04503b3e02e9204e768963a53291be)) |
| 23 | +* Move PoC tooling to tools directory, imported into index file ([437097d](https://github.com/gemini-cli-extensions/security/commit/437097d1fa38c8214ebdc9ae9e78075183ef006a)) |
| 24 | +* re-add removals caused by llm hallucinations ([7827e93](https://github.com/gemini-cli-extensions/security/commit/7827e937fc637643923d1bc0cd898ec4e9a3b05a)) |
| 25 | +* Refactor security-fix tool to security-patch, add entry point for analysis in patcher skill ([cf11259](https://github.com/gemini-cli-extensions/security/commit/cf11259fdedc07d8acb86a8e8ff75eede48d091b)) |
| 26 | +* Rehaul PoC to be tools focused to save on tokens/turns ([3f958b8](https://github.com/gemini-cli-extensions/security/commit/3f958b83e5108d75acd47ee1e6f89d98356a6165)) |
| 27 | +* Use security report at contingency in executing patch flow ([58e6929](https://github.com/gemini-cli-extensions/security/commit/58e6929b71a4a3d82d9e5bf1b03998832fb56a8a)) |
| 28 | +* When multiple vulns are present, user chooses which one to build a PoC against ([9a72400](https://github.com/gemini-cli-extensions/security/commit/9a72400dd1943bffbc99b2b82eab24aa5776d9d4)) |
| 29 | + |
3 | 30 | ## [0.4.0](https://github.com/gemini-cli-extensions/security/compare/v0.3.0...v0.4.0) (2025-12-17) |
4 | 31 |
|
5 | 32 |
|
|
0 commit comments