Open shaikhu opened 4 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.97% | :white_check_mark: 97.84% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
@shaikhu new fields were introduced to the vulnerability class, so you might need to rebase and add them to the serializer you are creating
According to the docs, since v1.5 the
Tools
format has been deprecated and a new format recommended. While the entityMetada
has been updated to use the new format (new methodsetToolChoice
),Vulnerability
has not. This PR adds a similar method toVulnerability
.