Skip to content

Commit

Permalink
See paragonie#15 (thanks @alanc) -- we should be caught up now :)
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Jul 1, 2015
1 parent ce4e7da commit d7b9b6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ useful for tomorrow's application security experts.
* [Java](#java)
* [Books and ebooks](#books-and-ebooks)
* [SEI CERT C Coding Standard](#sei-cert-c-coding-standard-2006) (2006)
* [Secure Coding Guidelines for Java SE ](#secure-coding-guidelines-for-java-se-2014) (2014)
* [Node.js](#node-js)
* [Training](#training)
* [Security Training by ^Lift Security](#-security-training-by-lift-security) ![nonfree](img/nonfree.png)
Expand Down Expand Up @@ -334,6 +335,12 @@ A community-maintained Wiki detailing secure coding standards for C++ programmin

A community-maintained Wiki detailing secure coding standards for C programming.

### [Secure Coding Guidelines for Java SE ](http://www.oracle.com/technetwork/java/seccodeguide-139067.html) (2014)

**Released**: April 2, 2014

Secure Java programming guidelines straight from Oracle.

# Node.js

## Training
Expand Down
7 changes: 7 additions & 0 deletions data/Java/books-and-ebooks/0002-oracle-secure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2014-04-02",
"free": true,
"name": "Secure Coding Guidelines for Java SE ",
"remark": "Secure Java programming guidelines straight from Oracle.",
"url": "http://www.oracle.com/technetwork/java/seccodeguide-139067.html"
}

0 comments on commit d7b9b6e

Please sign in to comment.