Affected by GO-2022-0970
and 2 other vulnerabilities
GO-2022-0970: elrond-go MultiESDTNFTTransfer call on a SC address with missing function name in github.com/ElrondNetwork/elrond-go
GO-2022-0971: Elrond-go has improper initialization in github.com/ElrondNetwork/elrond-go
GO-2022-1200: Elrond-GO processing: fallback search of SCRs when not found in the main cache in github.com/ElrondNetwork/elrond-go
package
Version:
v1.1.38
Opens a new window with list of versions in this module.
Published: Mar 31, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewShuffleOutCloser creates a shuffle out component that is able to trigger a node restart and cancel that request if necessarily
type Closer interface {
Close() error
}
Closer closes all stuff released by an object
type IntRandomizer interface {
Intn(n int) int
IsInterfaceNil() bool
}
IntRandomizer interface provides functionality over generating integer numbers
Source Files
¶
Click to show internal directories.
Click to hide internal directories.