Skip to content

Commit e66dc75

Browse files
authored
Merge pull request #100 from RedHatProductSecurity/release-1.7.1
Update to version 1.7.1
2 parents b6a5608 + 9538442 commit e66dc75

20 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/RedHatProductSecurity/cvelib/compare/1.7.0...1.7.1) (Dec 6, 2024)
4+
5+
* Fixed unnecessarily requiring authentication option to be specified for `validate` subcommand (#99).
6+
37
## [1.7.0](https://github.com/RedHatProductSecurity/cvelib/compare/1.6.0...1.7.0) (Dec 5, 2024)
48

59
* Updated CVE record schemas to version 5.1.1 (#96).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A library and a command line interface for the CVE Services API.
44

5-
**Note**: version 1.7.0 of cvelib is compatible with CVE Services 2.5.0 and CVE JSON schema 5.1.1.
5+
**Note**: version 1.7.0 and later of cvelib is compatible with CVE Services 2.5.0 and CVE JSON schema 5.1.1.
66

77
## Requirements
88

cvelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.7.1"

man/cve-list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE LIST" "1" "2024-12-05" "1.6.0" "cve list Manual"
1+
.TH "CVE LIST" "1" "2024-12-06" "1.7.1" "cve list Manual"
22
.SH NAME
33
cve\-list \- Filter and list reserved CVE IDs owned by...
44
.SH SYNOPSIS

man/cve-org-users.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE ORG USERS" "1" "2024-12-05" "1.6.0" "cve org users Manual"
1+
.TH "CVE ORG USERS" "1" "2024-12-06" "1.7.1" "cve org users Manual"
22
.SH NAME
33
cve\-org\-users \- List all users in your organization.
44
.SH SYNOPSIS

man/cve-org.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE ORG" "1" "2024-12-05" "1.6.0" "cve org Manual"
1+
.TH "CVE ORG" "1" "2024-12-06" "1.7.1" "cve org Manual"
22
.SH NAME
33
cve\-org \- Show information about your organization.
44
.SH SYNOPSIS

man/cve-ping.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE PING" "1" "2024-12-05" "1.6.0" "cve ping Manual"
1+
.TH "CVE PING" "1" "2024-12-06" "1.7.1" "cve ping Manual"
22
.SH NAME
33
cve\-ping \- Ping the CVE Services API to see if it is up.
44
.SH SYNOPSIS

man/cve-publish-adp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE PUBLISH-ADP" "1" "2024-12-05" "1.6.0" "cve publish-adp Manual"
1+
.TH "CVE PUBLISH-ADP" "1" "2024-12-06" "1.7.1" "cve publish-adp Manual"
22
.SH NAME
33
cve\-publish-adp \- Add or update an ADP container in a CVE...
44
.SH SYNOPSIS

man/cve-publish.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE PUBLISH" "1" "2024-12-05" "1.6.0" "cve publish Manual"
1+
.TH "CVE PUBLISH" "1" "2024-12-06" "1.7.1" "cve publish Manual"
22
.SH NAME
33
cve\-publish \- Publish a CNA container of a CVE record...
44
.SH SYNOPSIS

man/cve-quota.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "CVE QUOTA" "1" "2024-12-05" "1.6.0" "cve quota Manual"
1+
.TH "CVE QUOTA" "1" "2024-12-06" "1.7.1" "cve quota Manual"
22
.SH NAME
33
cve\-quota \- Display the available CVE ID quota for...
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)