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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# Change Log
2
+
## 0.9.4 (?)
3
+
- informational - Removing access to Snyk's Vulnerability Database.
2
4
## 0.9.3 (Mar 6th 2024)
3
5
- enhancement - Red Hat Dependency Analytics reporting has integrated the ONGuard service by using [Open Source Vulnerability (OSV)](https://google.github.io/osv.dev/) and the [National Vulnerability Database (NVD)](https://nvd.nist.gov/) data sources for additional vulnerability information.
4
6
- enhancement - Integrated VS Code's [Secret Storage](https://code.visualstudio.com/api/references/vscode-api#SecretStorage) feature for securing the Snyk token. See [PR689](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/689) for details.
Copy file name to clipboardExpand all lines: README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
Red Hat's Dependency Analytics (RHDA) extension gives you awareness to security concerns within your software supply chain while you code your application.
8
8
The Red Hat Dependency Analytics extension uses the following data sources for the most up-to-date vulnerability information available:
9
9
10
-
-[Snyk's Vulnerability Database](https://snyk.io/product/vulnerability-database/) is an industry-leading security intelligence service. Red Hat Dependency Analytics uses Snyk's REST API to query for the latest vulnerability information available.
11
10
- The [ONGuard](https://github.com/RHEcosystemAppEng/ONguard) service, integrates the [Open Source Vulnerability (OSV)](https://google.github.io/osv.dev/) and the [National Vulnerability Database (NVD)](https://nvd.nist.gov/) data sources. When given a set of packages to the ONGuard service, a query to OSV retrieves the associated vulnerability information, and then a query to NVD for public Common Vulnerability and Exposures (CVE) information.
12
11
13
12
**NOTE:**
@@ -58,12 +57,6 @@ Click the **Workspace** tab, search for the word _executable_, and specify the a
58
57
- Open a manifest file, and click the **pie chart** icon .
59
58
- Right click on a manifest file in the **Explorer** view, and click **Red Hat Dependency Analytics Report...**.
60
59
- From the vulnerability pop-up alert message, click **Open detailed vulnerability report**.
61
-
7. (OPTIONAL) You can link your Snyk account to Red Hat Dependency Analytics by doing the following:
62
-
1. Log into your [Snyk account](https://app.snyk.io/login?utm_campaign=Code-Ready-Analytics-2020&utm_source=code_ready&code_ready=FF1B53D9-57BE-4613-96D7-1D06066C38C9).
63
-
2. On the account landing page, you can find your Snyk Token, copy the token.
64
-
3. From VS Code's Command Palette, enter `RHDA: Set Snyk Token`.
65
-
4. Paste the Snyk token into the input field.
66
-
4. After adding your Snyk token, the vulnerability report gives you detailed information about security vulnerabilities unique to Snyk, and vulnerabilities that have publicly known exploits.
67
60
68
61
## Configuration
69
62
@@ -80,23 +73,6 @@ The Red Hat Dependency Analytics extension has some configurable parameters that
80
73
81
74
### Configurable parameters
82
75
83
-
**Snyk Token Storage** :
84
-
<br >The Snyk token allows Exhort to authenticate with the Snyk Vulnerability Database.
85
-
If a Snyk token is not provided, Snyk vulnerability information is not displayed.
86
-
87
-
To securely store your Snyk token, RHDA uses VS Code's [Secret Storage](https://code.visualstudio.com/api/references/vscode-api#SecretStorage) feature.
88
-
From VS Code's Command Palette, enter `RHDA: Set Snyk Token`.
89
-
Next, enter your Snyk token.
90
-
<br >
91
-
92
-
If you enter a invalid Snyk token, the dialog box alerts you that your Snyk token is not valid.
93
-
<br >
94
-
95
-
In the extension settings, you can set RHDA to always use VS Code's Secret Storage.
96
-
<br >
97
-
98
-
If you need a new Snyk token, you can generate a new token [here](https://app.snyk.io/login?utm_campaign=Code-Ready-Analytics-2020&utm_source=code_ready&code_ready=FF1B53D9-57BE-4613-96D7-1D06066C38C9).
99
-
100
76
**Red Hat Dependency Analytics Report File Path** :
101
77
<br >Specify the local path to create the Red Hat Dependency Analytics report file.
102
78
The default path is `/tmp/redhatDependencyAnalyticsReport.html`.
@@ -143,7 +119,7 @@ The default path is `/tmp/redhatDependencyAnalyticsReport.html`.
143
119
```
144
120
145
121
If you wish to ignore vulnerabilities for a dependency in a `package.json` file, you must add `exhortignore` as a attribute-value pair.
146
-
If `exhortignore` is followed by a list of comma-separated Snyk vulnerability IDs, only the listed vulnerabilities will be ignored during analysis.
122
+
If `exhortignore` is followed by a list of comma-separated vulnerability IDs, only the listed vulnerabilities are ignored during analysis.
0 commit comments