{"id":13840678,"url":"https://github.com/fuzzitdev/fuzzit","last_synced_at":"2025-07-11T09:32:52.163Z","repository":{"id":57487935,"uuid":"194634259","full_name":"fuzzitdev/fuzzit","owner":"fuzzitdev","description":"CLI to integrate continuous fuzzing with Fuzzit (no longer available)","archived":true,"fork":false,"pushed_at":"2020-07-16T13:42:54.000Z","size":1794,"stargazers_count":224,"open_issues_count":8,"forks_count":26,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-05T17:25:36.206Z","etag":null,"topics":["fuzz-testing","fuzzing","fuzzit","security","vulnerability"],"latest_commit_sha":null,"homepage":"https://about.gitlab.com/solutions/dev-sec-ops/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuzzitdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-07-01T08:42:00.000Z","updated_at":"2024-02-11T13:11:22.000Z","dependencies_parsed_at":"2022-08-29T11:21:57.035Z","dependency_job_id":null,"html_url":"https://github.com/fuzzitdev/fuzzit","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzitdev%2Ffuzzit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzitdev%2Ffuzzit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzitdev%2Ffuzzit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuzzitdev%2Ffuzzit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuzzitdev","download_url":"https://codeload.github.com/fuzzitdev/fuzzit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225712625,"owners_count":17512440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuzz-testing","fuzzing","fuzzit","security","vulnerability"],"created_at":"2024-08-04T17:00:51.937Z","updated_at":"2024-11-21T10:30:38.064Z","avatar_url":"https://github.com/fuzzitdev.png","language":"Go","readme":"fuzzit.dev was [acquired](https://about.gitlab.com/press/releases/2020-06-11-gitlab-acquires-peach-tech-and-fuzzit-to-expand-devsecops-offering.html) by GitLab and the standalone service will soon be deperecated. The service will be available as part of GitLab Ultimate in the near future.\n\n[![Fuzzit Logo](https://app.fuzzit.dev/static/fuzzit-logo.svg)](https://fuzzit.dev)\n\n[![fuzzit](https://app.fuzzit.dev/static/fuzzit-passing-green.svg)](https://app.fuzzit.dev)\n[![license](https://app.fuzzit.dev/static/license-apache-blue.svg)](https://github.com/fuzzitdev/Fuzzit/blob/master/LICENSE)\n\n## Fuzzit\n[Fuzzit](https://fuzzit.dev) helps you integrate Continuous Fuzzing to your [C/C++](https://github.com/fuzzitdev/example-c),\n[Java](https://github.com/fuzzitdev/example-java), [Go](https://github.com/fuzzitdev/example-go), [Rust](https://github.com/fuzzitdev/example-rust) and [Swift](https://github.com/fuzzitdev/example-swift)\n projects with your current CI/CD workflow\n\n[![Fuzzit Introduction](https://img.youtube.com/vi/Va7rfTTPiNo/maxresdefault.jpg)](https://www.youtube.com/watch?v=Va7rfTTPiNo)\n\n## Download\n\n#### Precompiled Binaries\n\nYou can download the precompiled release binary from [releases](https://github.com/fuzzitdev/fuzzit/releases) via web\nor via\n\n```bash\nwget https://github.com/fuzzitdev/fuzzit/releases/download/\u003cversion\u003e/fuzzit_\u003cversion\u003e_\u003cos\u003e_\u003carch\u003e\n```\n\n#### Go get\n\nYou can also use Go 1.12 or later to build the latest stable version from source:\n\n```bash\nGO111MODULE=on go get github.com/fuzzitdev/fuzzit/v2\n```\n\n#### Homebrew Tap\n\n```bash\nbrew install fuzzitdev/tap/fuzzit\n# After initial install you can upgrade the version via:\nbrew upgrade fuzzit\n```\n\n## Compilation\n\n```bash\ngit clone git@github.com:fuzzitdev/fuzzit.git\ncd fuzzit\ngo build .\n```\n\n## Usage\n\nFuzzit CLI can be used either locally or from your CI.\n\nRun `fuzzit --help` to get a full list of commands, or check out our [docs](https://docs.fuzzit.dev).\n\n## Examples\n\nFuzzit currently supports C/C++, Go and Rust\n\n* [C/C++ example](https://github.com/fuzzitdev/example-c)\n* [Java example](https://github.com/fuzzitdev/example-java)\n* [Go example](https://github.com/fuzzitdev/example-go)\n* [Rust example](https://github.com/fuzzitdev/example-rust)\n* [Swift example](https://github.com/fuzzitdev/example-swift)\n\nMore information can be found in our [docs](https://docs.fuzzit.dev).\n\n## OSS Projects Using Fuzzit\n* GO\n- [coredns/coredns](http://github.com/coredns/coredns)\n- [prometheus/prometheus](http://github.com/prometheus/prometheus)\n- [grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)\n- [google/syzkaller](http://github.com/google/syzkaller)\n- [google/mtail](https://github.com/google/mtail)\n- [open-policy-agent/opa](https://github.com/open-policy-agent/opa)\n- [dutchcoders/transfer.sh](https://github.com/dutchcoders/transfer.sh)\n- [tsenart/vegeta](https://github.com/tsenart/vegeta)\n- [pelletier/go-toml](https://github.com/pelletier/go-toml)\n- [mvdan/sh](https://github.com/mvdan/sh)\n- [jdkato/prose](https://github.com/jdkato/prose)\n- [klauspost/compress](https://github.com/klauspost/compress)\n- [valyala/fasthttp](https://github.com/valyala/fasthttp)\n- [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go)\n- [gomarkdown/markdown](https://github.com/gomarkdown/markdown)\n- [pquerna/ffjson](https://github.com/pquerna/ffjson)\n- [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger)\n- [caddyserver/caddy](https://github.com/caddyserver/caddy/tree/v2)\n- [tealeg/xlsx](https://github.com/tealeg/xlsx)\n\n* RUST\n- [CraneStation/cranelift](https://github.com/CraneStation/cranelift)\n- [image-rs/image-png](https://github.com/image-rs/image-png)\n- [pest-parser/pest](https://github.com/pest-parser/pest)\n\n* C/C++ \n- [systemd/systemd](https://github.com/systemd/systemd)\n- [envoyproxy/envoy](https://github.com/envoyproxy/envoy)\n- [apache/arrow](https://github.com/apache/arrow)\n- [radare/radare2](https://github.com/radare/radare2)\n- [AndreRenaud/PDFGen](https://github.com/AndreRenaud/PDFGen)\n\nUse Fuzzit and you don't see your project here open a PR with your project!\n\n## Contribution\n\nContributions are welcome. If you need an additional feature you can open a github issue, or send a PR\nif you'd like to contribute it. Before contributing a big feature please open an issue so we can discuss and \napprove it before a lot of code is written. For bugfixes also open an issue or PR.\n\n\n## Versioning\n\nFuzzit CLI Version contains three components x.y.z . an increase in `z` ensures backward compatability while increase\nin `y` might introduce breaking changes.  \n\n## Reporting Security Vulnerabilities\n\nIf you've found a vulnerability in Fuzzit please drop us a line at at [security@fuzzit.dev](security@fuzzit.dev)\n. \n\n","funding_links":[],"categories":["Go","Go (531)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzzitdev%2Ffuzzit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuzzitdev%2Ffuzzit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuzzitdev%2Ffuzzit/lists"}