fosstars-rating-core icon indicating copy to clipboard operation
fosstars-rating-core copied to clipboard

Nosurf used in Golang GitHub projects

Open ManjunathMS35 opened this issue 2 years ago • 0 comments

Nosurf is an HTTP package for Go that helps you prevent Cross-Site Request Forgery attacks. It acts like a middleware and therefore is compatible with basically any Go HTTP application.

Things to do:

Check if information can be extracted from GitHub, if Nosurf is used in the project. For more information see https://github.com/justinas/nosurf Example project using this: https://github.com/plifk/market

ManjunathMS35 avatar Aug 08 '22 06:08 ManjunathMS35