<til> Today I learned

This is my TIL section; a short blog posts featuring just what I learned. It was inspired by the til page by Simon Wilson

W3c Activitypub Protocol

ActivityPub protocol The protocol describes a decentralized “social network”; it relies heavily on JSON+LD schemes to describe activities performed by actors. The protocol comprises a set of interfaces for server-to-server and …

Go Vuln the Golang Vulnerability Database

What is govuln? govuln is a new vulnerability database for looking your code for vulnerable packages and prevent supply chain attacks How to install the govulncheck cli govulncheck is the command line inferface for interacting with the …