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

Request to release the latest changes to pypi #11

Open
tejaschumbalkar opened this issue Jan 6, 2023 · 3 comments
Open

Request to release the latest changes to pypi #11

tejaschumbalkar opened this issue Jan 6, 2023 · 3 comments

Comments

@tejaschumbalkar
Copy link

We are affected due to jeremylong/DependencyCheck#5220

Can you release the latest changes to pypi?

@aikebah
Copy link

aikebah commented Jan 6, 2023

@tejaschumbalkar Have you seen https://github.com/jhermann/dependency-check-py#customization? You should be able to already upgrade locally to 7.4.4 with the configuration variables, no need to wait for a release from @jhermann (though an updated default version would be good).

@ShiboXing
Copy link

ShiboXing commented Jan 6, 2023

Hi @aikebah, thanks for the fix. Do you know the exact commands to execute?
I've set the version before installation but still get the SQL error:

export DEPENDENCY_CHECK_VERSION=7.4.4
export DEPENDENCY_CHECK_URL=https://github.com/jeremylong/DependencyCheck/releases/download/v7.4.4/dependency-check-7.4.4-release.zip
pip install 'dependency-check<1'

@aikebah
Copy link

aikebah commented Jan 6, 2023

@ShiboXing no python-user, but from the documentation of jhermann I deduce that.... assuming you did not customize it.... the current install of dependency-check cli is in ~/.local/dependencycheck and needs to be deleted... and then you just run dependencycheck with the environment variable DEPENDENCY_CHECK_VERSION set to 7.4.4

So the following I would expect to work:

rm -r ~/.local/dependency-check/bin/
export DEPENDENCY_CHECK_VERSION=7.4.4
dependency-check -v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants