Cole Murray
Cole Murray
Update ElasticMQ 1.3.9
## Description When a job ungracefully exits, it currently remains in a zombie running state. Within the UI, there currently is not functionality to manually mark this as failed, requiring...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...
Is this still being maintained?
https://github.com/jasonppy/VoiceCraft/blob/master/inference_speech_editing_scale.py#L127
## Bug description When using wrapped types, ts-to-zod fails with circular dependencies ### Input ```ts export type AutoboxedType = { someProp: Number; } ``` ### Expected output ```ts export const...
🔒 **Security Patch for CVE-2023-4863** This PR was automatically generated by [**Waclaude Security Scanner**](https://waclaude.com) to fix a **Severity.HIGH** severity vulnerability. ### Vulnerability Details * **Type:** CVE-2023-4863 * **File:** bun.lock *...
## Summary This PR fixes a shell injection vulnerability in the `setup_user_env` function by replacing unsafe `os.system()` calls with direct file writing. ## Changes - Import `shlex` module for safe...
## Summary This PR fixes file permissions for dynamically created function files from `0o777` (world-writable) to `0o755` (owner-writable, world-readable/executable). ## Changes - Modified `clearml_session/interactive_session_task.py:1629` to use `0o755` instead of `0o777`...
## Description LangServe currently allows FastAPI versions as old as 0.90.1, which includes vulnerable versions of Starlette affected by CVE-2025-62727. ## Impact The vulnerability in Starlette could potentially affect applications...