net-http-persistent 3.0.0

No officially reported security vulnerabilities detected.


This gem version does not have any officially reported vulnerabilities.

Keep in mind, that this does not mean, this version is safe as there may be issues with it that don't yet have a CVE assigned.

1 memory leak found in version 3.0.0

Memory leak in thread connection pool of net-http-persistent

300
Patched versions: > 3.0.0
Leaky versions: = 3.0.0

3.0.0 introduced a memory leak when it switched to connection pooling. We're setting a thread local but then never clearing the local. If the pool is used in the main thread, it will never die and the locals will stick around for the life of the process.

No license issues detected.


This gem version has a license in the gemspec.

This gem version is available.


This gem version has not been yanked and is still available for usage.