Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Jul 1, 2015
1 parent 8a68f95 commit 5da7baf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ useful for tomorrow's application security experts.
* [Ruby](#ruby)
* [Books and ebooks](#books-and-ebooks)
* [Secure Ruby Development Guide](#secure-ruby-development-guide-2014) (2014)
* [Perl](#perl)
* [Books and ebooks](#books-and-ebooks)
* [SEI CERT Perl Coding Standard](#sei-cert-perl-coding-standard-2011) (2011)


# General
Expand Down Expand Up @@ -372,3 +375,13 @@ Learn from the team that spearheaded the [Node Security Project](https://nodesec
**Released**: March 10, 2014

A guide to secure Ruby development by the Fedora Security Team. Also available on [Github](https://github.com/jrusnack/secure-ruby-development-guide).

# Perl

## Books and ebooks

### [SEI CERT Perl Coding Standard](https://www.securecoding.cert.org/confluence/display/perl/SEI+CERT+Perl+Coding+Standard) (2011)

**Released**: January 10, 2011

A community-maintained Wiki detailing secure coding standards for Perl programming.
7 changes: 7 additions & 0 deletions data/04-Perl/books-and-ebooks/0001-sei-cert-guide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "SEI CERT Perl Coding Standard",
"date": "2011-01-10",
"free": true,
"remark": "A community-maintained Wiki detailing secure coding standards for Perl programming.",
"url": "https://www.securecoding.cert.org/confluence/display/perl/SEI+CERT+Perl+Coding+Standard"
}

0 comments on commit 5da7baf

Please sign in to comment.