Last Version

OWASP Java Encoder Project 1.2.3

The OWASP Encoders package is a collection of high-performance low-overhead contextual encoders, that when utilized correctly, is an effective tool in preventing Web Application security vulnerabilities such as Cross-Site Scripting.

License

License

GroupId

GroupId

org.owasp.encoder
ArtifactId

ArtifactId

encoder-parent
Version

Version

1.2.3
Type

Type

pom
Description

Description

OWASP Java Encoder Project
The OWASP Encoders package is a collection of high-performance low-overhead contextual encoders, that when utilized correctly, is an effective tool in preventing Web Application security vulnerabilities such as Cross-Site Scripting.
Project URL

Project URL

https://www.owasp.org/index.php/OWASP_Java_Encoder_Project
Project Organization

Project Organization

OWASP (Open Web-Application Security Project)
Source Code Management

Source Code Management

https://github.com/owasp/owasp-java-encoder

Download encoder-parent 1.2.3


<!-- https://jarcasting.com/artifacts/org.owasp.encoder/encoder-parent/ -->
<dependency>
    <groupId>org.owasp.encoder</groupId>
    <artifactId>encoder-parent</artifactId>
    <version>1.2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.encoder/encoder-parent/
implementation 'org.owasp.encoder:encoder-parent:1.2.3'
// https://jarcasting.com/artifacts/org.owasp.encoder/encoder-parent/
implementation ("org.owasp.encoder:encoder-parent:1.2.3")
'org.owasp.encoder:encoder-parent:pom:1.2.3'
<dependency org="org.owasp.encoder" name="encoder-parent" rev="1.2.3">
  <artifact name="encoder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp.encoder', module='encoder-parent', version='1.2.3')
)
libraryDependencies += "org.owasp.encoder" % "encoder-parent" % "1.2.3"
[org.owasp.encoder/encoder-parent "1.2.3"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

  • core
  • jsp
  • esapi