I was hoping to see an error in the report

Must-share information (formatted with Markdown):

  • SonarQube sonarqube:8.5.1-community docker
    SonarScanner 4.5.0.2216
    Java 11.0.1 Oracle Corporation (64-bit)
    Mac OS X 10.13.4 x86_64
  • I try to check python code
routes = [ ]
routes.update(dict(w=3))
  • the scan showed no error

Hi,

Welcome to the community!

You’re going to need to provide more detail before anyone can help you. So far, I have no idea what didn’t happen that you expected to happen or what did happen that you didn’t expect to happen.

 
Ann

I configured the scanner to work, it worked.
I found several problems with your software.

But for the test, I added a code with an error,
I tried to call the dictionary method from the list,
this is an error that will cause an error in python

AttributeError: ‘list’ object has no attribute ‘update’

sonar-scanner did not indicate this code as a bug.

Hi,

Okay! So analysis completed successfully, and you’re reporting a False Negative. Can you provide a full reproducer code snippet, or is what you’ve quoted above enough?

 
Thx,
Ann