Skip to content

Commit

Permalink
style(help): renamed language-and-package-managers to package-manager…
Browse files Browse the repository at this point in the history
…s, and updated links, for IDETECT-1988
  • Loading branch information
Steve Billings committed May 12, 2020
1 parent 8a4ef50 commit b435252
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/templates/content/30-running.ftl
Expand Up @@ -172,7 +172,7 @@ ${solution_name} can be configured to perform additional tasks, including the fo

* Enable any of the supported snippet matching modes in the [${blackduck_signature_scanner_name}](../properties/configuration/signature scanner/).
* Run [${blackduck_binary_scan_capability}](../properties/configuration/signature scanner/#binary-scan-target) on a given binary files.
* Run the ${dockerinspector_name} on a given [Docker image](../advanced/language-and-package-managers/docker-images/).
* Run the ${dockerinspector_name} on a given [Docker image](../advanced/package-managers/docker-images/).
* Generate a [report](../properties/configuration/report/).
* Fail on [policy violation](../properties/configuration/project/#fail-on-policy-violation-severities-advanced).

Expand Down
10 changes: 5 additions & 5 deletions docs/templates/content/90-releasenotes.ftl
Expand Up @@ -36,7 +36,7 @@ Moved download location of ${solution_name} for the shell script from /tmp to ~/
## Version 6.2.0
### New features
* The ${solution_name} .jar file is now signed, enabling [code verification](../advanced/verifying/) by users.
* [Simple proxy information](../advanced/language-and-package-managers/gradle/#running-the-gradle-inspector-with-a-proxy) will be forwarded to the Gradle Inspector.
* [Simple proxy information](../advanced/package-managers/gradle/#running-the-gradle-inspector-with-a-proxy) will be forwarded to the Gradle Inspector.
* Detect now creates a status file describing the results of the run which includes things like [issues, results and status codes.](../advanced/status-file/)
* The property configuration table in the log now includes the origin of the property's value.
* Added the property [detect.blackduck.signature.scanner.license.search](../properties/configuration/signature scanner/#signature-scanner-license-search-advanced).
Expand All @@ -46,17 +46,17 @@ Moved download location of ${solution_name} for the shell script from /tmp to ~/
* Detect-generated risk reports now feature Synopsys logo and branding.

### Changed features
* The [PipEnv Detector](../advanced/language-and-package-managers/python/#pipenv-detector) now parses a json representation of the dependency tree.
* The [PipEnv Detector](../advanced/package-managers/python/#pipenv-detector) now parses a json representation of the dependency tree.
* Powershell download speed increased.

### Resolved issues
* Resolved an issue where the download URL for ${solution_name} was being set to an internal URL upon release (IDETECT-1847).
* Resolved an issue where all transitive dependencies found by the [Pip inspector](../advanced/language-and-package-managers/python/#the-pip-detector) were being reported as direct dependencies (IDETECT-1893).
* Resolved an issue where using pip version 20+ with the [Pip inspector](../advanced/language-and-package-managers/python/#the-pip-detector) caused a failure to import a dependency. [GitHub PR](https://github.com/blackducksoftware/synopsys-detect/pull/107) (IDETECT-1868)
* Resolved an issue where all transitive dependencies found by the [Pip inspector](../advanced/package-managers/python/#the-pip-detector) were being reported as direct dependencies (IDETECT-1893).
* Resolved an issue where using pip version 20+ with the [Pip inspector](../advanced/package-managers/python/#the-pip-detector) caused a failure to import a dependency. [GitHub PR](https://github.com/blackducksoftware/synopsys-detect/pull/107) (IDETECT-1868)
* Resolved the following vulnerabilities (IDETECT-1872):
* org.springframework.boot:spring-boot-starter 5.1.7.RELEASE BDSA-2020-0069 (CVE-2020-5398)
* Resolved an issue where ${solution_name} had the potential to fail on projects that utilized Yarn workspaces (IDETECT-1916).
* Note: Yarn workspaces are not currently supported. See [yarn workspace support](../advanced/language-and-package-managers/yarn/#yarn-workspace-support).
* Note: Yarn workspaces are not currently supported. See [yarn workspace support](../advanced/package-managers/yarn/#yarn-workspace-support).
* Resolved an issue in the Bazel Detector that caused it to fail for the maven_install rule when the tags field contained multiple tags with a mixture of formats (IDETECT-1925).
* When parsing package.xml files, Detect will no longer raise a SAXParseException when the file contains a doctype declaration, and will continue parsing the rest of the file (IDETECT-1866).
* Resolved an issue that could cause generation of an invalid Black Duck Input/Output (BDIO) file when the only differences between two component names/versions are non-alphanumeric characters (IDETECT-1856).
Expand Down
4 changes: 2 additions & 2 deletions docs/templates/content/components/tools.ftl
Expand Up @@ -6,8 +6,8 @@ The available ${solution_name} tools in order of execution, with the correspondi
value specified in parentheses are:

* [${polaris_product_name}](../../30-running/#running-with-polaris) (--detect.tools=POLARIS)
* [Docker Inspector](../../advanced/language-and-package-managers/docker-images/) (--detect.tools=DOCKER)
* [Bazel](../../advanced/language-and-package-managers/bazel/) (--detect.tools=BAZEL)
* [Docker Inspector](../../advanced/package-managers/docker-images/) (--detect.tools=DOCKER)
* [Bazel](../../advanced/package-managers/bazel/) (--detect.tools=BAZEL)
* [Detector](../detectors/) (--detect.tools=DETECTOR)
* [${blackduck_signature_scanner_name}](../../30-running/#running-with-black-duck) (--detect.tools=SIGNATURE_SCAN)
* [${blackduck_binary_scan_capability}](../../30-running/#running-with-black-duck) (--detect.tools=BINARY_SCAN)
Expand Down

0 comments on commit b435252

Please sign in to comment.