Skip to content

Commit e5d9500

Browse files
authored
Merge pull request #1 from juhalindfors/patch-1
Update README.md
2 parents e7a5d10 + ddd0e75 commit e5d9500

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,19 @@ Supported by: [GuardRails.io](https://www.guardrails.io)
6969

7070
## Articles, Guides & Talks
7171

72+
- [Java Platform, Standard Edition Security Developer’s Guide](https://docs.oracle.com/javase/10/security/toc.htm) - This guide covers major Java Standard Edition security components: Java Cryptography Architecture (JCA), Java Authentication and Authorization Service (JAAS) and Java Secure Socket Extensions (JSSE)
7273
- [Application Security Verification Standard](https://www.owasp.org/images/3/33/OWASP_Application_Security_Verification_Standard_3.0.1.pdf) - (PDF) The standard is a list of application security requirements that can be used by developers.
7374
- [Spring Security CSRF](https://www.baeldung.com/spring-security-csrf) - A Guide to CSRF Protection in Spring Security.
7475
- [Secure Coding Guidelines](https://www.oracle.com/technetwork/java/seccodeguide-139067.html) - Secure Coding Guidelines for Java SE
7576
- [Securing a Web Application](https://spring.io/guides/gs/securing-web/) - This guide walks you through the process of creating a simple web application with resources that are protected by Spring Security.
7677
- [Spring Security Guides](https://docs.spring.io/spring-security/site/docs/current/guides/html5/index.html) - Step by step guides on how to use Spring Security.
7778

79+
## Specifications
80+
81+
- [JSR 115: Java Authorization Contract for Containers](https://jcp.org/en/jsr/detail?id=115)
82+
- [JSR 196: Java Authentication Service Provider Interface for Containers](https://www.jcp.org/en/jsr/detail?id=196)
83+
- [JSR 375: Java EE Security API](https://jcp.org/en/jsr/detail?id=375)
84+
7885
# Other
7986

8087
## Reporting Bugs

0 commit comments

Comments
 (0)