e

esapi

The Enterprise Security API (ESAPI) project is an OWASP project to create simple strong security controls for every web platform. Security controls are not simple to build. You can read about the hundreds of pitfalls for unwary developers on the OWASP web site. By providing developers with a set of strong controls, we aim to eliminate some of the complexity of creating secure web applications. This can result in significant cost savings across the SDLC.
https://owasp.org/www-project-enterprise-security-api/
BSD Creative Commons 3.0 BY-SA
The Open Worldwide Application Security Project (OWASP)
Jeff Williams Kevin W. Wall Matt Seil Jeremiah J. Stacey Chris Schmidt
文件下载
文件名 操作
esapi-2.5.4.0.jar 下载
esapi-2.5.4.0.pom 下载
esapi-2.5.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.owasp.esapi</groupId>
  <artifactId>esapi</artifactId>
  <version>2.5.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.owasp.esapi:esapi:2.5.4.0'
Gradle Kotlin
implementation("org.owasp.esapi:esapi:2.5.4.0")
Scala SBT
libraryDependencies += "org.owasp.esapi" % "esapi" % "2.5.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp.esapi', module='esapi', version='2.5.4.0')
)
Apache Ivy
<dependency org="org.owasp.esapi" name="esapi" rev="2.5.4.0" />
Leiningen
[org.owasp.esapi/esapi "2.5.4.0"]
Apache Buildr
'org.owasp.esapi:esapi:jar:2.5.4.0'