Skip to content

Releases: cve-search/cve-search

cve-search v5.0.3 released including a hotfix for CveXplore

16 Apr 13:58
v5.0.3
6db2244
Compare
Choose a tag to compare

v5.0.3 (2024-04-16)

Changes

  • [changelog] updated for release 5.0.2. [Alexandre Dulaunoy]

Other

cve-search v5.0.2 released with many enhancements and bug fixes.

13 Apr 09:09
v5.0.2
c9a3b7b
Compare
Choose a tag to compare

Release Notes for Version 5.0.2 (Released on 2024-04-13)

This release of our software introduces a number of enhancements and bug fixes improving on our previous versions. Highlights include support for non-numeric version strings in search functionalities, significant security updates, and better system stability and documentation.

Enhancements:

  • General Improvements:

    • Updated requirements.txt to enhance compatibility and performance.
    • Refactored db_updater to fix the repopulation ordering and remove unnecessary options for cleaner operations.
    • Lowered the update interval for SystemD db_updater.timer for more frequent updates.
  • Search Functionality:

    • Added support for non-numeric versions in relaxSearch to allow simplified version strings that facilitate easier comparison.
    • Introduced new unit tests for improved search flexibility and fixed various minor bugs in search.py.
  • Documentation and Formatting:

    • Major updates to documentation to make it more informative and easier to navigate.
    • Improved markdown linting and syntax highlighting in README.md to enhance readability.

Fixes:

  • Corrected an issue with CPE name parsing which could potentially lead to incorrect data handling.
  • Addressed several formatting and import-order issues in various scripts to prevent runtime errors.
  • Removed unused and deprecated configuration files and settings to streamline project structure and maintenance.

Dependency Updates:

  • JavaScript Libraries:
    • Updated several static JavaScript dependencies to their latest versions including jQuery, Popper.js, clipboard.js, and Bootstrap to ensure better compatibility and stability.

System Administration:

  • Improved SystemD Service:
    • Updated service examples and configurations to better support modern system environments.

For more detailed information about what's changed in version 5.0.2, please refer to the changelog on our project page.

cve-search v5.0.1 released with bugs fixed and minor improvements

28 Jan 11:00
v5.0.1
75226bd
Compare
Choose a tag to compare

cve-search v5.0.1 released with bugs fixed and minor improvements. Thanks to contributors and users who helped us to improve cve-search.

v5.0.1 (2024-01-28)

New

  • [release] changelog updated to match release v5.0.0. [Alexandre Dulaunoy]

