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: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@
28
28
- Fixed an issue with file diagnostics not triggering on `package.json` files when associated with the `jsonc` language ID. See [PR#759](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/759) for details.
29
29
- Fixed a parsing issue that was causing version numbers to be considered floating
30
30
point numbers. As a consequence version `1.80` was considered `1.8` and causing
31
-
false positives. See [PR#221](https://github.com/trustification/exhort-javascript-api/pull/221) for details.
32
-
- Fixed issue with ignoring Maven dependencies with version defined in properties. See [PR#219](https://github.com/trustification/exhort-javascript-api/pull/219) for details.
33
-
- Do not generate package-lock file for non npm projects. See [PR#151](https://github.com/trustification/exhort-javascript-api/pull/151) for details.
34
-
- Fix self-adding of npm workspace to package.json. See [PR#189](https://github.com/trustification/exhort-javascript-api/pull/189) for details.
35
-
- Fix problem with Gradle projects including missing dependencies that were causing false positives. See [PR#225](https://github.com/trustification/exhort-javascript-api/pull/225) for details.
31
+
false positives. See [PR#221](https://github.com/guacsec/trustify-da-javascript-client/pull/221) for details.
32
+
- Fixed issue with ignoring Maven dependencies with version defined in properties. See [PR#219](https://github.com/guacsec/trustify-da-javascript-client/pull/219) for details.
33
+
- Do not generate package-lock file for non npm projects. See [PR#151](https://github.com/guacsec/trustify-da-javascript-client/pull/151) for details.
34
+
- Fix self-adding of npm workspace to package.json. See [PR#189](https://github.com/guacsec/trustify-da-javascript-client/pull/189) for details.
35
+
- Fix problem with Gradle projects including missing dependencies that were causing false positives. See [PR#225](https://github.com/guacsec/trustify-da-javascript-client/pull/225) for details.
36
36
37
37
### Enhancements
38
38
- Built-in Open Container Initiative (OCI) image analysis. Red Hat Dependency Analytics no longer uses the Exhort Java API. See [PR#772](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/772) for details.
@@ -41,8 +41,8 @@ false positives. See [PR#221](https://github.com/trustification/exhort-javascrip
41
41
- Added support for the `pnpm` package manager. See [Issue#765](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/765) for details.
42
42
- Added debug logging output for Red Hat Dependency Analytics reports. See [PR#761](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/761) for details.
43
43
- Added support for configuring Maven wrapper usage. See [PR#757](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/757) for details.
44
-
- Improve error messages for package manager invocations. See [PR#159](https://github.com/trustification/exhort-javascript-api/pull/159), [PR#183](https://github.com/trustification/exhort-javascript-api/pull/183), [PR#185](https://github.com/trustification/exhort-javascript-api/pull/185) for details.
45
-
- Support node version managers FNM and NVM. See [PR#206](https://github.com/trustification/exhort-javascript-api/pull/206) for details.
44
+
- Improve error messages for package manager invocations. See [PR#159](https://github.com/guacsec/trustify-da-javascript-client/pull/159), [PR#183](https://github.com/guacsec/trustify-da-javascript-client/pull/183), [PR#185](https://github.com/guacsec/trustify-da-javascript-client/pull/185) for details.
45
+
- Support node version managers FNM and NVM. See [PR#206](https://github.com/guacsec/trustify-da-javascript-client/pull/206) for details.
46
46
47
47
### Chores
48
48
-`axios` updated from 1.7.2 to 1.9.0. See [PR#763](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/763) for details.
@@ -80,9 +80,9 @@ false positives. See [PR#221](https://github.com/trustification/exhort-javascrip
80
80
- enhancement - Added a vulnerability severity alert level setting for the user to receive inline notifications for just errors or warnings. See [PR#674](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/674) for details.
81
81
- fixes - Fixed an issue with the `codeActionsMap` call. When multiple manifest documents are open that have the same dependency, one of the document entries gets deleted. This gave a wrong result in the analysis. See [PR#236](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/236) for details.
82
82
- fixes - Fixed an issue in the Exhort Javascript API. This fix enables and supports analysis of `pom.xml` manifests that include local modules, and a parent Project Object Model (POM). See the [PR#237](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/237) for details.
83
-
- fixes - Fixed an issue with the analysis report not displaying because of spaces in the manifest file path. See [PR#100](https://github.com/trustification/exhort-javascript-api/pull/100) for details.
83
+
- fixes - Fixed an issue with the analysis report not displaying because of spaces in the manifest file path. See [PR#100](https://github.com/guacsec/trustify-da-javascript-client/pull/100) for details.
84
84
## 0.9.1 (Dec 24th 2023)
85
-
- fixes - Resolved endpoint configuration issue by removing EXHORT_DEV_MODE environment configuration parameter. See [PR#672](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/672) for details.
85
+
- fixes - Resolved endpoint configuration issue by removing TRUSTIFY_DA_DEV_MODE environment configuration parameter. See [PR#672](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/672) for details.
86
86
## 0.9.0 (Dec 21th 2023)
87
87
- informational - Service Preview release of Red Hat Dependency Analytics (RHDA) extension.
88
88
- informational - Configuration names for all supported executable paths in the extension settings have changed. These executable paths are only used for the analysis.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ Specify glob patterns for manifests to be ignored for background analysis e.g. `
350
350
This setting applies to Python and Go environments.
351
351
352
352
<br >An alternative workaround exists for Python environments only.
353
-
The user can start Visual Studio Code with the [`EXHORT_PYTHON_VIRTUAL_ENV`](https://github.com/RHEcosystemAppEng/exhort-javascript-api#:~:text=EXHORT_PYTHON_VIRTUAL_ENV) variable set to `true`.
353
+
The user can start Visual Studio Code with the [`TRUSTIFY_DA_PYTHON_VIRTUAL_ENV`](https://github.com/RHEcosystemAppEng/exhort-javascript-api#:~:text=TRUSTIFY_DA_PYTHON_VIRTUAL_ENV) variable set to `true`.
354
354
Doing this allows Red Hat Dependency Analytics to install Python packages into a virtual environment to perform the analysis.
355
355
The benefit is having a clean Python environment not influenced by earlier installations, but the downside is a significantly slower analysis process.
0 commit comments