Deprecate rule S5743 (#3504)

This commit is contained in:
Egon Okerman 2023-12-14 15:18:24 +01:00 committed by GitHub
parent 979b78197d
commit 73c697e14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 24 deletions

View File

@ -1,9 +1 @@
{
"tags": [
"privacy",
"express.js"
],
"defaultQualityProfiles": [
"Sonar way"
]
}
{}

View File

@ -1,5 +1,5 @@
{
"title": "Allowing browsers to perform DNS prefetching is security-sensitive",
"title": "Allowing browsers to perform DNS prefetching is security-sensitive",
"type": "SECURITY_HOTSPOT",
"code": {
"impacts": {
@ -7,21 +7,15 @@
},
"attribute": "COMPLETE"
},
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "10min"
},
"tags": [
"privacy"
],
"tags": [],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
"replacementRules": [],
"legacyKeys": []
},
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5743",
@ -41,7 +35,5 @@
"2.2"
]
},
"defaultQualityProfiles": [
"Sonar way"
]
}
"defaultQualityProfiles": []
}