Skip to content

Commit 293bc5e

Browse files
authored
Merge pull request #1 from benjivesterby/BenjiVesterby
Benji Vesterby - Secure Coding in Go
2 parents cf6b38f + 6c2abe5 commit 293bc5e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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)

0 commit comments

Comments
 (0)