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

Update vulnerabilities to use new Tool specification #438

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

shaikhu
Copy link

@shaikhu shaikhu commented Jun 25, 2024

According to the docs, since v1.5 the Tools format has been deprecated and a new format recommended. While the entity Metada has been updated to use the new format (new method setToolChoice), Vulnerability has not. This PR adds a similar method to Vulnerability.

@shaikhu shaikhu requested a review from a team as a code owner June 25, 2024 09:12
@nscuro nscuro added the enhancement New feature or request label Jun 25, 2024
Copy link

codacy-production bot commented Jun 25, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.97% 97.84%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (134c36e) 6029 4400 72.98%
Head commit (691649c) 6264 (+235) 4632 (+232) 73.95% (+0.97%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#438) 278 272 97.84%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@shaikhu shaikhu requested a review from nscuro July 8, 2024 15:22
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
@mr-zepol
Copy link
Contributor

@shaikhu new fields were introduced to the vulnerability class, so you might need to rebase and add them to the serializer you are creating

Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Signed-off-by: Usman Shaikh <shaikhu@gmail.com>
Copy link
Contributor

@mr-zepol mr-zepol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM, I can run some tests after is merged and if I find something I can check with @shaikhu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants