Skip to content

v2.1.0

Choose a tag to compare

@rlxdev rlxdev released this 05 Jun 17:09
· 52 commits to dev since this release
b8d4d56

CVE Website v2.1.0 Release Notes

What's Changed

  • Search capability has expanded. In the previous version, the search input allowed only a single CVE-ID or one or more alphanumeric-only search terms. In the current release, search terms are not limited to alphanumeric characters, and partial CVE-IDs may be specified as search terms. There are still limitations to what can be included in the search. See the search tip section of the help to learn more about the search capabilities.
  • #3415. When viewing a rejected CVE record, the corresponding JSON was not displaying the detail of the rejected record. This has been corrected.
  • #3346. Subsequent searches and CVE record lookup using the same search input was being prevented, which resulted in no changes in the search output. All searches are now submitted for new result, even when the current search is the same input as the previous search.
  • #3137. Previously, a CVE-ID could only be entered using the hyphen (-) character as a separator. In this release, if any em-dash or en-dash characters found in the search input are treated as hyphens for the search operation.