Skip to content

Commit 677e8de

Browse files
authored
Merge pull request #1069 from blackducksoftware/cp_IDETECT-4265_Doc
Cp idetect 4265 doc
2 parents e79b65b + 361d0f9 commit 677e8de

File tree

2 files changed

+33
-15
lines changed

2 files changed

+33
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
11
# Current Release notes
22

3-
## Version 9.4.0
3+
## Version 9.5.0
44

55
### New features
66

7-
* Nuget Inspector now supports the exclusion of user-specified dependency types from the Bill of Materials (BOM) via the [company_name] [solution_name] property --detect.nuget.dependency.types.excluded. See the [detect.nuget.dependency.types.excluded](properties/detectors/nuget.md#nuget-dependency-types-excluded) property for more information.
8-
* A new detector for Python packages has been added. The PIP Requirements File Parse is a buildless detector that acts as a LOW accuracy fallback for the PIP Native Inspector. This detector is triggered for PIP projects that contain one or more requirements.txt files if [company_name] [solution_name] does not have access to a PIP executable in the environment where the scan is run.
9-
* See [PIP Requirements File Parse](packagemgrs/python.md).
10-
* To improve Yarn detector performance a new parameter is now available. The `--detect.yarn.ignore.all.workspaces` parameter enables the Yarn detector to build the dependency graph without analysis of workspaces. The default setting for this parameter is false and must be set to true to be enabled. This property ignores other Yarn detector properties if set.
11-
* See [Yarn support](packagemgrs/yarn.md).
12-
* Support for BitBake is now extended to 2.6 (Yocto 4.3.2).
13-
* Support for Yarn extended to include Yarn 3 and Yarn 4.
7+
*
148

159
### Changed features
1610

17-
* Key-value pairs specified as part of the `detect.blackduck.signature.scanner.arguments` property will now replace the values specified elsewhere, rather than act as additions.
11+
*
1812

1913
### Resolved issues
2014

21-
* (IDETECT-4155) Improved input validation in Component Location Analysis.
22-
* (IDETECT-4187) Removed references to 'murex' from test resources.
23-
* (IDETECT-4207) Fixed Nuget Inspector IndexOutofRangeException for cases of multiple `Directory.Packages.props` files.
24-
* (IDETECT-3909) Resolved an issue causing ASM8 Error when running Vulnerability Impact Analysis.
15+
*
2516

2617
### Dependency updates
2718

28-
* Released and Upgraded Nuget Inspector to version 1.3.0.
29-
* Released and Upgraded Detect Docker Inspector to version 10.1.1.
19+
*

documentation/src/main/markdown/previousreleasenotes.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
<!-- Check the support matrix to determine supported, non-current major version releases -->
22
# Release notes for previous supported versions
33

4+
## Version 9.4.0
5+
6+
### New features
7+
8+
* Nuget Inspector now supports the exclusion of user-specified dependency types from the Bill of Materials (BOM) via the [solution_name] property --detect.nuget.dependency.types.excluded. See the [detect.nuget.dependency.types.excluded](properties/detectors/nuget.md#nuget-dependency-types-excluded) property for more information.
9+
* A new detector for Python packages has been added. The PIP Requirements File Parse is a buildless detector that acts as a LOW accuracy fallback for the PIP Native Inspector. This detector is triggered for PIP projects that contain one or more requirements.txt files if [solution_name] does not have access to a PIP executable in the environment where the scan is run.
10+
* See [PIP Requirements File Parse](packagemgrs/python.md).
11+
* To improve Yarn detector performance a new parameter is now available. The `--detect.yarn.ignore.all.workspaces` parameter enables the Yarn detector to build the dependency graph without analysis of workspaces. The default setting for this parameter is false and must be set to true to be enabled. This property ignores other Yarn detector properties if set.
12+
* See [Yarn support](packagemgrs/yarn.md).
13+
* Support for BitBake is now extended to 2.6 (Yocto 4.3.2).
14+
* Support for Yarn extended to include Yarn 3 and Yarn 4.
15+
16+
### Changed features
17+
18+
* Key-value pairs specified as part of the `detect.blackduck.signature.scanner.arguments` property will now replace the values specified elsewhere, rather than act as additions.
19+
20+
### Resolved issues
21+
22+
* (IDETECT-4155) Improved input validation in Component Location Analysis.
23+
* (IDETECT-4187) Removed references to 'murex' from test resources.
24+
* (IDETECT-4207) Fixed Nuget Inspector IndexOutofRangeException for cases of multiple `Directory.Packages.props` files.
25+
* (IDETECT-3909) Resolved an issue causing ASM8 Error when running Vulnerability Impact Analysis.
26+
27+
### Dependency updates
28+
29+
* Released and Upgraded Nuget Inspector to version 1.3.0.
30+
* Released and Upgraded Detect Docker Inspector to version 10.1.1.
31+
432
## Version 9.3.0
533

634
### Changed features

0 commit comments

Comments
 (0)