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

Adapting Go security tools to the Gno ecosystem #70

Open
kristovatlas opened this issue Jun 18, 2024 · 1 comment
Open

Adapting Go security tools to the Gno ecosystem #70

kristovatlas opened this issue Jun 18, 2024 · 1 comment

Comments

@kristovatlas
Copy link

In this thread we'll enumerate open source Go security tools that are good candidates for adapting to the Gno ecosystem.

@kristovatlas
Copy link
Author

A few tools I'd like to include in this thread:

Note concerning dependencies: At first we will want to detect the use of vulnerable Go libraries in Gno code. We may also want a tool that is useful for searching open source modules for similarity if it becomes popular at all to copy/paste code from Go to Gno, since such code is likely to carry forward vulnerabilities and not keep up with security patches. Later as we reach greater clarity about Gno dependencies, we'll want to track vulnerabilities in Gno as well in a similar fashion as is done with Go; probably first we need some more clarity about how we will handle code upgrades.

For all code analysis tools, we can get a lot of useful information by simply looking for Go issues in Gno, and then later we can make the tools aware of what's special about Gno.

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

No branches or pull requests

2 participants