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

Securecookie used in Golang GitHub projects

Open ManjunathMS35 opened this issue 2 years ago • 0 comments

Securecookie encodes and decodes authenticated and optionally encrypted cookie values. Secure cookies can't be forged, because their values are validated using HMAC. When encrypted, the content is also inaccessible to malicious eyes.

Things to do:

Check if information can be extracted from GitHub, if Securecookie is used in the project. For more information see https://github.com/gorilla/securecookie Example project using this: https://github.com/naibahq/nocd , https://github.com/snyk/cli

ManjunathMS35 avatar Aug 08 '22 06:08 ManjunathMS35