-
Notifications
You must be signed in to change notification settings - Fork 9
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
Introduce Snippet to Flaw conversion #388
Conversation
1a6cbc4
to
9c83078
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few smaller change requests but mostly looks good.
e76e3fe
to
9366c2d
Compare
9366c2d
to
878f6a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one question I would like to clarify. Otherwise all OK.
2cdcc2b
to
7ccf11a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7ccf11a
to
1c115a8
Compare
1c115a8
to
1849be8
Compare
1849be8
to
6f37db1
Compare
This PR introduces methods for converting
Snippet
intoFlaw
. As a result, it also updates the snippet's structure and its creation in the NVD collector to ease the flaw creation. The most significant change is thatSnippet
now uses many-to-one instead of many-to-many relationship (Flaw
can be associated with manySnippet
objects, but aSnippet
can only have oneFlaw
object).Closes OSIDB-1546