Download Security 101 Free Java Code

Description

Secure programming sample projects.

Source Files

The download file Security101-master.zip has the following entries.


.gitignore/*from ww w  . j a va2s. c om*/
README.md
csp/pom.xml
csp/src/main/java/de/bit/security/CSPReporting.java
csp/src/main/java/de/bit/security/WithCSPReportingServlet.java
csp/src/main/java/de/bit/security/WithCSPServlet.java
csp/src/main/java/de/bit/security/WithoutCSPServlet.java
csp/src/main/webapp/index.jsp
csp/src/main/webapp/styles.css
csrf-protected/pom.xml
csrf-protected/src/main/java/de/bit/security/CSRFTokenHandler.java
csrf-protected/src/main/java/de/bit/security/OrderServlet.java
csrf-protected/src/main/resources/ESAPI.properties
csrf-protected/src/main/webapp/image.html
csrf-protected/src/main/webapp/index.jsp
csrf-protected/src/main/webapp/styles.css
csrf-protected/src/main/webapp/xmlhttprequest.html
csrf/pom.xml
csrf/src/main/java/de/bit/security/OrderServlet.java
csrf/src/main/webapp/image.html
csrf/src/main/webapp/index.jsp
csrf/src/main/webapp/styles.css
csrf/src/main/webapp/xmlhttprequest.html
injection-protected/pom.xml
injection-protected/src/main/java/de/bit/security/SearchServlet.java
injection-protected/src/main/java/de/bit/security/User.java
injection-protected/src/main/java/de/bit/security/UserCreateServlet.java
injection-protected/src/main/resources/ESAPI.properties
injection-protected/src/main/resources/validation.properties
injection-protected/src/main/webapp/index.html
injection-protected/src/main/webapp/styles.css
injection-protected/src/main/webapp/userCreate.html
injection-protected/src/main/webapp/userSearch.html
injection/pom.xml
injection/src/main/java/de/bit/security/SearchServlet.java
injection/src/main/java/de/bit/security/User.java
injection/src/main/resources/ESAPI.properties
injection/src/main/webapp/index.jsp
injection/src/main/webapp/styles.css
object-reference-protected/pom.xml
object-reference-protected/src/main/java/de/bit/security/DownloadServlet.java
object-reference-protected/src/main/java/de/bit/security/ReferenceUtil.java
object-reference-protected/src/main/resources/ESAPI.properties
object-reference-protected/src/main/webapp/bla.pdf
object-reference-protected/src/main/webapp/index.jsp
object-reference-protected/src/main/webapp/styles.css
object-reference/pom.xml
object-reference/src/main/java/de/bit/security/DownloadServlet.java
object-reference/src/main/resources/ESAPI.properties
object-reference/src/main/webapp/bla.pdf
object-reference/src/main/webapp/index.jsp
object-reference/src/main/webapp/styles.css
xss-protected/pom.xml
xss-protected/src/main/java/de/bit/security/MessagesServlet.java
xss-protected/src/main/java/de/bit/security/SearchServlet.java
xss-protected/src/main/resources/ESAPI.properties
xss-protected/src/main/resources/context.xml
xss-protected/src/main/webapp/WEB-INF/web.xml
xss-protected/src/main/webapp/dom.jsp
xss-protected/src/main/webapp/index.jsp
xss-protected/src/main/webapp/output.jsp
xss-protected/src/main/webapp/reflected.jsp
xss-protected/src/main/webapp/stored.jsp
xss-protected/src/main/webapp/styles.css
xss/pom.xml
xss/src/main/java/de/bit/security/MessagesServlet.java
xss/src/main/java/de/bit/security/SearchServlet.java
xss/src/main/resources/context.xml
xss/src/main/webapp/dom.jsp
xss/src/main/webapp/index.jsp
xss/src/main/webapp/output.jsp
xss/src/main/webapp/reflected.jsp
xss/src/main/webapp/stored.jsp
xss/src/main/webapp/styles.css

Download

Click the following link to download Security101-master.zip.

Security101-master.zip




















Home »
  Java Free Code »
    Security »




Security
Security Authentication
Security network