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

Running Central DB #5730

Closed
ptecihner opened this issue May 24, 2023 · 2 comments
Closed

Running Central DB #5730

ptecihner opened this issue May 24, 2023 · 2 comments
Labels

Comments

@ptecihner
Copy link

ptecihner commented May 24, 2023

  1. I have created a MariaDB and ran the initialization script on it.
  2. I have a dedicated job that mirrors the CVE and other sources from the internet and runs maven in update-only mode

Q1: I'm a bit confused if I need to use the custom properties file?
Q2: I'm getting an error that I've attached is there something missing?
Q3: When using the CLI the JDBC driver is still needed to be pulled down, correct?

Thanks

@ptecihner
Copy link
Author

Untitled(1)

@aikebah
Copy link
Collaborator

aikebah commented May 28, 2023

Q1: You don't need a custom properties file for the maven plugin, you can configure the dependency-check-maven-plugin in the pom-file
Q2: The error (as indicated in #5733) appears to be caused by a file encoding issue with non-representable characters having been replaced by the 'replacement character' U+FFFD, an issue that appears to have been resolved by an updated known exploited vulnerabilities JSON file.
Q3: Yes, for the CLI you would need to download the mysql/mariadb jdbc driver and configure the CLI with the proper --dbDriverPath (but the CLI is expected to run into the same error had the known exploited vulnerabilities file not been modified)

@aikebah aikebah closed this as completed Oct 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants