Affected by GO-2025-3442
and 1 other vulnerabilities
GO-2025-3442 : CometBFT allows a malicious peer to make node stuck in blocksync in github.com/cometbft/cometbft
GO-2025-3443 : CometBFT allows a malicious peer to stall the network by disseminating seemingly valid block parts in github.com/cometbft/cometbft
Discover Packages
github.com/cometbft/cometbft
test
e2e
pkg
infra
package
Version:
v0.37.14
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation Source Files Directories Index Constants Variables Functions Types type NoopProvider type Provider Setup()
Documentation
¶
type NoopProvider struct {
}
NoopProvider implements the provider interface by performing noops for every
interface method. This may be useful if the infrastructure is managed by a
separate process.
type Provider interface {
Setup() error
}
Provider defines an API for manipulating the infrastructure of a
specific set of testnet infrastructure.
Source Files
¶
Directories
¶
Show internal
Collapse all
Click to show internal directories.
Click to hide internal directories.