GO-2023-2055: Terraform allows arbitrary file write during the `init` operation in github.com/hashicorp/terraform
package
Version:
v1.5.0-beta1
Opens a new window with list of versions in this module.
Published: May 15, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Do calls sf. If threshold time has passed, cb is called. Note that this
call will be made concurrently to sf still running.
CallbackFunc is the function that is triggered when the threshold is reached.
type SlowFunc func() error
SlowFunc is the function that could be slow. Usually, you'll have to
wrap an existing function in a lambda to make it match this type signature.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.