
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@ndn/cli-common
Advanced tools
This package is part of NDNts, Named Data Networking libraries for the modern web.
This package implements common routines for NDNts based CLI programs. In particular, it initializes KeyChain and uplink faces. These can be configured via environment variables.
NDNTS_KEYCHAIN
environment variable specifies the KeyChain locator, which is a filesystem path where KeyChain files are stored.
If empty, a temporary in-memory KeyChain will be used.
openKeyChain
function returns this KeyChain.
NDNTS_KEY
environment variable specifies the default signing key.
It may be a certificate name, a key name, or prefix of a subject name.
If empty, any key in the KeyChain may be used.
If the specified prefix does not match any existing key, digest signing will be used.
getSigner
function returns the private key.
NDNTS_PKTTRACE=1
environment variable enables forwarder tracing.
NDNTS_UPLINK
environment variable creates an uplink to another forwarder/node.
It supports Unix (e.g. unix:///run/nfd.sock
), TCP (e.g. tcp://192.0.2.1:6363
), UDP (e.g. udp://192.0.2.1:6363
), and autoconfig (i.e. autoconfig:
or autoconfig-tcp:
).
The default is unix:///run/nfd.sock
.
openUplinks
function creates the uplink, and closeUplinks
function closes the uplink.
NDNTS_MTU
environment variable sets the MTU for fragmentation of outgoing packets.
It must be a positive integer, and the default value is 1450.
It applies to UDP uplinks only.
NDNTS_NFDREG=1
environment variable enables prefix registration on the uplink using NFD management protocol.
If this is set, prefix registration feature will be enabled by openUplinks
function.
NDNTS_NFDREGKEY
environment variable specifies the signing key for prefix registration commands.
The default is using the same key as NDNTS_KEY
.
FAQs
NDNts: common routines for CLI programs
The npm package @ndn/cli-common receives a total of 44 weekly downloads. As such, @ndn/cli-common popularity was classified as not popular.
We found that @ndn/cli-common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.