{"id":26477308,"url":"https://github.com/orion-rs/orion-fuzz","last_synced_at":"2026-03-09T21:07:46.672Z","repository":{"id":45954854,"uuid":"163413529","full_name":"orion-rs/orion-fuzz","owner":"orion-rs","description":"Fuzzing the Rust crypto library orion with honggfuzz-rs","archived":false,"fork":false,"pushed_at":"2025-06-14T07:56:25.000Z","size":840,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-14T08:36:33.186Z","etag":null,"topics":["crypto-fuzzing","fuzzing","honggfuzz-rs","orion","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orion-rs.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-28T13:27:50.000Z","updated_at":"2025-06-14T07:56:26.000Z","dependencies_parsed_at":"2025-02-23T13:27:42.513Z","dependency_job_id":"a505e917-56cf-4cae-a558-2e9c56a89e08","html_url":"https://github.com/orion-rs/orion-fuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orion-rs/orion-fuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion-rs%2Forion-fuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion-rs%2Forion-fuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion-rs%2Forion-fuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion-rs%2Forion-fuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orion-rs","download_url":"https://codeload.github.com/orion-rs/orion-fuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orion-rs%2Forion-fuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["crypto-fuzzing","fuzzing","honggfuzz-rs","orion","rust"],"created_at":"2025-03-20T00:14:53.431Z","updated_at":"2026-03-09T21:07:46.655Z","avatar_url":"https://github.com/orion-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"These are fuzzing targets for fuzzing [orion](https://github.com/orion-rs/orion).\n\nFuzzing is done using [honggfuzz-rs](https://github.com/rust-fuzz/honggfuzz-rs).\n\n### Getting started\n\nTo start fuzzing, you must install the same version of honggfuzz as the one  specified in the `Cargo.toml`:\n\n```\ncargo install --force honggfuzz --vers 0.5.56\n```\n\nBy default, the master branch of orion is used for fuzzing. If another version needs to be fuzzed, specify the version\nin the `Cargo.toml` accordingly.\n\nSome fuzzing targets use [sodiumoxide](https://github.com/sodiumoxide/sodiumoxide) to cross-verify results. Any target\nthat uses sodiumoxide requires libsodium to be installed on the system as well.\n\n\n#### Fuzzing with sanitizers\nTo fuzz with ASan (with ODR violation detection turned off):\n\n```\nRUSTFLAGS=\"-Z sanitizer=address\" ASAN_OPTIONS=\"detect_odr_violation=0\" cargo +nightly hfuzz run aead\n```\n\nTo fuzz with LeakSanitizer:\n\n```\nRUSTFLAGS=\"-Z sanitizer=leak\" cargo +nightly hfuzz run aead\n```\n\nSome of the targets do some heavy processing, so specifying the timeout can be required:\n\n```\nRUSTFLAGS=\"-Z sanitizer=address\" ASAN_OPTIONS=\"detect_odr_violation=0\" HFUZZ_RUN_ARGS=\"-t 30\" cargo +nightly hfuzz run aead\n```\n\nwhere `-t 30` is in seconds.\n\nAll the above examples run the `aead` target. This can be any fuzzing target in `src/` that is not `util`.\n\n#### Corpus minimization\n\n```\nHFUZZ_RUN_ARGS=\"--minimize\" cargo hfuzz run aead\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forion-rs%2Forion-fuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forion-rs%2Forion-fuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forion-rs%2Forion-fuzz/lists"}