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
Significant performance improvements have been made for MySQL in the 6.x branch and we are hoping to get someone to submit a PR to update the initialize_postgres.sql file to support the changes required for 6.0.0. The changes made for MySQL can be seen here: 6a6d21b#diff-23975a7378873c27620d7ccee40b72b8
Note that the performance enhancements for MySQL are currently in the addCvssVersions branch (https://github.com/jeremylong/DependencyCheck/tree/addCvssVersions) as the performance enhancement changes are combined with other breaking changes to enhance the CVSS meta data. If you are testing the stored procedures you should use the addCvssVersions branch.
The text was updated successfully, but these errors were encountered:
* updates to improve MySQL update performance
* updated reports to support additional info from the NVD
* updated to new schema per #2753
* updated for #2753
* updated for #2753
* updated to resolve#2754
Significant performance improvements have been made for MySQL in the 6.x branch and we are hoping to get someone to submit a PR to update the
initialize_postgres.sql
file to support the changes required for 6.0.0. The changes made for MySQL can be seen here: 6a6d21b#diff-23975a7378873c27620d7ccee40b72b8It would be very helpful if someone could create a PR to perform the medications for:
https://github.com/jeremylong/DependencyCheck/blob/addCvssVersions/core/src/main/resources/data/initialize_postgres.sql
Note that the performance enhancements for MySQL are currently in the
addCvssVersions
branch (https://github.com/jeremylong/DependencyCheck/tree/addCvssVersions) as the performance enhancement changes are combined with other breaking changes to enhance the CVSS meta data. If you are testing the stored procedures you should use theaddCvssVersions
branch.The text was updated successfully, but these errors were encountered: