Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@iota/bundle-validator
Advanced tools
Syntactically validates bundle structure and signatures.
Syntactically validates bundle structure and signatures.
Install using npm:
npm install @iota/bundle-validator
or using yarn:
yarn add @iota/bundle-validator
Summary: Validates the signatures in a given bundle
Param | Type | Description |
---|---|---|
bundle | Array.<Transaction> | Transaction trytes |
This method takes an array of transaction trytes and checks if the signatures are valid.
To get a bundle's transaction trytes from the Tangle, use the getBundle()
method.
Returns: boolean
- Whether the signatures are valid
Example
let valid = Validator.validateBundleSignatures(bundle);
Summary: Validates the structure and contents of a given bundle.
Param | Type | Description |
---|---|---|
bundle | Array.<Transaction> | Transaction trytes |
This method takes an array of transaction trytes and validates whether they form a valid bundle by checking the following:
currentIndex
fieldTo get a bundle's transaction trytes from the Tangle, use the getBundle()
method.
Returns: boolean
- bundle - Whether the bundle is valid
Example
let bundle = Validator.isBundle(bundle);
FAQs
Syntactically validates bundle structure and signatures.
The npm package @iota/bundle-validator receives a total of 1,241 weekly downloads. As such, @iota/bundle-validator popularity was classified as popular.
We found that @iota/bundle-validator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.