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
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Notice the version of actix-web I use? it is 4.0.0-beta.1 and this bug is patched and fixed like 3 years ago! version 0.7.15.
it should not report a bug
Additional context
I'm not sure, but the problem is the code is private .. So I could only share a subset of it.
Also, feel free to guide me to open the same issue at another repo if it is not related to audit-check action.
The text was updated successfully, but these errors were encountered:
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Description
audit-check
orcargo-audit
does not parse the semver ofx.x.x-beta.x
versions correctly?Workflow code
Action output
I got this issue opened by
github-actions
user:actix-web
4.0.0-beta.1
>=0.7.15
Affected versions contain multiple memory safety issues, such as:
Send
marker trait to objects that cannot be safely sent between threadsThis may result in a variety of memory corruption scenarios, most likely use-after-free.
A signficant refactoring effort has been conducted to resolve these issues.
See advisory page for additional details.
Expected behavior
Notice the version of
actix-web
I use? it is4.0.0-beta.1
and this bug is patched and fixed like 3 years ago! version0.7.15
.it should not report a bug
Additional context
I'm not sure, but the problem is the code is private .. So I could only share a subset of it.
Also, feel free to guide me to open the same issue at another repo if it is not related to
audit-check
action.The text was updated successfully, but these errors were encountered: