新增被测件:html和jsp

wuhaoyang
Guo XIn 8 months ago
parent c3f7f14cea
commit c0120595bc
  1. 6
      uut-example/java/src/main/resources/templates/IllegalTabCheck.html
  2. 5
      uut-example/java/src/main/resources/templates/illegalTagLibsCheck.jsp

@ -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…
Cancel
Save