Affected by GO-2024-2430
and 4 other vulnerabilities
GO-2024-2430: Authenticated users can crash the CubeFS servers with maliciously crafted requests in github.com/cubefs/cubefs
GO-2024-2431: Insecure random string generator used for sensitive data in github.com/cubefs/cubefs
GO-2024-2432: CubeFS timing attack can leak user passwords in github.com/cubefs/cubefs
GO-2024-2433: CubeFS leaks magic secret key when starting Blobstore access service in github.com/cubefs/cubefs
GO-2024-2434: CubeFS leaks users key in logs in github.com/cubefs/cubefs
package
Version:
v1.34.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package taskpool provides limited pool running task
return a Retry
delayTime is millisecond
TaskPool limited pool
New returns task pool with workerCount and poolSize
Close the pool, the function is concurrent unsafe
Run add task to pool, block if pool is full
TryRun try to add task to pool, return immediately
Source Files
¶
Click to show internal directories.
Click to hide internal directories.