You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog/johnny-changelog.en.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ hide:
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 view
13
+
- Added support for the Svace call graph for C#
14
+
- Added handling of deferred policy blocking
15
+
- Added output of ignored components during SBOM scanning
16
+
17
+
#### Fixed
18
+
19
+
- The agent no longer attempts to create a project if the project already exists and the user has no permissions to interact with it
20
+
- Fixed a SARIF generation issue where the project path was set when a component location was missing
21
+
- Fixed dependency environment detection in `package-lock.json`
22
+
- Fixed incorrect `security-severity` output when generating results in SARIF format
23
+
- Fixed output of vulnerable functions when a vulnerable function calls itself
24
+
- 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
25
+
26
+
#### Changed
27
+
28
+
- Changed behavior of the `--project-group` flag: when used with an existing project, that project is now added to the specified group
29
+
- Improved library lookup on RPM-based operating systems in `scan build` and `scan build ebpf` commands
30
+
8
31
### [2026.3.2] - 2026-01-28
9
32
10
33
#### Fixed
@@ -506,4 +529,4 @@ hide:
506
529
### [2022.50.0] - 2022-12-12
507
530
508
531
- Added support for parsing `conan.lock` files
509
-
- Fixed passing additional data for the resolver from Nuget manifests
532
+
- Fixed passing additional data for the resolver from Nuget manifests
0 commit comments