Hi,
Please clarify me the difference of choosing the options ‘Resolve as false Positive’/‘Won’t fix’.
It’s confusing to me most times.
Lets say I am creating Pull request PR1 for devABCBranch1 ==> itemBranchABC in Azure, in the Pull request analysis during Azure CI Build run the SonarQube throws few bugs in the dashboard, Imagine I marked a few as Resolve as false-positive, my questions are:
Does it re-appear if I re-queue the same build on PR1?
Does it re-appear in another build that runs on the master branch after the merge?
Let’s say, for the same results I marked few others as Won’t Fix, my questions are:
Does it re-appear if I re-queue the same build on PR1?
Does it re-appear in the other build runs on the master branch after the merge?
Similarly,
If I marked the security hotspot as Safe
Does it re-appear if I re-queue the same build on PR1?
Does it re-appear in the other build that runs on the master branch after the merge?
Does this type of security hotspot thrown in different files on some different code?
If I mark the security hotspot as Fixed
Does it re-appear if I re-queue the same build on PR1?
Does it re-appear in the other build runs on the master branch after the merge?
Does this type of security hotspot thrown in a different file on some different code?