You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeping Horizon + SDKs secure is extremely important.
We should set up npm audit (for JS) and similar tools to run automatically during our workflow. Maybe an automated daily checker is the way to go. @brahman81 do you have any checkers like this already set up for other projects?
The text was updated successfully, but these errors were encountered:
Snyk and SourceClear look promising, very similar to npm audit in that they check dependencies for known issues (vs scanning code).
gosec also looks to be a linter for security vulnerabilities, doesn't seem to be related to dependencies. I'm skeptical of scanning code for vulnerabilities though. I know "fuzzing" is a powerful way to test for issues (security and otherwise), may be worth investigating further.
Keeping Horizon + SDKs secure is extremely important.
We should set up
npm audit
(for JS) and similar tools to run automatically during our workflow. Maybe an automated daily checker is the way to go. @brahman81 do you have any checkers like this already set up for other projects?The text was updated successfully, but these errors were encountered: