{"id":16908483,"url":"https://github.com/yaleman/ocsf-rs","last_synced_at":"2026-03-04T18:03:52.929Z","repository":{"id":143500810,"uuid":"615290576","full_name":"yaleman/ocsf-rs","owner":"yaleman","description":"OCSF schema for Rust","archived":false,"fork":false,"pushed_at":"2026-02-27T16:07:09.000Z","size":886,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T20:59:41.090Z","etag":null,"topics":["ocsf","rust","security"],"latest_commit_sha":null,"homepage":"https://yaleman.github.io/ocsf-rs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaleman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"yaleman","custom":["http://buymeacoffee.com/yaleman"]}},"created_at":"2023-03-17T11:15:29.000Z","updated_at":"2026-02-27T16:07:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"c39acd5f-8d71-4635-8bea-c9c0af94dd92","html_url":"https://github.com/yaleman/ocsf-rs","commit_stats":{"total_commits":225,"total_committers":2,"mean_commits":112.5,"dds":"0.24888888888888894","last_synced_commit":"5c2b69517e8c0298a2209ee76680ed45e0b4bb78"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yaleman/ocsf-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaleman%2Focsf-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaleman%2Focsf-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaleman%2Focsf-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaleman%2Focsf-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaleman","download_url":"https://codeload.github.com/yaleman/ocsf-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaleman%2Focsf-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30088344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: 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":["ocsf","rust","security"],"created_at":"2024-10-13T18:51:38.319Z","updated_at":"2026-03-04T18:03:52.912Z","avatar_url":"https://github.com/yaleman.png","language":"Rust","funding_links":["https://github.com/sponsors/yaleman","http://buymeacoffee.com/yaleman"],"categories":[],"sub_categories":[],"readme":"# ocfs-rs\n\nRust hooks to do [OCSF](https://ocsf.io) format read and writing.\n\nIt's very very very very very early stages, please don't try and use it yet for production 😇\n\n## Crates\n\nThere's a couple...\n\n| Name           | Description                                                 | Docs link |\n| ---            | ---                                                         | ---       |\n| `ocsf-codegen` | Code which generates the `ocsf` module.                     |           |\n| `ocsf`         | (Mostly) auto-generated code to do OCSF-parsing and output. | [here](https://yaleman.github.io/ocsf-rs/ocsf/) |\n\n## Getting started\n\n### Cloning the repository and dependencies\n\nThis uses git submodules to pull the source schema definitions, so cloning uses extra flags:\n\n```shell\ngit clone --recurse-submodules https://github.com/yaleman/ocsf-rs\n```\n\nIf you forgot to do the recurse-submodules thing, or need to change which schema branch you're basing it off, run `make schema_pull` and it'll do the thing. Set an environment variable of `SCHEMA_BRANCH` and you can change it, ie:\n\n```shell\n$ SCHEMA_BRANCH=v1.2.0 make schema_pull\ngit submodule set-branch --branch v1.0.0 \"ocsf-schema\"\nrm -rf \"./ocsf-schema\"\ngit submodule update --checkout --force\nSubmodule path 'ocsf-schema': checked out '8d353b8b2f05be6fe36922f48b15cc40e1b7f400'\ngit submodule update --remote \"ocsf-schema\"\necho \"Checking version...\"\nChecking version...\ncat \"./ocsf-schema/version.json\"\n{\n  \"version\": \"1.0.0-rc.2\"\n}\n```\n\n### Building the ocsf crate\n\nThis is all you should need to do:\n\n```shell\nmake build\n```\n\n## Requirements\n\nSo far, only rust and `make`. The MSRV's set in `Cargo.toml`.\n\n## Versioning\n\nNote: the version of this library doesn't match the schema version...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaleman%2Focsf-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaleman%2Focsf-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaleman%2Focsf-rs/lists"}