rspec/rules/S6363/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

56 lines
927 B
JSON

{
"title": "Enabling file access for WebViews is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "MEDIUM"
},
"attribute": "CONVENTIONAL"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"android"
],
"extra": {},
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-6363",
"sqKey": "S6363",
"scope": "All",
"securityStandards": {
"CWE": [
79
],
"OWASP": [
"A3",
"A6"
],
"MASVS": [
"MSTG-PLATFORM-2"
],
"OWASP Mobile Top 10 2024": [
"M8"
],
"OWASP Top 10 2021": [
"A1"
],
"PCI DSS 3.2": [
"6.5.1",
"6.5.7"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"5.3.3"
]
},
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "unknown"
}