
* Close S7201 * Update S6363 with updated descriptions * Update OWASP categories with S7201 info
56 lines
927 B
JSON
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"
|
|
} |