Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Securecookie used in Golang GitHub projects #859

Open
ManjunathMS35 opened this issue Aug 8, 2022 · 0 comments
Open

Securecookie used in Golang GitHub projects #859

ManjunathMS35 opened this issue Aug 8, 2022 · 0 comments

Comments

@ManjunathMS35
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant