
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
scribble-generator
Advanced tools
Scribble generator is an add-on utility for the Scribble specification language. Scribble generator unifies testcase front-ends, and enables easier application of different tools. It does so by adding universal Scribble anotations to fuzz testcases that were written with a specific tool in mind. This allows people to use any tool compatible with Scribble on those types of test cases.
Unfortunately Hypothesis testcases are written Python which makes it impossible to universify just through Scribble annotations.
Run the following command to install scribble generator on your machine
npm install -g scribble-generator
Run the following command in a directory with fuzz testcases. The command will look through all files and tries to find testcases that it can annotate.
scribble-generate
You can run the command multiple times! scribble-generate will recognise when testcases are already annotated.
FAQs
Automatically generate scribble annotations for fuzz tests
The npm package scribble-generator receives a total of 0 weekly downloads. As such, scribble-generator popularity was classified as not popular.
We found that scribble-generator demonstrated a not healthy version release cadence and project activity because the last version was released 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
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.