-
Notifications
You must be signed in to change notification settings - Fork 473
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
ci/Vulnerabilities checker #964
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #964 +/- ##
=======================================
Coverage 87.42% 87.42%
=======================================
Files 502 502
Lines 50967 50967
=======================================
Hits 44557 44557
Misses 6410 6410 ☔ View full report in Codecov by Sentry. |
It seems we have some memory vulnerabilities detected during tests:
|
I think those are all fine, maybe we could validate the |
We should in a scheduled scanner style similar to other security scanners. See: https://github.com/Tracel-AI/burn/security/code-scanning |
Hmm, I do not know the code of those crates, but having memory leaks is never a good sign. In my opinion, we should try to identify the causes of those leaks and thread races. For what concerns the scheduled tasks, I approve the approach, in this way we are not binded to a specific event (a release, a push or pull request event) |
94046d0
to
b5d418e
Compare
We can merge this PR that analyzes vulnerabilities as well. Added features:
As now, we do not open new issues with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Luni-4 for your work with infrastructure. It's looking great!
Lets a give a try for this workflow.
Pull Request Template
Checklist
run-checks
script has been executed.Related Issues/PRs
This PR introduces a series of checks to detect:
Since these checks are quite heavy, it would be better to run them before a release. Now I have added the
pull_request
event just to check if they workChanges
Summarize the problem being addressed and your solution.
Testing
Describe how these changes have been tested.