Skip to content

Commit

Permalink
Minor documentation tweaks to esapi.tld.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwwall committed Jul 7, 2024
1 parent 6c59ccf commit 13cbde8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/esapi.tld
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
~ Enterprise Security API (ESAPI) project. For details, please see
~ <a href="http://www.owasp.org/index.php/ESAPI">http://www.owasp.org/index.php/ESAPI</a>.
~
~ 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.
Expand All @@ -22,14 +22,16 @@
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">
<description>
OWASP Enterprise Security API (ESAPI) provides
a JSP Tag Library that supplies easy access to
encoding functionality in the form of JSP Tags and EL
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.
</description>
<display-name>OWASP ESAPI</display-name>
<tlib-version>2.0</tlib-version>
Expand Down

0 comments on commit 13cbde8

Please sign in to comment.