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

Version mismatch in the findsecbugs-cli sh script. #445

Closed
marcan2020 opened this issue Dec 13, 2018 · 1 comment
Closed

Version mismatch in the findsecbugs-cli sh script. #445

marcan2020 opened this issue Dec 13, 2018 · 1 comment

Comments

@marcan2020
Copy link

Environment

https://github.com/find-sec-bugs/find-sec-bugs/releases/download/version-1.8.0/findsecbugs-cli-1.8.0.zip

Problem

Version mismatch in the findsecbugs-cli sh script. It should be 1.8.0 instead of 1.7.1.

lib/findsecbugs-plugin-1.7.1.jar -> lib/findsecbugs-plugin-1.8.0.jar

Code

findsecbugs.sh

SOURCE="${BASH_SOURCE[0]}"
java -cp "$SOURCE/lib/\*:" edu.umd.cs.findbugs.LaunchAppropriateUI -quiet -pluginList lib/findsecbugs-plugin-1.7.1.jar -include include.xml $@
@h3xstream
Copy link
Member

Should be fix by #447

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

No branches or pull requests

2 participants