org.sonar.plugins.csharp.S2092.json Maven / Gradle / Ivy
{
"title": "Creating cookies without the \"secure\" flag is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
"SECURITY": "LOW"
},
"attribute": "COMPLETE"
},
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"privacy"
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-2092",
"sqKey": "S2092",
"scope": "Main",
"securityStandards": {
"CWE": [
614,
311,
315
],
"OWASP": [
"A3"
],
"OWASP Top 10 2021": [
"A4",
"A5"
],
"PCI DSS 3.2": [
"6.5.10"
],
"PCI DSS 4.0": [
"6.2.4"
],
"ASVS 4.0": [
"3.4.1",
"6.1.1",
"6.1.2",
"6.1.3"
],
"STIG ASD_V5R3": [
"V-222576"
]
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy