김유석(Yu Seok Kim)

Results 6 issues of 김유석(Yu Seok Kim)

this pr also can close #65 and close #64 + close #61 by db9279bb4974a84f87e454e666bc5b3166e60831 ---- ## Overview This PR implements critical security fixes and code improvements to enhance both security...

This PR created to Close #64 --- ## Summary This PR addresses a high-severity security vulnerability (CVE-2024-21907/GHSA-5crp-9r3c-p9vr) in Newtonsoft.Json that could lead to Denial of Service attacks through excessively nested...

https://github.com/advisories/GHSA-5crp-9r3c-p9vr Request Bump Newtonsoft.Json from 11 to 13.0.1+ or use this for global configuration for Newtonsoft.Json ```csharp JsonConvert.DefaultSettings = () => new JsonSerializerSettings { MaxDepth = 128 }; ``` Then...

This pull request introduces a comprehensive and robust graceful shutdown mechanism for the Garnet server, both for Windows service and console application scenarios. The changes ensure that when a shutdown...

feat: Improve graceful shutdown and add AOF handling This commit(PR) enhances the asynchronous shutdown process in `Worker.cs` with the following changes: - The `StopAsync` method now waits up to 30...

### Feature request type enhancement ### Is your feature request related to a problem? Please describe When Garnet is run as a Windows Service using `Garnet.Worker.exe`, it shuts down immediately...