File tree 1 file changed +17
-0
lines changed
BenjiVesterby-SecureCodingInGo
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Secure Coding in Go: Avoiding Common Vulnerabilities to Better Secure Your Code
2
+
3
+ Benji Vesterby
4
+
5
+ [ Blog] ( https://benjiv.com ) |
6
+ [ Github] ( https://github.com/benjivesterby ) |
7
+ [ Twitter] ( https://twitter.com/benjivesterby )
8
+
9
+ Secure coding practices are not intuitive for most engineers. This talk will
10
+ cover the most common security missteps in developing secure code with Go.
11
+ Leaning heavily on common application vulnerabilities (OWASP Top 10) and how
12
+ they apply to Go, this tutorial session will guide attendees on how to avoid
13
+ common security pitfalls.
14
+
15
+ ### [ Presentation] ( https://docs.google.com/presentation/d/e/2PACX-1vTSrz8uHqdKJdeiyRzpvcqCiOXAVQZdy7tTPpOjrLZwcv6ApcjVa0IEnkSHOIK_sMWl7GI5lbl2_CUt/pub?start=false&loop=false&delayms=3000 )
16
+
17
+ ### [ Vulnerable Application] ( https://github.com/benjivesterby/gc22-secure-coding-in-go )
You can’t perform that action at this time.
0 commit comments