rspec/rules/S7207/xml/metadata.json

46 lines
754 B
JSON

{
"title": "Components should be explicitly exported",
"type": "VULNERABILITY",
"code": {
"impacts": {
"SECURITY": "MEDIUM"
},
"attribute": "TRUSTWORTHY"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"cwe",
"android"
],
"extra": {
"replacementRules": [
]
},
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-7207",
"sqKey": "S7207",
"scope": "All",
"securityStandards": {
"CWE": [
926,
284,
732
],
"OWASP Mobile Top 10 2024": [
"M8"
],
"OWASP Top 10 2021": [
"A1",
"A4"
]
},
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "infeasible"
}