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 27 forks source link

safehtml used in Golang GitHub projects #855

Open ManjunathMS35 opened 2 years ago

ManjunathMS35 commented 2 years ago

safehtml provides immutable string-like types that wrap web types such as HTML, JavaScript and CSS. These wrappers are safe by construction against XSS and similar web vulnerabilities, and they can only be interpolated in safe ways.

Things to do:

Check if information can be extracted from GitHub, if safehtml is used in the project. For more information see https://github.com/google/safehtml Example project using this: https://github.com/google/go-safeweb