github opencve/opencve v1.4.0
OpenCVE v1.4.0

latest releases: v1.5.0, v1.4.1
18 months ago

Release notes

This release drops support for Python 3.6 (more information here).

It also includes a migration to increase performance by adding indexes on reports and alerts tables. Use the upgrade-db command to execute the migrations

OpenCVE now requires a Redis instance to store a lock and avoid parallel tasks.

The following parameters have been added in the configuration file:

  • celery_lock_url
  • include_analytics
  • reports_cleanup_days
  • smtp_use_ssl

Please update your opencve.cfg if you need to change the default values.

Added

  • Add vendor name in products subscriptions
  • Add a periodic task to clean old reports
  • Increase performance with indexes on reports and alerts tables
  • Support the MAIL_USE_SSL configuration
  • Show subscribed users for vendors and products in admin
  • Add column_filters in admin views
  • Include custom HTML code in all pages for analytics

Fixed

  • Remove duplicates items when pagination is used
  • Add a lock in Celery tasks to avoid parallel chains
  • Downgrade importlib-metadata to fix a bug in Python 3.7
  • Parse modified references with quote in url
  • Fix responsive bug in login and register views
  • Fix a bug when viewing emails in Outlook
  • Rework CPE parsing to improve memory footprint
  • Release memory when possible in CVE import

Removed

  • Remove Python 3.6 support

Don't miss a new opencve release

NewReleases is sending notifications on new releases.