diff --git a/pom.xml b/pom.xml index 37187903d..661519330 100644 --- a/pom.xml +++ b/pom.xml @@ -134,9 +134,9 @@ 2.0.0-M3 2.0.0-M9 2.0.9 - 4.8.5 - 4.8.5.0 - 3.2.5 + 4.8.6 + 4.8.6.2 + 3.3.0 1.8 @@ -233,7 +233,7 @@ org.apache.commons commons-collections4 - 4.5.0-M1 + 4.5.0-M2 org.apache-extras.beanshell @@ -243,7 +243,7 @@ org.owasp.antisamy antisamy - 1.7.5 + 1.7.6 @@ -274,21 +274,6 @@ 1.4.01 - - - - commons-io - commons-io - 2.15.1 - - com.github.spotbugs @@ -423,17 +408,17 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.1 org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.0 org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.0 file:${project.basedir}/versionRuleset.xml @@ -488,7 +473,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 @@ -543,7 +528,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.codehaus.mojo @@ -553,7 +538,7 @@ org.codehaus.mojo animal-sniffer-enforcer-rule - 1.23 + 1.24 @@ -636,7 +621,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 @@ -648,9 +633,9 @@ - org.apache.maven.plugins - maven-javadoc-plugin - 3.6.3 + org.apache.maven.plugins + maven-javadoc-plugin + 3.7.0 8 none @@ -668,19 +653,19 @@ org.apache.maven.plugins maven-jxr-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins maven-pmd-plugin - 3.22.0 + 3.23.0 org.apache.maven.plugins maven-project-info-reports-plugin - 3.5.0 + 3.6.1 @@ -694,7 +679,7 @@ The skin is referenced in src/site/site.xml. --> org.apache.maven.plugins maven-site-plugin - 4.0.0-M14 + 4.0.0-M15 org.apache.maven.skins @@ -755,7 +740,7 @@ org.owasp dependency-check-maven - 9.2.0 + 10.0.2 ${env.NVD_API_KEY} 1.0 diff --git a/src/main/resources/META-INF/esapi.tld b/src/main/resources/META-INF/esapi.tld index 596acb9c8..1a730f420 100644 --- a/src/main/resources/META-INF/esapi.tld +++ b/src/main/resources/META-INF/esapi.tld @@ -7,7 +7,7 @@ ~ Enterprise Security API (ESAPI) project. For details, please see ~ http://www.owasp.org/index.php/ESAPI. ~ - ~ Copyright (c) 2007 - The OWASP Foundation + ~ Copyright (c) 2007-2024 - The OWASP Foundation ~ ~ The ESAPI is published by OWASP under the BSD license. You should read and accept the ~ LICENSE before you use, modify, and/or redistribute this software. @@ -22,7 +22,7 @@ xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" - version="2.0"> + version="2.x"> OWASP Enterprise Security API (ESAPI) provides a JSP Tag Library that supplies easy access to @@ -30,6 +30,8 @@ functions. These can be used to properly escape user supplied data at display time so that it cannot be used in injection attacks like Cross Site Scripting (XSS). + This tag library applies to all of ESAPI 2.x versions. Its + interface hasn't changed since 2.0. OWASP ESAPI 2.0