Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Grizzly is a modular general purpose browser fuzzing framework. The goal is to create a platform that can be extended via the creation of plug-ins to support multiple combinations of browsers and fuzzers. An Adapter is used to add support for a fuzzer and a Target to add support for a browser. Generated test cases are intended to be standalone and not require Grizzly.
Cross platform compatibility is available for Windows, Linux and MacOS. However not all features may be available.
For additional information please check out the wiki or the announcement.
Install the latest version from PyPI. For more details see getting started on the wiki.
python3 -m pip install grizzly-framework --upgrade
Fuzzing - Run the no-op
test adapter to check everything is working.
grizzly <browser-binary> no-op
Reduce - Grizzly Reduce can reduce a test case.
grizzly-reduce <browser-binary> <testcase>
Replay - Grizzly Replay can replay a test case with different builds and debuggers.
grizzly-replay <browser-binary> <testcase>
Bugzilla is also supported by Grizzly Replay. Bugs can be replayed via a bug ID:
grizzly-replay-bugzilla <browser-binary> <bug_id>
Common questions can be found on the Q&A page. Questions can also be asked in the #fuzzing channel.
Please be sure you are using the latest version Grizzly before reporting issues.
FAQs
A framework for developing and running browser fuzzers
We found that grizzly-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.