for Flase positive / won’t fix, what’s the policy about the propagation across different branches? Does this sync only happen with main branch?
Test1 :
1.mark a false positive/won’t fix in branch1.
2. checkout branch 2 from branch1 , so they have same code.
3. do analyze for branch2. FP /won’t fix is not synced to branch2
Test2:
1.mark a issue as false positive/won’t fix in branch1.
2. do analyze on main branch which have the same vulnerable code.
3. FP /won’t fix is synced to main branch
So is this by design? it would be greate if you can share more information on this policy