Skip to content

Commit

Permalink
chg: [release] Bumped version number to 1.4.0 and updated CHANGELOG.m…
Browse files Browse the repository at this point in the history
…d file
  • Loading branch information
cedricbonhomme committed Aug 2, 2024
1 parent fcd73ed commit d92cc9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Vulnerability Lookup Changelog
==============================

## 1.X.Y (DD-MM-YYY)
## 1.4.0 (2024-08-02)

### News

- [new: [webservice] Display severity informations for vulnerabilities from GitHub, NVD and Pysec.](https://github.com/cve-search/vulnerability-lookup/commit/56de1fb49dec90e0a06f6366db1c7b56c2f66544)
- [new: [API] Added an endpoint to let the user regenerate the API key.](https://github.com/cve-search/vulnerability-lookup/commit/06c78af3b8c1038fe1e34468703323fc1445dcd2)
- [new: [API] New endpoint to let an administrator delete a user and a new endpoint in order to return information about the currently authenticated user (GET /user/me)](https://github.com/cve-search/vulnerability-lookup/commit/2cbcbc5df390563f17e9120cfc8d3dd753a333da)
- [new: [API] Added new endpoint (/configInfo) which returns non-sensitive information about the configuration of the system.](https://github.com/cve-search/vulnerability-lookup/commit/92cef5bfd1f2fe566bc51dbe39f314b9a3850c19)
- [new: [webservice] Display severity informations for vulnerabilities from GitHub, NVD and Pysec.](https://github.com/cve-search/vulnerability-lookup/commit/56de1fb49dec90e0a06f6366db1c7b56c2f66544)


### Improvements
Expand All @@ -23,7 +23,7 @@ Vulnerability Lookup Changelog
- [empty recent](https://github.com/cve-search/vulnerability-lookup/issues/54)


## 1.3.0 (26-07-2024)
## 1.3.0 (2024-07-26)

### Improvements

Expand All @@ -46,7 +46,7 @@ Vulnerability Lookup Changelog
- various minor fixes.


## 1.2.0 (17-07-2024)
## 1.2.0 (2024-07-17)

### Notable changes

Expand Down Expand Up @@ -95,9 +95,10 @@ Vulnerability Lookup Changelog
- Other small changes and enhancements.


## 1.1.0 (04-07-2024)
## 1.1.0 (2024-07-04)

### Main Changes

- **Comments Tab:** Added a new tab for viewing and managing comments on vulnerabilities.
- **RSS/ATOM Feed:** Linked vulnerabilities now include an RSS/ATOM feed link.
- **Admin Comments Management:** Administrators can now validate or delete comments via a dedicated page.
Expand All @@ -113,7 +114,7 @@ Vulnerability Lookup Changelog
- **Recent Vulnerabilities Table:** Made minor enhancements to the table displaying recent vulnerabilities at `/recent`.


## 1.0.0 (19-06-2024)
## 1.0.0 (2024-06-19)

### News

Expand All @@ -136,7 +137,7 @@ Vulnerability Lookup Changelog
![image](https://github.com/cve-search/vulnerability-lookup/assets/3309/8eecf2e0-250c-40db-8ef0-fcc27d7d3342)


## 0.7.0 (17-04-2024)
## 0.7.0 (2024-04-17)

### News

Expand All @@ -158,7 +159,7 @@ Vulnerability Lookup Changelog
**Full Changelog**: https://github.com/cve-search/vulnerability-lookup/compare/v0.6.0...v0.7.0


## 0.5.0 (02-07-2023)
## 0.5.0 (2023-07-02)

### News

Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "vulnerabilitylookup"
version = "1.3.0"
version = "1.4.0"
description = "Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD)."
authors = ["Alexandre Dulaunoy <alexandre.dulaunoy@circl.lu>", "Raphaël Vinot <raphael.vinot@circl.lu>"]
authors = ["Alexandre Dulaunoy <alexandre.dulaunoy@circl.lu>", "Raphaël Vinot <raphael.vinot@circl.lu>", "Cédric Bonhomme <cedric.bonhomme@circl.lu>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/cve-search/vulnerability-lookup"
repository = "https://github.com/cve-search/vulnerability-lookup"
documentation = "https://vulnerability-lookup.readthedocs.io"

[tool.poetry.scripts]
start = "bin.start:main"
Expand Down

0 comments on commit d92cc9d

Please sign in to comment.