diff options
-rw-r--r-- | TODOs.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -238,6 +238,15 @@ On plain POSIX sh. # Improvements +## TODO Learn about secure programming in C {#improvement-8dfd18cf-2c34-ee29-e6cd-53d300687789} +- TODO in 2021-06-13 + +--- + +The best reference by far I've found to learn about secure programming in C is the [SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard). + +There's also [MISRA C](https://en.wikipedia.org/wiki/MISRA_C) but it feels like very corp. + # Questions # Resources |