|
5 | 5 |
|
6 | 6 | # Johnny Changelog |
7 | 7 |
|
| 8 | +### [2026.11.0] - 2026-03-10 |
| 9 | + |
| 10 | +#### Added |
| 11 | + |
| 12 | +- Added CVSSv4 support in the analysis results |
| 13 | +- Added handling of deferred policy blocking |
| 14 | +- Added output of ignored components during SBOM scanning |
| 15 | +- Added vulnerability reachability analysis for C# |
| 16 | +- Added a Windows build for Svace module (since version 5.0.260311) |
| 17 | +- Added support for [remote analysis](https://svace.pages.ispras.ru/svace-website/docs/5.0.260212/user-guide.html#remote-analysis) for Svace module (since version 5.0.260311) |
| 18 | + |
| 19 | +#### Fixed |
| 20 | + |
| 21 | +- The agent no longer attempts to create a project if the project already exists and the user has no permissions to interact with it |
| 22 | +- Fixed a SARIF generation issue where the project path was set when a component location was missing |
| 23 | +- Fixed dependency environment detection in `package-lock.json` |
| 24 | +- Fixed incorrect `security-severity` output when generating results in SARIF format |
| 25 | +- Fixed output of vulnerable functions when a vulnerable function calls itself |
| 26 | +- Fixed output field names from `line_start` and `line_end` to `start_line` and `end_line` according to the GitLab schema for CI/CD Secrets vulnerabilities |
| 27 | +- Fixed a cache handling issue for Svace module (since version 5.0.260311) |
| 28 | +- Fixed an analysis error when a server address is specified with a trailing slash for Svace module (since version 5.0.260311) |
| 29 | + |
| 30 | +#### Changed |
| 31 | + |
| 32 | +- Changed behavior of the `--project-group` flag: when used with an existing project, that project is now added to the specified group |
| 33 | +- Improved library lookup on RPM-based operating systems in `scan build` and `scan build ebpf` commands |
| 34 | + |
8 | 35 | ### [2026.3.2] - 2026-01-28 |
9 | 36 |
|
10 | 37 | #### Fixed |
@@ -506,4 +533,4 @@ hide: |
506 | 533 | ### [2022.50.0] - 2022-12-12 |
507 | 534 |
|
508 | 535 | - Added support for parsing `conan.lock` files |
509 | | -- Fixed passing additional data for the resolver from Nuget manifests |
| 536 | +- Fixed passing additional data for the resolver from Nuget manifests |
0 commit comments