Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

GRIF-193: OSIDB 3.5.0 entities #265

Merged
merged 3 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
* CRUD operations for Flaw CVSS, Flaw Package Versions and
Affect CVSS (create, retrieve, list, update, delete)

### Fixed
* Fix affects sorting with no CVE ID attached in component-flaws output

Expand Down
3 changes: 3 additions & 0 deletions griffon/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
cli commands
"""
Loading