C# ignore SonarQube warnings

Hello.
Is it possible to ignore from code warnings like:
" Make sure that this logger’s configuration is safe"
and
" Make sure that permissions are controlled safely here"

I am pretty sure and don’t want even to push this warnings to sonar cloud.
Also, I don’t see warning ID in UI, where can I find it?

Thanks.

hi @11127

these are Security Hotspots . In short, they’re not necessarily a problem, but need to be reviewed by a human person that can tell whether they’re dangerous or not (depending on the context).

Please read What’s the difference between a Security Hotspot and a Vulnerability?.

You can see them in Security Hotspots (latest SQ)

or in Security Reports (SQ LTS)