Closed bradh closed 1 year ago
Base: 90.31% // Head: 91.79% // Increases project coverage by +1.47%
:tada:
Coverage data is based on head (
ae48086
) compared to base (aaa1206
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Motivation and Context
During work on another local set, I noticed that there was a broken test in ST 1601 (i.e. it couldn't have passed). That wasn't being run, because it was missing the
@Test
annotation. Several other unit tests in the same test class were also missing that annotation.The original version of this PR failed dependency checks for https://nvd.nist.gov/vuln/detail/CVE-2021-4277 which is completely unrelated to anything we use - its a broken NVD entry. There is an updated version of the OWASP dependency check plugin that suppresses that entry. Upgrading also brought in a fix for a previous false positive (https://github.com/jeremylong/DependencyCheck/issues/5121) and we no longer need our own suppression for that.
Description
Added missing annotations and fix the broken test. There is no code changes - this only affects the tests.
Update dependency check plugin and remove redundant suppression.
How Has This Been Tested?
Full build, including the
dependencycheck
profile.Screenshots (if appropriate):
Types of changes
Checklist: