Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GROUP-56 Fix Dependency Check (v9.0 upgrade) #6

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

makmn1
Copy link
Member

@makmn1 makmn1 commented Dec 6, 2023

Description of Changes

Dependency check has been failing. Tried to fix it on the main branch, bad idea. Putting it in its own issue as I've should've done at the start. Many developers have been reporting problems on the dependency check repository since version 9.0 released as a response to changes made to the NVD API.

From a commit made directly to main, the dependency check run configuration in the .run folder for IntelliJ has been removed. This is due to the configuration now needing to include the NVD API key. To setup the configuration locally, use the following command format:
dependencyCheckAnalyze --stacktrace -PnvdApiKey="YOUR NVD API KEY HERE"

You can request an API key here. You should get an email shortly after submitting the request.

Delay between requests is by default 2000ms if an NVD API key is provided to Dependency Check

@makmn1 makmn1 added the bug Something isn't working label Dec 6, 2023
@makmn1 makmn1 self-assigned this Dec 6, 2023
@makmn1 makmn1 merged commit a164771 into main Dec 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant