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

feature: add dynamic analysis framework prior to any formal release (per OpenSSF BadgeApp) #300

Open
SimonFrost-Arm opened this issue Feb 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@SimonFrost-Arm
Copy link
Collaborator

### Is your feature request related to a problem? Please describe

Per OpenSSF Best Practices, "It is SUGGESTED that at least one dynamic analysis tool be applied to any proposed major production release of the software before its release."

This area of BadgeApp is marked as 'Unmet', but requires a supporting URL. This issue is then the placeholder for any further considerations of whether that condition should remain as Unmet or whether a solution should be applied.

If possible, describe a solution

Dynamic analysis is less critical for GoLang than for other languages. References to potential useful dynamic analysis tools include:
https://github.com/arl/statsviz - capture Go program runtime metrics,
https://www.uber.com/en-GB/blog/dynamic-data-race-detection-in-go-code/ (goroutine race detection)

Analyse how such tools could be used + add any other references to the list above.

@SimonFrost-Arm SimonFrost-Arm added the enhancement New feature or request label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant