Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove value from CVE Description primary key #16

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

bjoernricks
Copy link
Contributor

What

Remove value from CVE Description primary key

Why

Fix the db model of the CVE Description. There should only be one description per CVE and language. Currently inserting a description may fail because the value is too long for the primary key btree index.

Fix the db model of the CVE Description. There should only be one
description per CVE and language. Currently inserting a description may
fail because the value is too long for the primary key btree index.
@bjoernricks bjoernricks requested a review from a team as a code owner June 11, 2024 14:55
@greenbonebot greenbonebot enabled auto-merge (rebase) June 11, 2024 14:56
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit 9cd9696 into main Jun 11, 2024
11 checks passed
@greenbonebot greenbonebot deleted the fix-cve-description-model branch June 11, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants