Writing secure Go code
November 2, 2024
Go
What does it mean to keep security in mind when writing Go code? Answering this question in one short article seems impossible. For this reason, we will narrow it down to a few specific practices.
They will lead to writing robust, secure and performant code when applied continuously.
How do we stay informed about the Go security announcements?
How do we keep our Go code patched and up to date?
How do we test our Go code focusing on security and robustness?
What are CVEs, and ...
Read more at jarosz.dev