org.sonar.l10n.web.rules.Web.AvoidHtmlCommentCheck.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-web-plugin Show documentation
Show all versions of sonar-web-plugin Show documentation
Enables scanning of HTML, and JSP/JSF files.
{
"title": "HTML comments should not be used",
"type": "VULNERABILITY",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"cwe",
"security",
"jsp-jsf",
"owasp-a6"
],
"standards": [
"CWE",
"OWASP Top Ten"
],
"defaultSeverity": "Minor"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy