0 bugs & 0 Vulnerabilities

Hello in my project localhost page shows 0 bugs & 0 Vulnerabilities however i added some code for Vulnerabilities & bugs. please see screenshots …
Bugs/Vulnerabilities

code -

class Foo {
func listUsers() {
let location = “/home/mylogin/Dev/users.txt” // Non-Compliant
let fileContent = try! NSString(contentsOfFile: location, encoding: String.Encoding.utf8.rawValue)
}
func test1() {
var letters:[String:String] = [:]
letters[“a”] = “Apple”
letters[“a”] = “Boy” // Noncompliant
}
}

A post was merged into an existing topic: SonarQube in IOS shows 0 bugs & 0 vulneribities