astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
26.76k stars 775 forks source link

Windows security check issues from UV 0.5.1 to 0.5.2. #9144

Open FishAlchemist opened 4 days ago

FishAlchemist commented 4 days ago

winget-pkgs

Microsoft actually provides a channel to upload files for analysis. https://www.microsoft.com/en-us/wdsi/filesubmission

zanieb commented 4 days ago

@charliermarsh Is the self-replace behavior worth dealing with this?

charliermarsh commented 4 days ago

What’s your opinion?

zanieb commented 4 days ago

I'm not sure. The whole "remove uv with uv" objective feels a little surprising to me. We can see if they fix this false positive before the next release?

charliermarsh commented 3 days ago

Yeah, it's a little surprising. I think it's even worse that it fails (probably not that controversial), but it's probably not worth what we're seeing here. Maybe we tear it out and just give a better error than before?

charliermarsh commented 3 days ago

@mitsuhiko -- Any opinion here?