Other

  • Update README.md (#1055) [Esa Jokinen]

    • systemd services: rename mongod.service

    • black formatting

    • README.md add workflow badges

    • README.md update copyright years

    • README.md update changelog link

    The changelog on the site hasn't been updated for ages.

  • Systemd services: rename mongod.service (#1052) [Esa Jokinen]

    • systemd services: rename mongod.service

    • black formatting

    • README.md add workflow badges

  • Update script tweaks (#1051) [PT]

    • tweaks to update script
  • Add check for missing 'vulnerable_configuration' field (#1050) [PT]

  • Fixes #1038. [Paul Tikken]

  • Merge pull request #1047 from cve-search/cve-search-1042. [PT]

    Additional check

  • Added check for missing epss values. [Paul Tikken]

  • Merge pull request #1041 from oh2fih/master. [PT]

    Add workflow to check black formatting

  • Black formatting (23.12.1) [Esa Jokinen]

  • Add workflow to check black formatting. [Esa Jokinen]

  • Black formatting. [Paul Tikken]

cve-search v5.0.0 released with major improvements for the NVD NIST API import, other improvements and many bugs fixed

18 Dec 21:49
v5.0.0
1270f4c
Compare
Choose a tag to compare

cve-search v5.0.0 released with major improvements for the NVD NIST API import, other improvements and many bugs fixed.

The update is now done via CveXplore.

Thanks to all the contributors to make this release a reality.

What's Changed

  • Configurable DownloadMaxWorkers (#890) by @oh2fih in #998
  • Update requirements.txt by @nsmfoo in #1002
  • Rewrite of database update to use NVD NIST API from cvexplore lib by @P-T-I in #1010
  • wrong key when populating redis cache by @P-T-I in #1019
  • mongodb connections by @P-T-I in #1022
  • Pass mongodb connection string when initialize CveXplore by @baonq-me in #1030
  • Use count_documents() to count mongo documents instead of old and deprecated count() by @baonq-me in #1032
  • Fixed Inappropriate Logical Expression by @fazledyn-or in #1031
  • Improve CVEs search speed in bin/search.py by @baonq-me in #1033
  • Fix counting results when searching for CVE using cli by @baonq-me in #1034

New Contributors

Full Changelog: v4.2.2...v5.0.0

cve-search version 4.2.2 released - maintenance release including CAPEC source bugfix

08 Aug 06:09
v4.2.2
6abaf50
Compare
Choose a tag to compare

v4.2.2 (2023-08-08)

Other

  • Merge pull request #990 from oh2fih/master. [PT]

  • Black formatting (23.7.0) [Esa Jokinen]

  • DownloadHandler.store_file() accept "text/xml" [Esa Jokinen]

    The CAPEC source uses this Content-Type now instead of "application/xml"

  • Merge pull request #956 from cve-search/dependabot/pip/redis-4.5.4. [PT]

  • Bump redis from 4.5.3 to 4.5.4. [dependabot[bot]]

    Bumps redis from 4.5.3 to 4.5.4.


    updated-dependencies:

    • dependency-name: redis
      dependency-type: direct:production
      ...
  • Merge pull request #957 from cve-search/dependabot/pip/docs/source/redis-4.4.4. [PT]

  • Bump redis from 3.5.3 to 4.4.4 in /docs/source. [dependabot[bot]]

    Bumps redis from 3.5.3 to 4.4.4.


    updated-dependencies:

    • dependency-name: redis
      dependency-type: direct:production
      ...
  • Merge pull request #954 from cve-search/dependabot/pip/redis-4.5.3. [PT]

  • Bump redis from 4.2.2 to 4.5.3. [dependabot[bot]]

    Bumps redis from 4.2.2 to 4.5.3.


    updated-dependencies:

    • dependency-name: redis
      dependency-type: direct:production
      ...
  • Merge pull request #952 from dbarzin/patch-3. [PT]

  • Add mercator. [Didier Barzin]

  • Merge pull request #939 from cve-search/dependabot/pip/nested-lookup-0.2.25. [Alexandre Dulaunoy]

    Bump nested-lookup from 0.2.23 to 0.2.25

  • Bump nested-lookup from 0.2.23 to 0.2.25. [dependabot[bot]]

    Bumps nested-lookup from 0.2.23 to 0.2.25.


    updated-dependencies:

    • dependency-name: nested-lookup
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #938 from cve-search/dependabot/pip/jsonpickle-3.0.1. [Alexandre Dulaunoy]

    Bump jsonpickle from 2.1.0 to 3.0.1

  • Bump jsonpickle from 2.1.0 to 3.0.1. [dependabot[bot]]

    Bumps jsonpickle from 2.1.0 to 3.0.1.


    updated-dependencies:

    • dependency-name: jsonpickle
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Merge pull request #931 from cve-search/dependabot/pip/sphinx-5.3.0. [PT]

  • Bump sphinx from 4.3.1 to 5.3.0. [dependabot[bot]]

    Bumps sphinx from 4.3.1 to 5.3.0.


    updated-dependencies:

    • dependency-name: sphinx
      dependency-type: direct:development
      update-type: version-update:semver-major
      ...
  • Merge pull request #920 from oh2fih/master. [PT]

  • Black formatting. [Esa Jokinen]

  • Merge pull request #919 from GalaxyGamingBoy/master. [PT]

  • Merge pull request #4 from GalaxyGamingBoy/CORS. [GalaxyGamingBoy]

    Reformatted

  • Reformatted. [GalaxyGamingBoy]

  • Merge pull request #3 from GalaxyGamingBoy/CORS. [GalaxyGamingBoy]

    Simplified IF clause

  • Simplified. [GalaxyGamingBoy]

  • Merge pull request #2 from GalaxyGamingBoy/CORS. [GalaxyGamingBoy]

    Limited CORS to API

  • Limited CORS to API. [GalaxyGamingBoy]

  • Merge pull request #1 from GalaxyGamingBoy/CORS. [GalaxyGamingBoy]

    Added CORS Support, can be changed via config

  • Added CORS Support, can be changed via config. [GalaxyGamingBoy]

  • Merge pull request #904 from dbarzin/patch-2. [PT]

  • Update README.md. [Didier Barzin]

    Add link to Mercator

  • Merge pull request #896 from dbarzin/master. [PT]

  • Update install documentation for Ubuntu 22.04. [dbarzin]

  • Merge pull request #895 from dbarzin/patch-1. [PT]

  • Upgrade README.md. [Didier Barzin]

    show all options of search.py

cve-search v4.2.1 released including multiple bugs fixed and improvements

27 May 09:02
v4.2.1
b99da1a
Compare
Choose a tag to compare

v4.2.1 (2022-05-27)

cve-search v4.2.1 released including multiple bugs fixed and improvements.

  • Configurable max limits & reasonable defaults for /api/cvefor & /api/last
  • Fix CPE conversions
  • Capec 3.7 update
  • Various improvements in the JS dependencies
  • Add Database connectivity using MONGODB+SRV connection string

Thanks to @eengelking, @P-T-I and @oh2fih for all the hard work and contributions!

Changelog

  • [release] version 4.2.1. [Alexandre Dulaunoy]

Other

  • Merge pull request #888 from oh2fih/master. [PT]

  • Black formatting for lib/Config.py. [Esa Jokinen]

  • Use CVEMaxLimit in /api/cvefor and /api/last. [Esa Jokinen]

  • Add configurable [API] CVEMaxLimit. [Esa Jokinen]

  • Black formatting (web/) [Esa Jokinen]

  • Rename the maximum limit variable. [Esa Jokinen]

  • Set default limit & max limit for /api/cvefor. [Esa Jokinen]

  • Merge pull request #884 from oh2fih/master. [PT]

  • Merge branch 'update-js-dependencies' [Esa Jokinen]

  • Update Bootstrap v4.6.0 -> v4.6.1. [Esa Jokinen]

  • Update clipboard.js v2.0.8 -> v2.0.10. [Esa Jokinen]

  • Update Popper v2.10.1 -> v2.11.5. [Esa Jokinen]

  • Update DataTables 1.11.2 -> 1.11.3. [Esa Jokinen]

    Not changed:

    • [1.11.3]/js/dataTables.bootstrap4.min.js
    • [1.11.3]/css/dataTables.bootstrap4.min.css
  • Merge pull request #883 from oh2fih/master. [PT]

  • Update rest api documentation to meet with PR #880. [Esa Jokinen]

  • Merge pull request #880 from oh2fih/master. [PT]

    Fix CPE conversions

  • Use cpe_conversion library in Toolkit.py. [Esa Jokinen]

  • Black formatting. [Esa Jokinen]

  • Rename library to match its purpose. [Esa Jokinen]

  • Merge pull request #2 from rg-atte/master. [Esa Jokinen]

    Added cve conversion library

  • EOF newline. [Atte]

  • Functionality to correctly convert CPE versions. [Atte]

  • Merge pull request #878 from AlphaBravoCompany/master. [PT]

  • Add authentication database variables (#3) [Ed Engelking]

    • Added authSource to DB connection call. Updated configuration sample with variable.

    • Updated documentation

    • Updated documentation wording

  • Updated github actions python versions to 3.8. [Paul Tikken Laptop]

  • Updated github actions python versions to 3.8. [Paul Tikken Laptop]

  • Merge pull request #869 from P-T-I/cve-search-858. [PT]

    Capec 3.7 update

  • Capec sources updated to 3.7. [Paul Tikken Laptop]

  • Update requirements.txt. [Paul Tikken Laptop]

  • Merge pull request #848 from cve-search/dependabot/pip/nltk-3.7. [PT]

    Bump nltk from 3.6.5 to 3.7

  • Bump nltk from 3.6.5 to 3.7. [dependabot[bot]]

    Bumps nltk from 3.6.5 to 3.7.


    updated-dependencies:

    • dependency-name: nltk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      ...
  • Merge pull request #856 from cve-search/dependabot/pip/pytest-7.1.1. [PT]

    Bump pytest from 6.2.5 to 7.1.1

  • Bump pytest from 6.2.5 to 7.1.1. [dependabot[bot]]

    Bumps pytest from 6.2.5 to 7.1.1.


    updated-dependencies:

    • dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Merge pull request #862 from cve-search/dependabot/pip/requests-2.27.1. [PT]

    Bump requests from 2.26.0 to 2.27.1

  • Bump requests from 2.26.0 to 2.27.1. [dependabot[bot]]

    Bumps requests from 2.26.0 to 2.27.1.


    updated-dependencies:

    • dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
      ...
  • Merge pull request #865 from cve-search/dependabot/pip/docs/source/nltk-3.6.6. [PT]

    Bump nltk from 3.6.5 to 3.6.6 in /docs/source

  • Bump nltk from 3.6.5 to 3.6.6 in /docs/source. [dependabot[bot]]

    Bumps nltk from 3.6.5 to 3.6.6.


    updated-dependencies:

    • dependency-name: nltk
      dependency-type: direct:production
      ...
  • Merge pull request #864 from AlphaBravoCompany/master. [PT]

    Database connectivity using MONGODB+SRV connection string

  • Database connectivity using MONGO+SRV connection string (#2) [Ed Engelking]

    • Added feature to use mongodb-srv URI records in mongodb plugin. Added URI configuration options in Config.py. Updated sample configuration to include ability to enable mongodb-srv URI. Added dnspython to pip requirements.txt.

    • Updating database documentation to explain how to use the new configuration options for SRV syntax.

    • Fixed a word.

    • Updated Config.py and mongodb.py to allow calls for SRV connections.

  • Update VERSION. [PT]

cve-search version 4.2 released including many bugs fixed and improvements.

21 Mar 07:59
v4.2
cb0ac57
Compare
Choose a tag to compare

cve-search version 4.2 released including many bugs fixed and improvements. (2022-03-21)

New

  • [config] changelogrc configuration + updated pattern for tag matching. [Alexandre Dulaunoy]

Other

  • Merge pull request #854 from oh2fih/master. [PT]

  • Remove logrotate as logging to syslog. [Esa Jokinen]

  • A more complete set of CVE-Search systemd services. [Esa Jokinen]

  • Merge pull request #831 from FafnerKeyZee/patch-1. [PT]

  • Sending parameters to make uwsgi happy ;) [Fafner [KeyZee]]

  • Merge pull request #830 from FafnerKeyZee/master. [PT]

  • Adding systemd and logrotate. [Olivier Ferrand]

  • Merge pull request #824 from cve-search/dependabot/pip/sphinx-4.3.1. [Alexandre Dulaunoy]

    Bump sphinx from 4.3.0 to 4.3.1

  • Bump sphinx from 4.3.0 to 4.3.1. [dependabot[bot]]

    Bumps sphinx from 4.3.0 to 4.3.1.


    updated-dependencies:

    • dependency-name: sphinx
      dependency-type: direct:development
      update-type: version-update:semver-patch
      ...
  • Merge pull request #816 from kawtar01/feature/setup_oidc_auth_flow. [PT]

  • Update doc to elaborate idp discovery url. [Kawtar.ahaggach.e]

  • Update requirements.txt. [Paul Tikken Laptop]

  • Rebase. [Paul Tikken Laptop]

  • Merge pull request #823 from P-T-I/api_doc_fix. [PT]

    Redoc dependency removal

  • Removed redoc as dependency. [Paul Tikken Laptop]

  • Merge pull request #822 from P-T-I/update_reqs. [PT]

    Updated requirements

  • Updated requirements. [Paul Tikken Laptop]

  • Fix for always showing the bottom plugin toolbar. [Paul Tikken Laptop]

  • Merge pull request #819 from P-T-I/cve-search-801. [PT]

    Updates capec version

  • Fix #cve-search-801; update capec version. [Paul Tikken Laptop]

  • Changed print statements to logger statements. Added function to retrieve a requests session instead of a plain request method. This function also respects proxies from the config. Added verify possibility to ignore requests made with/to self signed certificates OIDC servers. Black formatting enforced. [Paul Tikken Laptop]

  • Black formatting and cleanup imports. [Paul Tikken Laptop]

  • Added SSL_Verify to Config.py and corresponding method to retrieve the value. Added this value into the configuration.ini.sample as well. [Paul Tikken Laptop]

  • Setup OIDC login flow. [Kawtar.ahaggach.e]

  • Merge pull request #814 from FafnerKeyZee/master. [PT]

  • Update bookmarked.html. [Fafner [KeyZee]]

  • Update linked.html. [Fafner [KeyZee]]

  • Merge pull request #806 from oh2fih/master. [PT]

    Enhance sanitation #796 + black formatting.

  • Black formatting. [Esa Jokinen]

  • Enhance sanitation #796 + black formatting. [Esa Jokinen]

  • Merge pull request #796 from P-T-I/cve-search-795. [PT]

    Reflected server-side cross-site scripting

  • Update requirements. [Paul Tikken Laptop]

  • Fix #795; server side XSS vulnerability. [Paul Tikken Laptop]

  • Merge pull request #784 from cve-search/dependabot/pip/jinja2-3.0.2. [PT]

  • Bump jinja2 from 3.0.1 to 3.0.2. [dependabot[bot]]

    Bumps jinja2 from 3.0.1 to 3.0.2.


    updated-dependencies:

    • dependency-name: jinja2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #786 from cve-search/dependabot/pip/werkzeug-2.0.2. [PT]

  • Bump werkzeug from 2.0.1 to 2.0.2. [dependabot[bot]]

    Bumps werkzeug from 2.0.1 to 2.0.2.


    updated-dependencies:

    • dependency-name: werkzeug
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #783 from cve-search/dependabot/pip/flask-2.0.2. [PT]

  • Bump flask from 2.0.1 to 2.0.2. [dependabot[bot]]

    Bumps flask from 2.0.1 to 2.0.2.


    updated-dependencies:

    • dependency-name: flask
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #782 from cve-search/dependabot/pip/pytest-cov-3.0.0. [PT]

  • Bump pytest-cov from 2.12.1 to 3.0.0. [dependabot[bot]]

    Bumps pytest-cov from 2.12.1 to 3.0.0.


    updated-dependencies:

    • dependency-name: pytest-cov
      dependency-type: direct:production
      update-type: version-update:semver-major
      ...
  • Merge pull request #789 from oh2fih/master. [PT]

  • Merge branch 'cve-search:master' into master. [Esa Jokinen]

  • Merge pull request #785 from oh2fih/master. [PT]

  • Remove IRC and XMPP from documentation (#787) [Esa Jokinen]

  • Remove requirements for IRC and XMPP (#787) [Esa Jokinen]

  • Remove broken feature: XMPP bot (#787) [Esa Jokinen]

  • Remove broken feature: IRC bot (#787) [Esa Jokinen]

  • Add "Logging: True/False" in sample config (#774) [Esa Jokinen]

  • Improve logging: config & fault tolerance (#774) [Esa Jokinen]

  • Merge pull request #778. [PT]

    update redoc

  • Redoc update. [Paul Tikken Laptop]

  • Merge pull request #777. [PT]

    req update

  • Docs update. [Paul Tikken Laptop]

  • Merge pull request #776. [PT]

    docs update

  • Docs update. [Paul Tikken Laptop]

  • Merge pull request #775. [PT]

    update requirements

  • Update requirements.txt. [Paul Tikken Laptop]

  • Merge pull request #771 from cve-search/dependabot/pip/tqdm-4.62.3. [PT]

    Bump tqdm from 4.62.2 to 4.62.3

  • Bump tqdm from 4.62.2 to 4.62.3. [dependabot[bot]]

    Bumps tqdm from 4.62.2 to 4.62.3.


    updated-dependencies:

    • dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #772 from cve-search/dependabot/pip/nltk-3.6.3. [PT]

    Bump nltk from 3.6.2 to 3.6.3

  • Bump nltk from 3.6.2 to 3.6.3. [dependabot[bot]]

    Bumps nltk from 3.6.2 to 3.6.3.


    updated-dependencies:

    • dependency-name: nltk
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...
  • Merge pull request #766 from oh2fih/master. [PT]

    Ajaxify searches & adjust search result reason priority

  • Merge branch 'cve-search:master' into master. [Esa Jokinen]

  • Merge pull request #768 from cve-search/dependabot/pip/sphinx-rtd-theme-1.0.0. [PT]

    Bump sphinx-rtd-theme from 0.5.2 to 1.0.0

  • Bump sphinx-rtd-theme from 0.5.2 to 1.0.0. [dependabot[bot]]

    Bumps sphinx-rtd-theme from 0.5.2 to 1.0.0.


    updated-dependencies:

    • dependency-name: sphinx-rtd-theme
      dependency-type: direct:development
      update-type: version-update:semver-major
      ...
  • Merge pull request #769 from cve-search/dependabot/pip/sphinx-4.2.0. [PT]

    Bump sphinx from 4.1.2 to 4.2.0

  • Bump sphinx from 4.1.2 to 4.2.0. [dependabot[bot]]

    Bumps sphinx from 4.1.2 to 4.2.0.


    updated-dependencies:

    • dependency-name: sphinx
      dependency-type: direct:development
      update-type: version-update:semver-minor
      ...
  • Fix breadcrumb for freetext search. [Esa Jokinen]

  • Update search tooltip. [Esa Jokinen]

  • Change freetext search path (removing '?search=') [Esa Jokinen]

  • Remove unused template static_table.html (#758) [Esa Jokinen]

  • Breadcrumb for freetext search (#758) [Esa Jokinen]

  • Expand Ajax search to vendor browsing (#758) [Esa Jokinen]

  • Merge branch 'cve-search:master' into master. [Esa Jokinen]

  • Merge pull request #764 from oh2fih/master. [PT]

  • Adjust search result reason priority. [Esa Jokinen]

  • Show 'reason' only if exists. Fix indentation. [Esa Jokinen]

  • Shared functions: better on the same file. (#758) [Esa Jokinen]

  • Ajaxify freetext search (#758) [Esa Jokinen]

  • Merge branch 'cve-search:master' into master. [Esa Jokinen]

  • Merge pull request #762 from oh2fih/master. [PT]

*...

Read more

cve-search v4.1.0 (2021-04-24) released including many improvements and bug fixes.

24 Apr 08:01
v4.1.0
7db4961
Compare
Choose a tag to compare

cve-search v4.1.0 (2021-04-24) released including many improvements and bug fixes.

Thanks to all the contributors including bugs reporters who helped us to improve cve-search.

v4.1.0 (2021-04-24)

Changes

  • [version] v4.1.0 released. [Alexandre Dulaunoy]

Fix

  • [doc] fix the default link of the public cvepremium.circl.lu. [Alexandre Dulaunoy]

  • [view/capec] Non existing CAPEC value was not properly handled. [Alexandre Dulaunoy]

    Fix #648

  • [json import] ASSIGNER not always present (required) in NVD json feed. [Alexandre Dulaunoy]

    Fix #650

Other

  • Merge pull request #664 from P-T-I/cve-search-659. [PT]

    fix #cve-search-659; wrong date format disables effective sorting on …

  • Fix #cve-search-659; wrong date format disables effective sorting on table + inserted cvss3 score to vendor search table. [Paul Tikken Laptop]

  • Merge pull request #663 from P-T-I/cve-search-660. [PT]

    fix #cve-search-660; fixed the back to top button covering the datata…

  • Fix #cve-search-660; fixed the back to top button covering the datatables buttons. [Paul Tikken Laptop]

  • Merge pull request #662 from P-T-I/master. [PT]

    Proxies fix

  • Proxies fix. [Paul Tikken Laptop]

  • Proxies fix. [Paul Tikken Laptop]

  • Merge pull request #661 from P-T-I/master. [PT]

    proxies fix

  • Proxies fix. [Paul Tikken Laptop]

  • Merge pull request #657 from P-T-I/cve-search-586. [PT]

    Fix #cve-search-586; created possibility to set download worker size …

  • Merge branch 'master' into cve-search-586. [Paul Tikken Laptop]

  • Merge pull request #615 from EXXETA/downloadHandlerProxy. [PT]

    Use http proxy in download handler

  • Move proxy setting to a more central place (get_session) [Justin Kromlinger]

  • Move configuration to a class variable and import statement to the top of the file. [Justin Kromlinger]

  • Use http proxy in download handler. [Justin Kromlinger]

  • Fix #cve-search-586; created possibility to set download worker size via environment variable. [Paul Tikken Laptop]

  • Merge pull request #656 from FafnerKeyZee/patch-2. [Alexandre Dulaunoy]

    dirty patch for #651

  • Update Sources_process.py. [Fafner [KeyZee]]

  • Update Sources_process.py. [Fafner [KeyZee]]

  • Update Sources_process.py. [Fafner [KeyZee]]

    Yeah it's a dirty fix, but it does the job for the moment.

  • Merge pull request #644 from EXXETA/vendor-search. [Alexandre Dulaunoy]

    Added endpoints to search for the CPE fields vendor, product and version

  • Added endpoints to search for the CPE fields vendor, product and version. [weigeltj]

  • Merge pull request #647 from cve-search/dependabot/pip/nltk-3.6.2. [PT]

  • Bump nltk from 3.6.1 to 3.6.2. [dependabot[bot]]

    Bumps nltk from 3.6.1 to 3.6.2.

  • Merge pull request #643 from cve-search/dependabot/pip/sphinx-3.5.4. [PT]

  • Bump sphinx from 3.5.3 to 3.5.4. [dependabot[bot]]

    Bumps sphinx from 3.5.3 to 3.5.4.

  • Merge pull request #642 from cve-search/dependabot/pip/nltk-3.6.1. [PT]

    Bump nltk from 3.5 to 3.6.1

  • Bump nltk from 3.5 to 3.6.1. [dependabot[bot]]

    Bumps nltk from 3.5 to 3.6.1.

  • Merge pull request #641 from P-T-I/cve-search-625. [PT]

    update to cwe4.4

  • Update to cwe4.4. [Paul Tikken Laptop]

  • Merge pull request #640 from P-T-I/new_redoc. [PT]

    New redoc version added

  • New redoc version added. [Paul Tikken Laptop]

  • Merge pull request #639 from P-T-I/cve-search-612. [PT]

    Cve search 612

  • Version bump. [Paul Tikken Laptop]

  • Merge branch 'master' into cve-search-612. [Paul Tikken Laptop]

  • Merge pull request #635 from cve-search/dependabot/pip/tqdm-4.60.0. [PT]

    Bump tqdm from 4.59.0 to 4.60.0

  • Bump tqdm from 4.59.0 to 4.60.0. [dependabot[bot]]

    Bumps tqdm from 4.59.0 to 4.60.0.

  • Merge pull request #634 from cve-search/dependabot/pip/sphinx-rtd-theme-0.5.2. [PT]

    Bump sphinx-rtd-theme from 0.5.1 to 0.5.2

  • Bump sphinx-rtd-theme from 0.5.1 to 0.5.2. [dependabot[bot]]

    Bumps sphinx-rtd-theme from 0.5.1 to 0.5.2.

  • Merge pull request #632 from cve-search/dependabot/pip/pytest-6.2.3. [PT]

  • Bump pytest from 6.2.2 to 6.2.3. [dependabot[bot]]

    Bumps pytest from 6.2.2 to 6.2.3.

  • Merge pull request #631 from cve-search/dependabot/pip/flask-restx-0.3.0. [PT]

    Bump flask-restx from 0.2.0 to 0.3.0

  • Bump flask-restx from 0.2.0 to 0.3.0. [dependabot[bot]]

    Bumps flask-restx from 0.2.0 to 0.3.0.

  • Create codeql-analysis.yml. [PT]

  • Merge pull request #630 from oh2fih/patch-1. [PT]

    Correct installation order

  • Correct installation order. [oh2fih]

    Because python3 & python3-pip are part of requirements.system, the system requirements must be installed before installing CVE-Search and its Python dependencies.

  • Merge pull request #629 from jorgectf/fix-regex-injection. [PT]

  • Fix Regular Expression injection. [jorgectf]

  • Merge pull request #628 from cve-search/dependabot/pip/sphinx-3.5.3. [PT]

  • Bump sphinx from 3.5.2 to 3.5.3. [dependabot[bot]]

    Bumps sphinx from 3.5.2 to 3.5.3.

  • Merge pull request #627 from cve-search/dependabot/pip/docs/source/jinja2-2.11.3. [PT]

    Bump jinja2 from 2.11.2 to 2.11.3 in /docs/source

  • Bump jinja2 from 2.11.2 to 2.11.3 in /docs/source. [dependabot[bot]]

    Bumps jinja2 from 2.11.2 to 2.11.3.

  • Fix #612; add min-length attribute to search input box. [Paul Tikken Laptop]

  • Merge pull request #624 from P-T-I/cve-search-622. [PT]

    fix #622; skip processing files when file failes to download...

  • Fix #622; skip processing files when file failes to download... [Paul Tikken Laptop]

  • Merge pull request #621 from cve-search/dependabot/pip/flask-jwt-extended-4.1.0. [PT]

  • Bump flask-jwt-extended from 4.0.2 to 4.1.0. [dependabot[bot]]

    Bumps flask-jwt-extended from 4.0.2 to 4.1.0.

  • Merge pull request #619 from cve-search/dependabot/pip/tqdm-4.59.0. [PT]

  • Bump tqdm from 4.58.0 to 4.59.0. [dependabot[bot]]

    Bumps tqdm from 4.58.0 to 4.59.0.

  • Merge pull request #620 from cve-search/dependabot/pip/sphinx-3.5.2. [PT]

  • Bump sphinx from 3.5.1 to 3.5.2. [dependabot[bot]]

    Bumps sphinx from 3.5.1 to 3.5.2.

  • Merge pull request #618 from EXXETA/cpeBrowseAPI. [PT]

    Provide /browse endpoint to list product CPEs

  • Fix field description. [Justin Kromlinger]

  • Provide /browse endpoint to list product CPEs. [Justin Kromlinger]

    The vendor isn't really required here, but it fits the current API style
    and represents the same functionality as the webinterface.

  • Merge pull request #616 from cve-search/dependabot/pip/ijson-3.1.4. [PT]

    Bump ijson from 3.1.3 to 3.1.4

  • Bump ijson from 3.1.3 to 3.1.4. [dependabot[bot]]

    Bumps ijson from 3.1.3 to 3.1.4.

  • Merge pull r...

Read more

cve-search v4.0 (2020-12-17) released with a major change in the web interface, a new ReST API and many many improvements.

17 Dec 15:23
v4.0
83e07d3
Compare
Choose a tag to compare

cve-search v4.0 (2020-12-17) released with a major change in the web interface, a new ReST API and many many improvements.

cve-search has been significantly improved and especially the Web interface has been rewritten from scratch. Many additional improvements
in the importer script which allow to reimport the full dataset in a fast way. The documentation has been also improved to ease the installation process for new users.

A huge thanks to all the contributors.

You can have a look at all the changes on the public instance running at https://cvepremium.circl.lu/ and the API documentation.

Changes

  • [copyright] add Paul as co-author. [Alexandre Dulaunoy]

Other

  • Merge pull request #562 from P-T-I/cve-search-560. [PT]

    Cve search 560

  • Added cvss version selector. [Paul Tikken Laptop]

  • Added cvss3 filter logic. [Paul Tikken Laptop]

  • Added data column for cvss3. [Paul Tikken Laptop]

  • Added column for cvss3. [Paul Tikken Laptop]

  • Added index for cvss3. [Paul Tikken Laptop]

  • Merge pull request #561 from P-T-I/cve-search-559. [PT]

    Cve search 559

  • Merge up_master. [Paul Tikken Laptop]

  • Merge pull request #522 from AZobec/cvssV3. [PT]

    Add CVSS v3.1 in db and WebUI

  • Adding conditions if cvssV3 is None. [AZobec]

  • Rebase and adjust web/VERSION. [AZobec]

  • Rebase + adjust web/VERSION. [AZobec]

  • Modify Version. [AZobec]

  • Change version CVSS V3. [AZobec]

  • Remove comments. [AZobec]

  • Merge remote-tracking branch 'upstream/master' [AZobec]

  • CVSSv3 handling - fixing None for absence of V3 score. [AZobec]

  • Fix CVSSv3 Handling. [AZobec]

  • Add CVSS v3.1 handling. [AZobec]

  • Merge pull request #557 from cve-search/dependabot/pip/pytest-6.2.1.
    [PT]

    Bump pytest from 6.2.0 to 6.2.1

  • Bump pytest from 6.2.0 to 6.2.1. [dependabot[bot]]

    Bumps pytest from 6.2.0 to 6.2.1.

  • Fix #559; added api support for cvssV3 fields. [Paul Tikken Laptop]

  • Merge pull request #556 from P-T-I/cve-search-555. [PT]

    fix #555; Double entries in cwe related_weaknesses field

  • Fix #555; Double entries in cwe related_weaknesses field. [Paul Tikken
    Laptop]

  • Update query.py. [PT]

  • Update ApiRequests.py. [PT]

  • Merge pull request #552 from cve-search/dependabot/pip/flask-
    socketio-5.0.0. [PT]

    Bump flask-socketio from 4.3.2 to 5.0.0

  • Bump flask-socketio from 4.3.2 to 5.0.0. [dependabot[bot]]

    Bumps flask-socketio from 4.3.2 to 5.0.0.

  • Merge pull request #553 from cve-search/dependabot/pip/pytest-6.2.0.
    [PT]

    Bump pytest from 6.1.2 to 6.2.0

  • Bump pytest from 6.1.2 to 6.2.0. [dependabot[bot]]

    Bumps pytest from 6.1.2 to 6.2.0.

  • Merge pull request #551 from RoccovanAsselt/bugfix-search-without-
    via4. [PT]

    added via4 check in getSearchResults() function

  • Added via4 check. [Rocco van Asselt]

  • Testing auto deploy github pages. [Paul Tikken Laptop]

  • Testing auto deploy github pages. [Paul Tikken Laptop]

  • Testing auto deploy github pages. [Paul Tikken Laptop]

  • Merge pull request #550 from P-T-I/cve-search-548. [PT]

    fix #548; new cwe version release

  • Fix #548; new cwe version release. [Paul Tikken Laptop]

  • Added queues clear to all classes. [Paul Tikken Laptop]

  • Merge pull request #547 from RoccovanAsselt/Clearing_queue. [PT]

    clear queues to prevent duplicates

  • Use self.queue. [RoccovanAsselt]

  • Moved clearing to populate() function. [RoccovanAsselt]

  • Clear queues. [RoccovanAsselt]

  • Merge pull request #549 from P-T-I/docs_updates. [PT]

    Docs updates

  • Minor. [Paul Tikken Laptop]

  • Old doc folder cleanup. [Paul Tikken Laptop]

  • Doc alteration. [Paul Tikken Laptop]

  • Merge pull request #545 from cve-search/dependabot/pip/tqdm-4.54.1.
    [PT]

    Bump tqdm from 4.54.0 to 4.54.1

  • Bump tqdm from 4.54.0 to 4.54.1. [dependabot[bot]]

    Bumps tqdm from 4.54.0 to 4.54.1.

  • Delete certificate.crt. [PT]

  • Delete certificate.key. [PT]

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Rebuild pages. [Paul Tikken Laptop]

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Merge pull request #544 from P-T-I/new_docs. [PT]

    New docs; first setup

  • Setting up sphinx docs. [Paul Tikken Laptop]

  • Merge up_master. [Paul Tikken Laptop]

  • Finished migrating unit tests from travis to github actions. [Paul
    Tikken Laptop]

  • Merge pull request #543 from P-T-I/master. [PT]

    testing web test default branch

  • Testing web test default branch. [Paul Tikken Laptop]

  • Testing web test default branch. [Paul Tikken Laptop]

  • Merge pull request #542 from P-T-I/master. [PT]

    testing web test default branch

  • Testing web test default branch. [Paul Tikken Laptop]

  • Merge pull request #541 from P-T-I/master. [PT]

    Testing PR

  • Testing web test default branch. [Paul Tikken Laptop]

  • Merge branch 'up_master' [Paul Tikken Laptop]

  • Testing web test default branch. [Paul Tikken Laptop]

  • Testing web test default branch. [Paul Tikken Laptop]

  • Testing web test default branch. [Paul Tikken Laptop]

  • Testing web test default branch. [Paul Tikken Laptop]

  • Setting up web page tests. [Paul Tikken Laptop]

  • Setting up web page tests. [Paul Tikken Laptop]

  • Added gh action badge to README.md. [Paul Tikken Laptop]

  • Splitting build and test. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Testing cache. [Paul Tikken Laptop]

  • Uploading pytest reports to gh actions. [Paul Tikken Laptop]

  • Uploading pytest reports to gh actions. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Merge branch 'master' of https://github.com/cve-search/cve-search into
    up_master. [Paul Tikken Laptop]

  • Merge pull request #540 from cve-search/dependabot/pip/tqdm-4.54.0.
    [PT]

    Bump tqdm from 4.50.2 to 4.54.0

  • Bump tqdm from 4.50.2 to 4.54.0. [dependabot[bot]]

    Bumps tqdm from 4.50.2 to 4.54.0.

  • Merge pull request #539 from cve-search/dependabot/pip/pymongo-3.11.2.
    [PT]

    Bump pymongo from 3.11.0 to 3.11.2

  • Bump pymongo from 3.11.0 to 3.11.2. [dependabot[bot]]

    Bumps pymongo from 3.11.0 to 3.11.2.

  • Merge pull request #538 from cve-
    search/dependabot/pip/jsonpickle-1.4.2. [PT]

    Bump jsonpickle from 1.4.1 to 1.4.2

  • Bump jsonpickle from 1.4.1 to 1.4.2. [dependabot[bot]]

    Bumps jsonpickle from 1.4.1 to 1.4.2.

  • Splitting build and test jobs. [Paul Tikken Laptop]

  • Merge branch 'up_master' [Paul Tikken Laptop]

  • Merge branch 'up_master' [Paul Tikken Laptop]

  • Base coverage file. [Paul Tikken Laptop]

  • Working on new_docs. [Paul Tikken Laptop]

  • Merge branch 'up_master' into new_docs. [Paul Tikken Laptop]

  • Merge pull request #537 from cve-search/dependabot/pip/flask-jwt-
    extended-3.25.0. [PT]

    Bump flask-jwt-extended from 3.24.1 to 3.25.0

  • Bump flask-jwt-extended from 3.24.1 to 3.25.0. [dependabot[bot]]

    Bumps flask-jwt-extended from 3.24.1 to 3.25.0.

  • Merge pull request #535 from cve-search/dependabot/pip/ijson-3.1.3.
    [PT]

    Bump ijson from 3.1.2 to 3.1.3

  • Bump ijson from 3.1.2 to 3.1.3. [dependabot[bot]]

    Bumps ijson from 3.1.2 to 3.1.3.

    • [Release note...
Read more

cve-search v3.0 (2020-10-01) released with a rewritten import process and many bugs fixed.

01 Oct 11:30
v3.0
b93eb03
Compare
Choose a tag to compare

cve-search v3.0 (2020-10-01) released with a rewritten import process, unit tests and many bugs fixed.

Changes

  • [travis] fix to use JSON NVD source + removed unsupported Python
    version. [Alexandre Dulaunoy]

  • Merge pull request #451 from P-T-I/import_impr. [Alexandre Dulaunoy]

    Initial import restructure

  • Final fix for missing field. [Paul Tikken Laptop]

  • Fix for missing last-modified field in cve documents. [Paul Tikken
    Laptop]

  • Fix for missing last-modified field in cve documents. [Paul Tikken
    Laptop]

  • Minor adjustment travis.yml. [Paul Tikken Laptop]

  • Merge from master. [Paul Tikken Laptop]

  • Merge pull request #478 from P-T-I/unit_tests. [Alexandre Dulaunoy]

    Unit tests

  • Added specific parser to BeautifulSoup. [Paul Tikken Laptop]

  • Added build arguments to travis file. [Paul Tikken Laptop]

  • Final travis file. [Paul Tikken Laptop]

  • Working on tests. [Paul Tikken Laptop]

  • Working on tests. [Paul Tikken Laptop]

  • Working on tests. [Paul Tikken Laptop]

  • Working on tests. [Paul Tikken Laptop]

  • Added BeautifulSoup to requirements. [Paul Tikken Laptop]

  • Working on unit tests. [Paul Tikken Laptop]

  • Working on unit tests. [Paul Tikken Laptop]

  • Added dict to xml requirement. [Paul Tikken Laptop]

  • Fix search.py not returning xml. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing_travis. [Paul Tikken Laptop]

  • Testing with travis. [Paul Tikken Laptop]

  • Testing travis file. [Paul Tikken Laptop]

  • Testing travis file. [Paul Tikken Laptop]

  • Testing travis file. [Paul Tikken Laptop]

  • Fixed -p switch travis file. [Paul Tikken Laptop]

  • Change to unit_tests. [Paul Tikken Laptop]

  • Change to unit_tests. [Paul Tikken Laptop]

  • Change to unit_tests. [Paul Tikken Laptop]

  • Change in unit_tests. [Paul Tikken Laptop]

  • Change in unit_tests. [Paul Tikken Laptop]

  • Change in unit_tests. [Paul Tikken Laptop]

  • Requirements.txt fix. [Paul Tikken Laptop]

  • Altered travis for pytest support. [Paul Tikken Laptop]

  • Setup unit testing scripts. [Paul Tikken Laptop]

  • Init files added when needed for unit_tests. [Paul Tikken Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Added nltk to requirements.txt as it was not covered. [Paul Tikken
    Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Config files added for testing. [Paul Tikken Laptop]

  • Added pytest requirements. [Paul Tikken Laptop]

  • Removed old testing file. [Paul Tikken Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Testing with travis. [Paul Tikken Laptop]

  • Merge remote-tracking branch 'origin/master' [Paul Tikken Laptop]

  • Create stale.yml. [PT]

  • Merge branch 'up_master' into import_impr. [Paul Tikken Laptop]

  • Merge pull request #470 from P-T-I/cve-search-469. [Alexandre
    Dulaunoy]

    cve-search-469; fix for not deplaying results

  • Cve-search-469; fix for not deplaying results. [Paul Tikken Laptop]

  • Merge branch 'up_master' into import_impr. [Paul Tikken Laptop]

  • Merge pull request #468 from P-T-I/regex_options. [Alexandre Dulaunoy]

    fix #464; corrects bad fix from #465

  • Fix #464; corrects bad fix from #465. [Paul Tikken Laptop]

  • Merging. [Paul Tikken Laptop]

  • Merge pull request #465 from P-T-I/regex_fail. [Alexandre Dulaunoy]

    Regex fail

  • Alter .gitignore. [Paul Tikken]

  • Fixes #464; double options (IGNORE_CASE) declaration for a regex
    search. [Paul Tikken]

  • Altered .gitignore. [Paul Tikken]

  • Fixed syntax warnings. [Paul Tikken Laptop]

  • Added jsonpickle requirement. [Paul Tikken Laptop]

  • Added auto creation of log dir. [Paul Tikken Laptop]

  • Troubleshooting build error on feedformatter version. [Paul Tikken
    Laptop]

  • Merge branch 'master' into import_impr. [Paul Tikken Laptop]

  • Merge pull request #459 from P-T-I/docker_version. [Alexandre
    Dulaunoy]

    fix #205; official dockerized version of CVE-Search added

  • Fix #205; official dockerized version of CVE-Search added. [Paul
    Tikken Laptop]

  • Merge pull request #460 from P-T-I/cve_search_#395. [Alexandre
    Dulaunoy]

    fix #395; Fixed warning message Mongoclient create pre-fork

  • Fix #395; Fixed warning message Mongoclient create pre-fork. [Paul
    Tikken Laptop]

  • Added variable interval counter for debug logging. [Paul Tikken
    Laptop]

  • Corrected update error. [Paul Tikken Laptop]

  • Rebase. [Paul Tikken Laptop]

  • Merge pull request #456 from P-T-I/syntax_warnings. [Alexandre
    Dulaunoy]

    Fixed Tornado's syntax warnings

  • Fixed Tornado's syntax warnings. [Paul Tikken Laptop]

  • Merge pull request #454 from P-T-I/cve_search-449. [Alexandre
    Dulaunoy]

    fix #449; Added stricter regex for matching CVE on CPE

  • Fix #449; added stricter cpe regex when matching CVEs on CPEs. [Paul
    Tikken Laptop]

  • Refactor. [Paul Tikken Laptop]

  • Refactor. [Paul Tikken Laptop]

  • Refactor. [Paul Tikken Laptop]

  • Merge branch 'master' into cve_search-449. [Paul Tikken Laptop]

  • Merge pull request #453 from P-T-I/doc_update. [Alexandre Dulaunoy]

    fix #452; Documentation update

  • Fix #452; Documentation update to bring the docs in line with the
    readme.md in the root. [Paul Tikken Laptop]

  • Cleanup. [Paul Tikken Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Missing sys import and black formatting. [Paul Tikken Laptop]

  • Moved DatabaseIndexer to separate class in Sources_process.py. [Paul
    Tikken Laptop]

  • Moved DatabaseIndexer to separate class in Sources_process.py. [Paul
    Tikken Laptop]

  • Added additional log entries. [Paul Tikken Laptop]

  • Changed logger name. [Paul Tikken Laptop]

  • Added description to tqdm progressbar from CPERedisBrowser class.
    [Paul Tikken Laptop]

  • Unified logging with updater and black formatting. [Paul Tikken
    Laptop]

  • Import refactor and minor edit. [Paul Tikken Laptop]

  • Set JSON file progress debug logging to every 5000 items. [Paul Tikken
    Laptop]

  • Moved logic to process class. [Paul Tikken Laptop]

  • Added CPERedisBrowser class. [Paul Tikken Laptop]

  • Added logging and tqdm progressbar. [Paul Tikken Laptop]

  • Added logging. [Paul Tikken Laptop]

  • Fixed misspelled method (getCVEID instead of getCVEIDs) and black
    formatting. [Paul Tikken Laptop]

  • Added debug counter from processing items from file every 1000 items.
    [Paul Tikken Laptop]

  • Added debug counter from processing items from file. [Paul Tikken
    Laptop]

  • Refactor and unified logging with process classes. [Paul Tikken
    Laptop]

  • Refactor and unified logging with process classes. [Paul Tikken
    Laptop]

  • Modified update doc versus insert doc. [Paul Tikken Laptop]

  • Moved process classes to separate file. [Paul Tikken Laptop]

  • Refactor. [Paul Tikken Laptop]

  • Separate file for source process classes. [Paul Tikken Laptop]

  • Separate file for xml Content Handlers. [Paul Tikken Laptop]

  • Methods refactor. [Paul Tikken Laptop]

  • Added process methods to class instead. [Paul Tikken Laptop]

  • Changed process_item method. [Paul Tikken Laptop]

  • Added process_item to DownloadHandler class. [Paul Tikken Laptop]

  • Added method to retrieve the entire redis list. [Paul Tikken Laptop]

  • Added process_item to XMLFileHandler class. [Paul Tikken Laptop]

  • Added db (9) for redis queue. [Paul Tikken Laptop]

  • Added RedisQueue. [Paul Tikken Laptop]

  • Moved download_site method to DownloadHandler.py. [Paul Tikken Laptop]

  • Added redis queue as a replacement of multiprocessing queue. [Paul
    Tikken Laptop]

  • Added database action class. [Paul Tikken Laptop]

  • Refactor. [Paul Tikken Laptop]

  • Added additional logging. [Paul Tikken Laptop]

  • Minor changes. [Paul Tikken Laptop]

  • Reset insert to original. [Paul Tikken Laptop]

  • Added different handlers. [Paul Tikken Laptop]

  • Added different handlers. [Paul Tikken Laptop]

  • Added different handlers. [Paul Tikken Laptop]

  • Minor. [Paul Tikken Laptop]

  • Minor. [Paul Tikken Laptop]

  • Set debug print to every 10 cycles. [Paul Tikken Laptop]

  • Added venv and .idea folders to ignore. [Paul Tikken Laptop]

  • Set exit code on errors to 1. [Paul Tikken Laptop]

  • Added VIADownloads class for update optimalization. [Paul Tikken
    Laptop]

  • Moved updates of info collection to DownloadHandler. [Paul Tikken
    Laptop]

  • Added requirements ijson and tqdm. [Paul Tikken Laptop]

  • Added logging and file extension specific classes. [Paul Tikken
    Laptop]

  • Added tqdm and ijson requirements. [Paul Tikken Laptop]

  • Added queues and multiprocessing. [Paul Tikken Laptop]

  • Added further multiprocessing. [Paul Tikken Laptop]

  • Added speed improvements for initial import. [Paul Tikken Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Black formatting. [Paul Tikken Laptop]

  • Speed improvements for initial import of data. [Paul Tikken Laptop]

  • Merge pull request #450 from P-T-I/web_impr. [Alexandre Dulaunoy]

    minor admin page gui adjustments

  • Minor admin page gui adjustments. [Paul Tikken Laptop]

  • Merge pull request #448 from P-T-I/query_opt. [Alexandre Dulaunoy]

    small http query optimalization and black formatting

  • Small http query optimalization and black formatting. [Paul Tikken
    Laptop]