SAP / fosstars-rating-core

A framework for defining ratings for open source projects. In particular, the framework offers a security rating for open source projects that may be used to assess the security risk that comes with open source components.
https://sap.github.io/fosstars-rating-core/
Apache License 2.0
60 stars 28 forks source link

Nosurf used in Golang GitHub projects #854

Open ManjunathMS35 opened 2 years ago

ManjunathMS35 commented 2 years ago

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