parent
c3f7f14cea
commit
c0120595bc
@ -0,0 +1,6 @@ |
||||
<foo> |
||||
<!-- Non-Compliant --> |
||||
<!-- Compliant --> |
||||
</foo> |
||||
|
||||
<input type="text" name="password" value=""> |
@ -0,0 +1,5 @@ |
||||
<foo /> |
||||
<jsp:directive.taglib uri="http://java.sun.com/jstl/sql" prefix="prefixOfTag" /> <!-- Noncompliant --> |
||||
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %> |
||||
<%@ taglib prefix="sql" uri="http://bla.com" %> |
||||
<%@ taglib uri="http://java.sun.com/jstl/sql" prefix="prefixOfTag" > <!-- Noncompliant --> |
Loading…
Reference in new issue