Skip to content

Commit df38442

Browse files
Run src/compiler.php on recent changes
1 parent 728f215 commit df38442

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
4242
* [Computation Structures (MIT Electrical Engineering and Computer Science)](#-computation-structures-mit-electrical-engineering-and-computer-science-1989) (1989) ![nonfree](img/nonfree.png)
4343
* [Surreptitious Software: Obfuscation, Watermarking, and Tamperproofing for Software Protection](#-surreptitious-software-obfuscation-watermarking-and-tamperproofing-for-software-protection-2009) (2009) ![nonfree](img/nonfree.png)
4444
* [Secure Programming HOWTO](#secure-programming-howto-2015) (2015)
45-
* [Security Engineering - Second Edition](#security-engineering-second-edition-2008) (2008)
45+
* [Security Engineering - Third Edition](#security-engineering-third-edition-2020) (2020)
4646
* [Bulletproof SSL and TLS](#-bulletproof-ssl-and-tls-2014) (2014) ![nonfree](img/nonfree.png)
4747
* [Holistic Info-Sec for Web Developers (Fascicle 0)](#holistic-info-sec-for-web-developers-fascicle-0-2016) (2016)
4848
* [Holistic Info-Sec for Web Developers (Fascicle 1)](#holistic-info-sec-for-web-developers-fascicle-1)
@@ -64,6 +64,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
6464
* [OWASP NodeGoat](#owasp-nodegoat)
6565
* [Securing The Stack](#securing-the-stack)
6666
* [OWASP ServerlessGoat](#owasp-serverlessgoat)
67+
* [SecDim](#secdim)
6768
* [Blogs](#blogs)
6869
* [Crypto Fails](#crypto-fails)
6970
* [NCC Group - Blog](#ncc-group-blog)
@@ -85,7 +86,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
8586
* [C](#c)
8687
* [Books and ebooks](#books-and-ebooks-1)
8788
* [SEI CERT C Coding Standard](#sei-cert-c-coding-standard-2006) (2006)
88-
* [Defensive Coding: A Guide to Improving Software Security by the Fedora Security Team](#defensive-coding-a-guide-to-improving-software-security-by-the-fedora-security-team-2022) (2022)
89+
* [Defensive Coding: A Guide to Improving Software Security by the Fedora Security Team](#defensive-coding-a-guide-to-improving-software-security-by-the-fedora-security-team-2025) (2025)
8990
* [C++](#c-1)
9091
* [Books and ebooks](#books-and-ebooks-2)
9192
* [SEI CERT C++ Coding Standard](#sei-cert-c-coding-standard-2006-1) (2006)
@@ -292,9 +293,9 @@ Securing DevOps explores how the techniques of DevOps and Security should be app
292293

293294

294295

295-
### [Security Engineering - Second Edition](https://www.cl.cam.ac.uk/~rja14/book.html) (2008)
296+
### [Security Engineering - Third Edition](https://www.cl.cam.ac.uk/~rja14/book.html) (2020)
296297

297-
**Released**: April 14, 2008
298+
**Released**: November 1, 2020
298299

299300

300301

@@ -384,6 +385,10 @@ Bi-Weekly Appsec Tutorials
384385

385386
OWASP ServerlessGoat is a deliberately insecure realistic AWS Lambda serverless application, maintained by OWASP and created by [PureSec](https://www.puresec.io/). You can install WebGoat, learn about the vulnerabilities, how to exploit them, and how to remediate each issue. The project also includes documentation explaining the issues and how they should be remediated with best-practices.
386387

388+
### [SecDim](https://secdim.com)
389+
390+
SecDim is an appsec edutainment platform, [Learn](https://learn.secdim.com) appsec with free git based labs. Think you got what it takes to build a secure app? [Challenge yourself](https://play.secdim.com) with appsec games! Fix bugs, get a score and your name on the leaderboards.
391+
387392
### Blogs
388393

389394
#### [Crypto Fails](http://cryptofails.com)
@@ -456,9 +461,9 @@ A community-maintained Wiki detailing secure coding standards for Android develo
456461

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

459-
### [Defensive Coding: A Guide to Improving Software Security by the Fedora Security Team](https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Defensive_Coding/index.html) (2022)
464+
### [Defensive Coding: A Guide to Improving Software Security by the Fedora Security Team](https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Defensive_Coding/index.html) (2025)
460465

461-
**Released**: May 23, 2022
466+
**Released**: February 22, 2025
462467

463468
Provides guidelines for improving software security through secure coding. Covers common programming languages and libraries, and focuses on concrete recommendations.
464469

@@ -692,7 +697,7 @@ A community-maintained Wiki detailing secure coding standards for Perl programmi
692697

693698
## Books and ebooks
694699

695-
### [Python chapter of Fedora Defensive Coding Guide](https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Defensive_Coding/chap-Defensive_Coding-Python.html)
700+
### [Python chapter of Fedora Defensive Coding Guide](https://docs.fedoraproject.org/en-US/defensive-coding/programming-languages/Python/)
696701

697702
Lists standard library features that should be avoided, and references sections of other chapters that are Python-specific.
698703

0 commit comments

Comments
 (0)