Giter VIP home page Giter VIP logo

fuzz-opa's Introduction

fuzz-opa

The long way...

Install the fuzzer:

go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build

Update OPA mod file to point to local repo:

go mod edit -replace github.com/open-policy-agent/opa=$(go env GOPATH)/src/github.com/open-policy-agent/opa

Build the fuzzer package. The fuzzer package includes the code to run and the corpus:

go-fuzz-build github.com/open-policy-agent/fuzz-opa

Run the fuzzer:

go-fuzz -bin=fuzz-fuzz.zip -workdir=workdir

The last command will start the fuzzer and output the results to the workdir.

See go-fuzz/README.md for details on the fuzzer output. Pay attention to the restarts output field. This value should be around 1/10,000. If it's higher than this and the crashers field is greater than zero, check the output directory for crash output.

Easy Mode

Or just make, with optional path for OPA source like:

make OPA_TARGET=/path/to/opa/src/dir

fuzz-opa's People

Contributors

patrick-east avatar tsandall avatar

Watchers

 avatar  avatar  avatar

Forkers

patrick-east

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.