Update S6889: Add leak tag (#3720)

The rule would be better implemented with DBD in the future
This commit is contained in:
Angelo Buono 2024-03-04 14:26:17 +01:00 committed by GitHub
parent c1df97b5cd
commit b933a5e38c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@
}, },
"tags": [ "tags": [
"sustainability", "sustainability",
"android" "android",
"leak"
], ],
"defaultSeverity": "Major", "defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6889", "ruleSpecification": "RSPEC-6889",