Skip to content

Commit

Permalink
SONARJAVA-3700 Deprecate rule S2089
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-auzeill authored and quentin-jaquier-sonarsource committed Feb 22, 2021
1 parent 4dbaead commit b79d4a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ <h2>See</h2>
<li> <a href="http://cwe.mitre.org/data/definitions/293">MITRE, CWE-293</a> - Using Referer Field for Authentication </li>
<li> <a href="https://www.sans.org/top25-software-errors/#cat3">SANS Top 25</a> - Porous Defenses </li>
</ul>
<h2>Deprecated</h2>
<p>This rule is deprecated, and will eventually be removed.</p>

Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
{
"title": "HTTP referers should not be relied on",
"type": "VULNERABILITY",
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
},
"tags": [
"cwe",
"sans-top25-porous",
"owasp-a2"

],
"defaultSeverity": "Critical",
"ruleSpecification": "RSPEC-2089",
"sqKey": "S2089",
"scope": "Main",
"securityStandards": {
"CWE": [
293,
807
],
"OWASP": [
"A2"
]
}
"scope": "Main"
}

0 comments on commit b79d4a9

Please sign in to comment.