vmware-labs / wasm-workers-server

🚀 Develop and run serverless applications on WebAssembly

Home Page:https://workers.wasmlabs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade env_logger to avoid the atty crate

Angelmmiguel opened this issue · comments

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

Based on this GitHub advisory, the atty crate includes a low vulnerability that may affect Windows environments. Wasm Workers Server is protected as it's not using a custom allocator, but this crate is no longer maintained. This is also a dependency for the QuickJS engine, so we will need to see how to avoid it there.

Describe the solution you'd like

I would like to avoid unmaintained crates in the project. Let's try to remove it and bump crates that depends on it.

Describe alternatives you've considered

No response

Additional context

No response