rspec/rules/S7201/kotlin/metadata.json
Egon Okerman 6b9c19eceb
Update rule S7201: Disable rule and move rule text to S6363 (SONARKT-636) (#4802)
* Close S7201

* Update S6363 with updated descriptions

* Update OWASP categories with S7201 info
2025-03-26 10:57:39 +00:00

46 lines
772 B
JSON

{
"title": "Exposing the Android file system to WebViews is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "MEDIUM"
},
"attribute": "COMPLETE"
},
"status": "closed",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "30min"
},
"tags": [
],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
},
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7201",
"sqKey": "S7201",
"scope": "Main",
"securityStandards": {
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A1"
],
"OWASP Mobile Top 10 2024": [
"M8"
],
"MASVS": [
"MSTG-PLATFORM-2"
]
},
"defaultQualityProfiles": [
"Sonar way"
]
}