<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>cve-search - tool-set to perform local searches for known vulnerabilities</title>
    <description>cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and CPE (Common Platform Enumeration) into a MongoDB to facilitate search and processing of CVEs.</description>
    <link>https://www.cve-search.org/</link>
    <atom:link href="https://www.cve-search.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 31 Dec 2025 15:41:48 +0100</pubDate>
    <lastBuildDate>Wed, 31 Dec 2025 15:41:48 +0100</lastBuildDate>
    <generator>Jekyll v4.3.4</generator>
    
      <item>
        <title>cve-search v6.0.0 released: Database Modernization, PyMongo 4.x, and Feature Cleanup</title>
        <description>&lt;p&gt;We’re excited to announce the release of &lt;strong&gt;cve-search v6.0.0&lt;/strong&gt;! This is a major update focusing on modernizing the codebase, improving stability, and cleaning up legacy components.&lt;/p&gt;

&lt;p&gt;The most significant changes are major refactoring for &lt;strong&gt;MongoDB compatibility (PyMongo 4.x)&lt;/strong&gt; and extensive &lt;strong&gt;cleanup of old, unused, or deprecated features&lt;/strong&gt;.&lt;/p&gt;

&lt;h3 id=&quot;key-highlights-and-major-changes&quot;&gt;Key Highlights and Major Changes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Database Modernization &amp;amp; PyMongo 4.x Compatibility:&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Extensive internal refactoring to ensure &lt;strong&gt;full compatibility with PyMongo 4.x&lt;/strong&gt; and modern MongoDB versions (tested against MongoDB 4.4, 6.0, and 8.0).&lt;/li&gt;
      &lt;li&gt;Implemented &lt;strong&gt;lazy-loading&lt;/strong&gt; for MongoDB connections in the core, web, and authentication handlers to prevent issues in multi-process environments like Gunicorn.&lt;/li&gt;
      &lt;li&gt;Modernized database ranking functions to use &lt;code&gt;update_one()&lt;/code&gt; and &lt;code&gt;delete_one()&lt;/code&gt;.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Web Interface &amp;amp; Admin Updates:&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;The &lt;code&gt;/updatedb&lt;/code&gt; admin endpoint now allows &lt;strong&gt;manual selection of update sources&lt;/strong&gt; (CPE, CVE, CWE, CAPEC, VIA4, EPSS).&lt;/li&gt;
      &lt;li&gt;Added &lt;strong&gt;database update locking&lt;/strong&gt; to prevent concurrent updates and an option to forcibly clear stale locks in the admin UI.&lt;/li&gt;
      &lt;li&gt;New, &lt;strong&gt;more responsive 3-column layout&lt;/strong&gt; for the web admin page.&lt;/li&gt;
      &lt;li&gt;Improved login route with &lt;strong&gt;specific error messages&lt;/strong&gt; (missing username, invalid password, CSRF errors).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;API &amp;amp; Core Improvements:&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;Introduced a &lt;strong&gt;MongoDB fallback&lt;/strong&gt; for the Redis-first &lt;code&gt;/api/browse&lt;/code&gt; and &lt;code&gt;/api/search-vendor&lt;/code&gt; endpoints when the Redis cache is unavailable or empty.&lt;/li&gt;
      &lt;li&gt;Improved &lt;strong&gt;fulltext processing&lt;/strong&gt; with auto-downloading of required NLTK resources and performance optimizations.&lt;/li&gt;
      &lt;li&gt;Fixed handling of &lt;strong&gt;CWE lists&lt;/strong&gt; in CAPEC lookups.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Cleanup and Feature Retirement:&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;strong&gt;Retired the Plugin Feature&lt;/strong&gt; (Flask-Plugins) from the web application.&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;Retired the Whitelist/Blacklist feature&lt;/strong&gt; due to performance issues and unreliability.&lt;/li&gt;
      &lt;li&gt;&lt;strong&gt;Removed obsolete scripts and features&lt;/strong&gt;: &lt;code&gt;cve_refs.py&lt;/code&gt; (CVE Reference DB), &lt;code&gt;cve_doc.py&lt;/code&gt; (obsolete documentation script), and the unused authentication API and JWT token logic.&lt;/li&gt;
      &lt;li&gt;Cleaned up and removed several unused settings and helper scripts (&lt;code&gt;.schema_version&lt;/code&gt;, &lt;code&gt;ListLoginRequired&lt;/code&gt;, redundant updater flags).&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;fixes-and-minor-changes&quot;&gt;Fixes and Minor Changes&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Updated &lt;strong&gt;dump_last.py HTML output&lt;/strong&gt; to handle optional fields in current CVE data (vulnerable configurations, products, references).&lt;/li&gt;
  &lt;li&gt;Updated project URLs for cve-search and &lt;strong&gt;NIST NVD URLs&lt;/strong&gt;.&lt;/li&gt;
  &lt;li&gt;Fixed a bug where the API and UI could potentially prevent &lt;code&gt;&amp;lt;defunct&amp;gt;&lt;/code&gt; (zombie) processes during manual updates.&lt;/li&gt;
  &lt;li&gt;Added expected configuration files to &lt;code&gt;.gitignore&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Updated dependencies, including bumping &lt;code&gt;werkzeug&lt;/code&gt; from 3.0.6 to 3.1.4 and other Flask-related packages.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;deprecatedremoved&quot;&gt;Deprecated/Removed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The &lt;strong&gt;Plugin Feature (Flask-Plugins)&lt;/strong&gt; is retired.&lt;/li&gt;
  &lt;li&gt;The &lt;strong&gt;Whitelist/Blacklist feature&lt;/strong&gt; is retired.&lt;/li&gt;
  &lt;li&gt;The &lt;strong&gt;&lt;code&gt;/api/logout&lt;/code&gt;&lt;/strong&gt; and associated JWT token logic are removed.&lt;/li&gt;
  &lt;li&gt;The &lt;strong&gt;&lt;code&gt;cve_refs.py&lt;/code&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;code&gt;cve_doc.py&lt;/code&gt;&lt;/strong&gt; scripts are removed.&lt;/li&gt;
  &lt;li&gt;The &lt;strong&gt;&lt;code&gt;-m&lt;/code&gt;/&lt;code&gt;--minimal&lt;/code&gt;&lt;/strong&gt; flag in &lt;code&gt;db_updater.py&lt;/code&gt; is removed as it was redundant with &lt;code&gt;-c&lt;/code&gt;/&lt;code&gt;--cache&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Tue, 09 Dec 2025 09:05:33 +0100</pubDate>
        <link>https://www.cve-search.org/2025/cve-search-6.0.0-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2025/cve-search-6.0.0-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve search 5.2.0 released with bugs fixed and minor improvements</title>
        <description>&lt;h2 id=&quot;cve-search-v520-released-with-improvements-and-bug-fixes-2025-03-17&quot;&gt;cve-search v5.2.0 released with improvements and bug fixes (2025-03-17)&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/cve-search/cve-search/releases/tag/v5.2.0&quot;&gt;v5.2.0 released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;other&quot;&gt;Other&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Update web/VERSION 5.1.0.dev9. [GitHub Action]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Update requirements.txt (#1141) [PT]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;WebUI: improve tables (#1136) [Esa Jokinen]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Maintain a CWE array in webui and swagger (#1132) [SashaTail]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Update requirements.txt. [PT]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Add cvss4 in webui #1128 (#1129) [SashaTail]&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;Add CVSS4 display on the vulnerability page&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Add filter, sorting to vulnerabilities page&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Fix td size for Cvss4 cases&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Improve filter logic for cvss4&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Add CVSSv4 in swagger doc&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Delete score from cvss4&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;Update version&lt;/p&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Feat(search): limit results by days since modified (#1121) [Esa Jokinen]&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;feat(search): limit results by days since modified&lt;/li&gt;
    &lt;/ul&gt;

    &lt;p&gt;Add search.py -T to limit results to results from n days by the
last modification, while -t does it based on the date published.&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;build(ci): update actions/upload-artifact to v4&lt;/li&gt;
    &lt;/ul&gt;

    &lt;p&gt;This test was using a deprecated version of actions/upload-artifact: v2.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Update web/VERSION 5.1.0.dev2. [GitHub Action]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Bump nltk from 3.8.1 to 3.9 (#1118) [dependabot[bot]]&lt;/p&gt;

    &lt;p&gt;Bumps &lt;a href=&quot;https://github.com/nltk/nltk&quot;&gt;nltk&lt;/a&gt; from 3.8.1 to 3.9.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://github.com/nltk/nltk/blob/develop/ChangeLog&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://github.com/nltk/nltk/compare/3.8.1...3.9&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;
&lt;p&gt;updated-dependencies:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;dependency-name: nltk
dependency-type: direct:production
  …&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Remove support for search.py -q (#1117) [Esa Jokinen]&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Mon, 17 Mar 2025 09:05:33 +0100</pubDate>
        <link>https://www.cve-search.org/2025/cve-search-5.2.0-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2025/cve-search-5.2.0-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve search 5.0.1 released with bugs fixed and minor improvements Latest</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/cve-search/cve-search/releases/tag/v5.0.1&quot;&gt;cve-search v5.0.1 released&lt;/a&gt; with bugs fixed and minor improvements. Thanks to contributors and users who helped us to improve cve-search.&lt;/p&gt;

&lt;h2 id=&quot;v501-2024-01-28&quot;&gt;v5.0.1 (2024-01-28)&lt;/h2&gt;

&lt;h3 id=&quot;new&quot;&gt;New&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;[release] changelog updated to match release v5.0.0. [Alexandre Dulaunoy]&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;other&quot;&gt;Other&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Update README.md (#1055) [Esa Jokinen]&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;systemd services: rename mongod.service&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;black formatting&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;README.md add workflow badges&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;README.md update copyright years&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;README.md update changelog link&lt;/p&gt;
      &lt;/li&gt;
    &lt;/ul&gt;

    &lt;p&gt;The changelog on the site hasn’t been updated for ages.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Systemd services: rename mongod.service (#1052) [Esa Jokinen]&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;
        &lt;p&gt;systemd services: rename mongod.service&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;black formatting&lt;/p&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;README.md add workflow badges&lt;/p&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Update script tweaks (#1051) [PT]&lt;/p&gt;

    &lt;ul&gt;
      &lt;li&gt;tweaks to update script&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Add check for missing ‘vulnerable_configuration’ field (#1050) [PT]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Fixes #1038. [Paul Tikken]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Merge pull request #1047 from cve-search/cve-search-1042. [PT]&lt;/p&gt;

    &lt;p&gt;Additional check&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Added check for missing epss values. [Paul Tikken]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Merge pull request #1041 from oh2fih/master. [PT]&lt;/p&gt;

    &lt;p&gt;Add workflow to check black formatting&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Black formatting (23.12.1) [Esa Jokinen]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Add workflow to check black formatting. [Esa Jokinen]&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Black formatting. [Paul Tikken]&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Sun, 28 Jan 2024 09:05:33 +0100</pubDate>
        <link>https://www.cve-search.org/2024/cve-search-5.0.1-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2024/cve-search-5.0.1-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search v5.0.0 released with major improvements for the NVD NIST API import, other improvements and many bugs fixed</title>
        <description>&lt;p&gt;cve-search v5.0.0 released with major improvements for the NVD NIST API import, other improvements and many bugs fixed.&lt;/p&gt;

&lt;p&gt;The update is now done via &lt;a href=&quot;https://github.com/cve-search/CveXplore&quot;&gt;CveXplore&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks to all the contributors to make this release a reality.&lt;/p&gt;

&lt;h2 id=&quot;whats-changed&quot;&gt;What’s Changed&lt;/h2&gt;

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

&lt;h2 id=&quot;new-contributors&quot;&gt;New Contributors&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;@nsmfoo made their first contribution in https://github.com/cve-search/cve-search/pull/1002&lt;/li&gt;
  &lt;li&gt;@baonq-me made their first contribution in https://github.com/cve-search/cve-search/pull/1030&lt;/li&gt;
  &lt;li&gt;@fazledyn-or made their first contribution in https://github.com/cve-search/cve-search/pull/1031&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/cve-search/cve-search/compare/v4.2.2…v5.0.0&lt;/p&gt;

</description>
        <pubDate>Mon, 18 Dec 2023 09:05:33 +0100</pubDate>
        <link>https://www.cve-search.org/2023/cve-search-5.0.0-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2023/cve-search-5.0.0-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve search 4.2.2 - maintenance release including CAPEC source bugfix</title>
        <description>&lt;p&gt;cve search 4.2.2 was released including multiple bugs fixed and improvements.&lt;/p&gt;

&lt;p&gt;Thanks a lot to all contributors who helped us by reporting issues, proposing pull-request or supporting us.&lt;/p&gt;

&lt;p&gt;Don’t hesitate to review the &lt;a href=&quot;https://www.cve-search.org/Changelog.txt&quot;&gt;cve-search Changelog&lt;/a&gt; to have a detailed overview of what changes in 3.0.&lt;/p&gt;
</description>
        <pubDate>Tue, 08 Aug 2023 10:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2023/cve-search-4.2.2-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2023/cve-search-4.2.2-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search v3.0 (2020-10-01) released with a rewritten import process, unit tests and many bugs fixed.</title>
        <description>&lt;p&gt;cve-search v3.0 (2020-10-01) released with a rewritten import process, unit tests and many bugs fixed.&lt;/p&gt;

&lt;p&gt;A huge thank to Paul Tikken for the updates and especially the rewritten import process. Many bugs were fixed in
this release.&lt;/p&gt;

&lt;p&gt;Thanks a lot to all contributors who helped us by reporting issues, proposing pull-request or supporting us.&lt;/p&gt;

&lt;p&gt;Don’t hesitate to review the &lt;a href=&quot;https://www.cve-search.org/Changelog.txt&quot;&gt;cve-search Changelog&lt;/a&gt; to have a detailed overview of what changes in 3.0.&lt;/p&gt;
</description>
        <pubDate>Thu, 01 Oct 2020 10:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2020/cve-search-3.0-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2020/cve-search-3.0-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search v2.5 released including bugs fixed and improvement in the CPE/CWE JSON import</title>
        <description>&lt;p&gt;cve-search v2.5 has been released including bugs fixed and improvement in the CPE/CWE JSON import.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://twitter.com/cve_search&quot;&gt;cve-search is on Twitter&lt;/a&gt;. We will publish software updates, projects and activities of cve-search project on our account. Don’t hesitate to &lt;a href=&quot;https://twitter.com/cve_search&quot;&gt;follow us&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks a lot to all contributors who helped us by reporting issues, proposing pull-request or supporting us.&lt;/p&gt;

&lt;p&gt;Don’t hesitate to review the &lt;a href=&quot;https://www.cve-search.org/Changelog.txt&quot;&gt;cve-search Changelog&lt;/a&gt; to have a detailed overview of what changes in 2.5.&lt;/p&gt;

</description>
        <pubDate>Tue, 24 Sep 2019 04:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2019/cve-search-2.5-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2019/cve-search-2.5-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search v2.4 released including many bugs fixed and web interface improvements</title>
        <description>&lt;p&gt;cve-search v2.4 has been released including many bugs fixed and improvements to the web interface pagination.&lt;/p&gt;

&lt;p&gt;A huge thank to &lt;a href=&quot;https://github.com/janidetiger&quot;&gt;Ján Doboš&lt;/a&gt; for the updates in the web interface pagination. This update was performed during
the &lt;a href=&quot;https://ec.europa.eu/inea/en/connecting-europe-facility/cef-telecom/2017-eu-ia-0118&quot;&gt;CyberExchange&lt;/a&gt;
program where staff exchange within the CSIRTs/CERTs (for this contribution between &lt;a href=&quot;https://www.circl.lu/&quot;&gt;CIRCL&lt;/a&gt;
and &lt;a href=&quot;https://www.sk-cert.sk&quot;&gt;SK-CERT&lt;/a&gt;. This program is funded by the EC under the CEF program (2017-EU-IA-0118).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://twitter.com/cve_search&quot;&gt;cve-search is now on Twitter&lt;/a&gt;. We will publish software updates, projects and activities of cve-search project on our account. Don’t hesitate to &lt;a href=&quot;https://twitter.com/cve_search&quot;&gt;follow us&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks a lot to all contributors who helped us by reporting issues, proposing pull-request or supporting us.&lt;/p&gt;

&lt;p&gt;Don’t hesitate to review the &lt;a href=&quot;https://www.cve-search.org/Changelog.txt&quot;&gt;cve-search Changelog&lt;/a&gt; to have a detailed overview of what changes in 2.4.&lt;/p&gt;

</description>
        <pubDate>Wed, 18 Sep 2019 04:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2019/cve-search-2.4-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2019/cve-search-2.4-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search v2.3 released including new JSON format from NVD/NIST</title>
        <description>&lt;p&gt;cve-search v2.3 has been released including many bugs fixed and a new support to the NVD/NIST format in
JSON. The new NVD/NIST JSON replaces the XML format which will be deprecated very soon. We welcome feedback
or contribution to improve the support of the new JSON format. The current support includes all the original
functionality from the original XML format with some improvements.&lt;/p&gt;

&lt;p&gt;Thanks a lot to all contributions who helped us by reporting issues, proposing pull-request or supporting us.&lt;/p&gt;

&lt;p&gt;Don’t hesitate to review the &lt;a href=&quot;https://www.cve-search.org/Changelog.txt&quot;&gt;cve-search Changelog&lt;/a&gt; to have a detailed overview of what changes in 2.3.&lt;/p&gt;

</description>
        <pubDate>Wed, 18 Sep 2019 04:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2019/cve-search-2.3-released/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2019/cve-search-2.3-released/</guid>
        
        
        <category>software</category>
        
      </item>
    
      <item>
        <title>cve-search team at OSSS hackathon</title>
        <description>&lt;p&gt;cve-search core team (including &lt;a href=&quot;https://twitter.com/adulau&quot;&gt;adulau&lt;/a&gt; and &lt;a href=&quot;http://www.twitter.com/pidgeyL&quot;&gt;pidgeyL&lt;/a&gt;) will be
at the &lt;a href=&quot;https://hackathon.hack.lu/&quot;&gt;Open Source Security Software Hackathon&lt;/a&gt; which takes place in Luxembourg (Kirchberg),
the 2nd and 3rd of May 2017. If you want to meet us, work with us or contribute to &lt;a href=&quot;https://github.com/cve-search/&quot;&gt;cve-search&lt;/a&gt;
, it’s a great opportunity to meet us in real life.&lt;/p&gt;

&lt;p&gt;During hackathon, the cve-search core team has some objectives:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Testing and merging the current development branch which has significant improvements in the API and web interface into the cve-search master branch.&lt;/li&gt;
  &lt;li&gt;Updating the model of release and development to ease collaboration to the cve-search project.&lt;/li&gt;
  &lt;li&gt;Improving documentation and overview to describe the full scale of open data challenges in vulnerability information (&lt;a href=&quot;https://github.com/cve-search/VIA4CVE&quot;&gt;VIA4CVE&lt;/a&gt;). A call is made to vendors (including security vendors) to release vulnerability information into open format with a license allowing the integration with open source and free software projects.&lt;/li&gt;
  &lt;li&gt;and the most important aspect, distributing cve-search stickers ;-)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We hope to see you there. If you cannot join us physically, we will be in the &lt;a href=&quot;https://gitter.im/cve-search/cve-search&quot;&gt;gitter chat of cve-search&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://hackathon.hack.lu/images/people.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 14 Apr 2017 11:05:33 +0200</pubDate>
        <link>https://www.cve-search.org/2017/cve-search-at-OSSS-hackathon/</link>
        <guid isPermaLink="true">https://www.cve-search.org/2017/cve-search-at-OSSS-hackathon/</guid>
        
        
        <category>software</category>
        
      </item>
    
  </channel>
</rss>
