You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Security Engineering - Second Edition](#security-engineering-second-edition-2008) (2008)
45
+
*[Security Engineering - Third Edition](#security-engineering-third-edition-2020) (2020)
46
46
*[Bulletproof SSL and TLS](#-bulletproof-ssl-and-tls-2014) (2014) 
47
47
*[Holistic Info-Sec for Web Developers (Fascicle 0)](#holistic-info-sec-for-web-developers-fascicle-0-2016) (2016)
48
48
*[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
64
64
*[OWASP NodeGoat](#owasp-nodegoat)
65
65
*[Securing The Stack](#securing-the-stack)
66
66
*[OWASP ServerlessGoat](#owasp-serverlessgoat)
67
+
*[SecDim](#secdim)
67
68
*[Blogs](#blogs)
68
69
*[Crypto Fails](#crypto-fails)
69
70
*[NCC Group - Blog](#ncc-group-blog)
@@ -85,7 +86,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
85
86
*[C](#c)
86
87
*[Books and ebooks](#books-and-ebooks-1)
87
88
*[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)
89
90
*[C++](#c-1)
90
91
*[Books and ebooks](#books-and-ebooks-2)
91
92
*[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
292
293
293
294
294
295
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)
296
297
297
-
**Released**: April 14, 2008
298
+
**Released**: November 1, 2020
298
299
299
300
300
301
@@ -384,6 +385,10 @@ Bi-Weekly Appsec Tutorials
384
385
385
386
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.
386
387
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
+
387
392
### Blogs
388
393
389
394
#### [Crypto Fails](http://cryptofails.com)
@@ -456,9 +461,9 @@ A community-maintained Wiki detailing secure coding standards for Android develo
456
461
457
462
A community-maintained Wiki detailing secure coding standards for C programming.
458
463
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)
460
465
461
-
**Released**: May 23, 2022
466
+
**Released**: February 22, 2025
462
467
463
468
Provides guidelines for improving software security through secure coding. Covers common programming languages and libraries, and focuses on concrete recommendations.
464
469
@@ -692,7 +697,7 @@ A community-maintained Wiki detailing secure coding standards for Perl programmi
692
697
693
698
## Books and ebooks
694
699
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/)
696
701
697
702
Lists standard library features that should be avoided, and references sections of other chapters that are Python-specific.
0 commit comments