mercedes-benz / sechub

SecHub provides a central API to test software with different security tools.
https://mercedes-benz.github.io/sechub/
MIT License
259 stars 58 forks source link

FalsePositive handling via comments #3077

Open haerter-tss opened 2 months ago

haerter-tss commented 2 months ago

Situation

Sometimes projects move around their code a lot which makes false positive declaration via CWE and position in the code difficult. Findings that were previously merked as false positive might show up again if the code is moved to another file or part position.

Solution

It should be possible to mark false positives in the code via comments.

See concept here: #23