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
I have created a MariaDB and ran the initialization script on it.
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: