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

Add CVE_ID input field in /api/v1/vulnerability_data #620

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

MiniVee
Copy link
Contributor

@MiniVee MiniVee commented Aug 3, 2022

Signed-off-by: Han Min hm5395@naver.com

Description

Before

There was no CVE_ID input field, so it was not possible to search using CVE_ID.

image

After

By adding the CVE_ID input field, it is possible to search using the CVE_ID.

스크린샷 2022-08-03 오후 11 36 45

스크린샷 2022-08-03 오후 11 37 37

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Signed-off-by: Han Min <hm5395@naver.com>
@soimkim
Copy link
Contributor

soimkim commented Aug 10, 2022

@MiniVee , Awesome!! 😄
However, it is not possible to search by CVE-ID alone. That is, it is OK even if only one of CVE-ID or OSS Name is input, but it does not work if OSS Name is not input.

@soimkim soimkim merged commit ee103ab into fosslight:develop Aug 10, 2022
@soimkim soimkim changed the title Add CVE_ID input field in swagger Add CVE_ID input field in /api/v1/vulnerability_data Aug 10, 2022
@soimkim
Copy link
Contributor

soimkim commented Aug 10, 2022

@MiniVee , Entering at least one of CVE-ID or OSS Name has been registered as a separate issue. : #627

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement [PR/Issue] Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants