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(api): add CVSS_V4 to API Swagger documentation #2486

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

andrewpollock
Copy link
Contributor

The addition of CVSS_V4 in #2312 did not add it to the Swagger documentation.

Open to suggestions on how to guard against such divergence in the future.

Fixes: #2485

@another-rex
Copy link
Contributor

It looks like the swagger spec can be generated from the build_swagger.py script. We can make a workflow to run that and check the diff between the generated swagger and the one checked in.

@andrewpollock andrewpollock merged commit 07aca54 into google:master Aug 18, 2024
11 checks passed
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.

Missing CVSS_V4 Severity Type in osvSeverityType Enum in Swagger Definition
2 participants