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
Please refer to my security alert:
https://github.com/sebastienrousseau/shokunin/security/dependabot/8
You can see the details in my [Cargo.lock](https://github.com/sebastienrousseau/shokunin/blob/main/Cargo.lock)
The text was updated successfully, but these errors were encountered:
What happened?
Hi 👋
xtaskops seems to have a dependency on using clap v3.2.25 which has triggered a dependabot alert https://github.com/sebastienrousseau/shokunin/security/dependabot/8
On windows, atty dereferences a potentially unaligned pointer.
In practice however, the pointer won't be unaligned unless a custom global allocator is used.
In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment.
I believe this has been solved by clap in subsequent versions:
clap-rs/clap#5028
What type of Operating System?
Windows
Steps to produce this issue.
Please refer to my security alert: https://github.com/sebastienrousseau/shokunin/security/dependabot/8 You can see the details in my [Cargo.lock](https://github.com/sebastienrousseau/shokunin/blob/main/Cargo.lock)
The text was updated successfully, but these errors were encountered: