Affected by GO-2024-3073
and 2 other vulnerabilities
GO-2024-3073: Nomad Vulnerable to Allocation Directory Escape On Non-Existing File Paths Through Archive Unpacking in github.com/hashicorp/nomad
GO-2024-3262: Hashicorp Nomad Incorrect Authorization vulnerability in github.com/hashicorp/nomad
GO-2024-3354: Hashicorp Nomad Incorrect Privilege Assignment vulnerability in github.com/hashicorp/nomad
package
Version:
v1.6.2
Opens a new window with list of versions in this module.
Published: Sep 13, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Len consumes the iterator and returns the number of elements found.
IMPORTANT: this method consumes the iterator, so it should not be used after
Len() returns.
type Iterator interface {
Next() any
}
Iterator represents an object that can iterate over a set of values one at a
time.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.