{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":389777641,"defaultBranch":"main","name":"osv-schema","ownerLogin":"ossf","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-26T21:55:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/67707773?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726455571.0","currentOid":""},"activityList":{"items":[{"before":"ed713ef6511fa4113c89e25ea5e3da5291c6f05d","after":"ab5661fa7f43554028ed7572403d99edc6221832","ref":"refs/heads/main","pushedAt":"2024-09-16T06:29:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"refactor(osv-linter): further tidy up output (#285)\n\n- Use a structured error for package version findings\r\n- tidy up the passing around of configurations\r\n- add support for only checking specific ecosystems\r\nSigned-off-by: Andrew Pollock \r\n\r\n---------\r\n\r\nSigned-off-by: Andrew Pollock ","shortMessageHtmlLink":"refactor(osv-linter): further tidy up output (#285)"}},{"before":"4e5310e46210523959f1691192e4e0403b1a3ce1","after":"00c98a9120f0f4c3b83439a63b90dd5531143d2f","ref":"refs/heads/live","pushedAt":"2024-09-16T03:00:11.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into live","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into live"}},{"before":"a43f4db7ef5ad07351e509918b85ee4f216e2f86","after":null,"ref":"refs/heads/release-1-6-7","pushedAt":"2024-09-16T02:59:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"}},{"before":"b011fba02f52e491186ff5115e145791b78d2124","after":"ed713ef6511fa4113c89e25ea5e3da5291c6f05d","ref":"refs/heads/main","pushedAt":"2024-09-16T02:59:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for release 1.6.7 (#284)\n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Prepare for release 1.6.7 (#284)"}},{"before":null,"after":"a43f4db7ef5ad07351e509918b85ee4f216e2f86","ref":"refs/heads/release-1-6-7","pushedAt":"2024-09-16T02:51:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for release 1.6.7\n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Prepare for release 1.6.7"}},{"before":"2e1329f668faa28a9f92dbd782d874ab4e258d29","after":"b011fba02f52e491186ff5115e145791b78d2124","ref":"refs/heads/main","pushedAt":"2024-09-15T23:40:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"refactor(schema): simplify prefix validation regex (#280)\n\nAnnoying yak shave:\r\n\r\n- I have an ecosystem cross-reference unit test for osv.dev in the\r\nworks, which relies on using the regex in the schema definition,\r\nverbatim.\r\n\r\n- [Python 3.7 has a FutureWarning on set\r\nconstructs](https://docs.python.org/dev/whatsnew/3.7.html#re), where as\r\nfar as I can tell, `(:[[:digit:]]+)?` would need to be written as\r\n`(:\\[[:digit:]]+)?`, which isn't valid in the JSON Schema (more in\r\nhttps://github.com/python/cpython/issues/74534)\r\n\r\n-\r\nhttps://json-schema.org/draft/2020-12/json-schema-core#name-regular-expressions\r\nsays JSON Schema regex is ECMA-262, so what gets used in the schema\r\nneeds to be the subset that works with\r\nhttps://docs.python.org/3/library/re.html\r\n\r\n - https://xkcd.com/1171/\r\n\r\n---------\r\n\r\nSigned-off-by: Andrew Pollock \r\nSigned-off-by: Andrew Pollock ","shortMessageHtmlLink":"refactor(schema): simplify prefix validation regex (#280)"}},{"before":"73abab9cd2fc60af9abf31f2cf5e405eb7bcd13e","after":null,"ref":"refs/heads/oliverchang-patch-4","pushedAt":"2024-09-13T06:45:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"}},{"before":"752f489b6258811f31ed3957a5c4be42aaa2d607","after":"2e1329f668faa28a9f92dbd782d874ab4e258d29","ref":"refs/heads/main","pushedAt":"2024-09-13T06:45:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"Fix some minor formatting inconsistencies (#283)\n\nWith how ID prefixes are formatted.\n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Fix some minor formatting inconsistencies (#283)"}},{"before":null,"after":"73abab9cd2fc60af9abf31f2cf5e405eb7bcd13e","ref":"refs/heads/oliverchang-patch-4","pushedAt":"2024-09-13T05:10:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Fix some minor formatting inconsistencies\n\nWith how ID prefixes are formatted. \n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Fix some minor formatting inconsistencies"}},{"before":"65a0d18f044d6481e71eebf47de2a28814a31e6c","after":"752f489b6258811f31ed3957a5c4be42aaa2d607","ref":"refs/heads/main","pushedAt":"2024-09-13T05:03:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"fix: add missing validation for Wolfi (#282)\n\nAlso correct case on Chainguard ecosystem in linter\r\n\r\nSigned-off-by: Andrew Pollock ","shortMessageHtmlLink":"fix: add missing validation for Wolfi (#282)"}},{"before":"efbe961f5c68191219ed7f642f0b6518f7ed5341","after":"65a0d18f044d6481e71eebf47de2a28814a31e6c","ref":"refs/heads/main","pushedAt":"2024-09-13T03:32:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"make redhat conversion tool downloadable with Pip (#278)\n\nIn order to install the Red Hat converter tool via Pip we need a\nsetup.py. Adding that here.\n\nThis change avoids specifying the runtime dependencies in both Pipenv\nand setup.py by requesting users install the module locally with:\n\n`pipenv install -e .`\n\nAs specified in the updated README.md\n\nSigned-off-by: Jason Shepherd ","shortMessageHtmlLink":"make redhat conversion tool downloadable with Pip (#278)"}},{"before":"87116d60fec6885c40141851087049d07280853a","after":"efbe961f5c68191219ed7f642f0b6518f7ed5341","ref":"refs/heads/main","pushedAt":"2024-09-13T03:25:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"refactor(osv-linter): tidy up human output (#269)\n\n- Add a `--verbose` flag to tone down the output\r\n- Clean up how the findings are presented\r\n- Discovered the Alpine ecosystem was being overlooked in error\r\n\r\n```\r\n$ go run ./cmd/osv record lint test_data/\r\ntest_data/nointroduced-CVE-2023-41045.json:\r\n * [R0001]: missing 'introduced' object in event\r\ntest_data/nondistinct-CVE-2018-5407.json:\r\n * [R0002]: overlapping event: \"e818b74be2170fbe957a07b0da4401c2b694b3b8\"\r\ntest_data/nopackage-GHSA-9v2f-6vcg-3hgv.json:\r\n * [P0001]: package \"Gradi0\" not found in \"PyPI\"\r\n * [P0002]: Failed to find some versions of Gradi0: &errors.errorString{s:\"unable to validate package: fail: \\\"https://pypi.org/pypi/gradi0/json\\\": bad response: 404\"}\r\n2024/09/04 06:42:12 found errors\r\nexit status 1\r\n```\r\n\r\n---------\r\n\r\nSigned-off-by: Andrew Pollock ","shortMessageHtmlLink":"refactor(osv-linter): tidy up human output (#269)"}},{"before":"3dfb37770d456fcbb2dfe289617c9b82e004ca95","after":"4e5310e46210523959f1691192e4e0403b1a3ce1","ref":"refs/heads/live","pushedAt":"2024-09-13T00:11:46.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into live","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into live"}},{"before":"48f5288f479ab7516c5a4ccac1f7a56a445f4d32","after":null,"ref":"refs/heads/1-6-6","pushedAt":"2024-09-12T07:21:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"}},{"before":"b9c4a8d3c9010bde6e5a1ec2996f9b09f5c014ac","after":"87116d60fec6885c40141851087049d07280853a","ref":"refs/heads/main","pushedAt":"2024-09-12T07:21:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"Prepare for 1.6.6 release. (#279)","shortMessageHtmlLink":"Prepare for 1.6.6 release. (#279)"}},{"before":null,"after":"48f5288f479ab7516c5a4ccac1f7a56a445f4d32","ref":"refs/heads/1-6-6","pushedAt":"2024-09-12T04:58:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for 1.6.6 release.","shortMessageHtmlLink":"Prepare for 1.6.6 release."}},{"before":"0cef5d4bb1d6d76b7d8392b192f6e160c569e6e4","after":"b9c4a8d3c9010bde6e5a1ec2996f9b09f5c014ac","ref":"refs/heads/main","pushedAt":"2024-09-12T04:39:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"adjust schema docs to have correct Red Hat IDs (#277)\n\nAdjust Red Hat IDs to be correct per what's [validated by the\r\nschema](https://github.com/ossf/osv-schema/blob/0cef5d4bb1d6d76b7d8392b192f6e160c569e6e4/validation/schema.json#L309)\r\n\r\nSigned-off-by: Jason Shepherd ","shortMessageHtmlLink":"adjust schema docs to have correct Red Hat IDs (#277)"}},{"before":"84969b48584c72424595f1d918865da865e03a45","after":"0cef5d4bb1d6d76b7d8392b192f6e160c569e6e4","ref":"refs/heads/main","pushedAt":"2024-09-12T00:33:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"add Red Hat converter (#274)\n\nAdd a Red Hat CSAF to OSV converter tool used by Red Hat to produce the\r\nRed Hat OSV data to be hosted at\r\nhttps://security.access.redhat.com/data/osv\r\n\r\nThis is slightly modified version of the sample code originally review\r\nat https://github.com/andrewpollock/rhcsaf2osv\r\n\r\nSigned-off-by: Jason Shepherd ","shortMessageHtmlLink":"add Red Hat converter (#274)"}},{"before":"3ab86b6041746e321910f26d88a31c30dc2e0505","after":"84969b48584c72424595f1d918865da865e03a45","ref":"refs/heads/main","pushedAt":"2024-09-11T02:57:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"fix(schema): add missing Chainguard ecosystem/prefix (#276)\n\nThe validation was missing it","shortMessageHtmlLink":"fix(schema): add missing Chainguard ecosystem/prefix (#276)"}},{"before":"28de9aa4c5e0f28ed555a2e995f48eefde4f7645","after":"3ab86b6041746e321910f26d88a31c30dc2e0505","ref":"refs/heads/main","pushedAt":"2024-09-10T07:24:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Fix order of prefixes in docs/schema.md (#275)\n\nThis improves readability.\r\n\r\nAlso @oliverchang I believe CGA is missing in validation/schema.json\r\n\r\nSigned-off-by: Eduardo Barretto ","shortMessageHtmlLink":"Fix order of prefixes in docs/schema.md (#275)"}},{"before":"164509ae72bcc8e7687fd956e526295eb3ac59a8","after":"28de9aa4c5e0f28ed555a2e995f48eefde4f7645","ref":"refs/heads/main","pushedAt":"2024-09-05T23:34:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"feat(suse): add `SUSE-OU-` prefixes (#271)\n\nSome optional updates (`SUSE-OU-`) also include security fixes, example:\r\nhttps://ftp.suse.com/pub/projects/security/osv/SUSE-OU-2015%3A1803-1.json\r\n\r\nSigned-off-by: Holly Gong \r\nSigned-off-by: Oliver Chang \r\nCo-authored-by: Oliver Chang ","shortMessageHtmlLink":"feat(suse): add SUSE-OU- prefixes (#271)"}},{"before":"4ec4e3ad74808e1ee1f01902720eaffb3bc376b7","after":"164509ae72bcc8e7687fd956e526295eb3ac59a8","ref":"refs/heads/main","pushedAt":"2024-09-05T23:33:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"add RHBA and RHEA advisory prefixes sometimes used by Red Hat (#272)\n\nSigned-off-by: Jason Shepherd ","shortMessageHtmlLink":"add RHBA and RHEA advisory prefixes sometimes used by Red Hat (#272)"}},{"before":"285be57a79f472ab2a47520f1f829dfae4bb7515","after":"4ec4e3ad74808e1ee1f01902720eaffb3bc376b7","ref":"refs/heads/main","pushedAt":"2024-09-05T00:32:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"feat(suse): allow more SUSE- prefixes (#270)\n\nOur recommended (SUSE-RU) and feature (SUSE-FU) updates occasionaly\r\nincludes also security fixes. We will only generate OSV entries for the\r\nones which CVEs.\r\n\r\nSigned-off-by: Marcus Meissner ","shortMessageHtmlLink":"feat(suse): allow more SUSE- prefixes (#270)"}},{"before":"c7cfa1aa9f67e4e14c99f3d56a04909a1f271143","after":"285be57a79f472ab2a47520f1f829dfae4bb7515","ref":"refs/heads/main","pushedAt":"2024-09-04T02:58:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrewpollock","name":"Andrew Pollock","path":"/andrewpollock","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6906046?s=80&v=4"},"commit":{"message":"feat(osv-linter): support checking stdin (#267)\n\nAddress UX expectation surfaced by @another-rex\r\n\r\nWhen invoked with no filenames or with a hyphen, read from stdin.\r\n\r\n```\r\n$ cat test_data/CVE-2018-5407.json | go run ./cmd/osv record lint -\r\nRunning \"ALL\" check collection on &[\"-\"]\r\nRunning \"introduced-event-exists\" check on \"\"\r\nRunning \"range-is-distinct\" check on \"\"\r\nRunning \"package-exists\" check on \"\"\r\n2024/09/04 02:14:15 \"\": \"package-exists\": []checks.CheckError{checks.CheckError{Code:\"P0001\", Message:\": package \\\"openssl\\\" not found in \\\"Alpine\\\"\"}}\r\nRunning \"package-versions-exist\" check on \"\"\r\n2024/09/04 02:14:15 \"\": \"package-versions-exist\": []checks.CheckError{checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}}\r\nRunning \"package-purl-valid\" check on \"\"\r\n2024/09/04 02:14:15 found errors\r\nexit status 1\r\n```\r\n\r\n```\r\n$ cat test_data/CVE-2018-5407.json | go run ./cmd/osv record lint\r\nRunning \"ALL\" check collection on \r\nRunning \"introduced-event-exists\" check on \"\"\r\nRunning \"range-is-distinct\" check on \"\"\r\nRunning \"package-exists\" check on \"\"\r\n2024/09/04 02:13:17 \"\": \"package-exists\": []checks.CheckError{checks.CheckError{Code:\"P0001\", Message:\": package \\\"openssl\\\" not found in \\\"Alpine\\\"\"}}\r\nRunning \"package-versions-exist\" check on \"\"\r\n2024/09/04 02:13:17 \"\": \"package-versions-exist\": []checks.CheckError{checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}, checks.CheckError{Code:\"P0002\", Message:\": Failed to find some versions of openssl: &errors.errorString{s:\\\"unsupported ecosystem: Alpine\\\"}\"}}\r\nRunning \"package-purl-valid\" check on \"\"\r\n2024/09/04 02:13:17 found errors\r\nexit status 1\r\n```\r\n\r\n---------\r\n\r\nSigned-off-by: Andrew Pollock ","shortMessageHtmlLink":"feat(osv-linter): support checking stdin (#267)"}},{"before":"5bff2fce503043a1cb1a05823ecd8a455ceb5bdc","after":"c7cfa1aa9f67e4e14c99f3d56a04909a1f271143","ref":"refs/heads/main","pushedAt":"2024-09-04T00:12:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Update charter to match official LF release. (#268)\n\nThe final charter have been released by the LF formation team. \r\nAdded the date and clean up the charter to match the official version of\r\nthe charter.\r\n\r\nSigned-off-by: riaan kleinhans \r\nCo-authored-by: riaan kleinhans ","shortMessageHtmlLink":"Update charter to match official LF release. (#268)"}},{"before":"19cb731738a8a240e1f59a493d360cc32ef45aa3","after":"3dfb37770d456fcbb2dfe289617c9b82e004ca95","ref":"refs/heads/live","pushedAt":"2024-09-03T03:48:11.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into live","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into live"}},{"before":"0fa74afa9c1bbe1c78b8fd62517003cd24f0467d","after":null,"ref":"refs/heads/release-1-6-5","pushedAt":"2024-09-03T03:42:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"}},{"before":"990d7f4359e3edffe3278c3d4291af5c3055b64d","after":"5bff2fce503043a1cb1a05823ecd8a455ceb5bdc","ref":"refs/heads/main","pushedAt":"2024-09-03T03:42:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for 1.6.5 release. (#266)\n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Prepare for 1.6.5 release. (#266)"}},{"before":"e3cd0a3c8fc206d200ada322915a227aa2b7a1ba","after":"0fa74afa9c1bbe1c78b8fd62517003cd24f0467d","ref":"refs/heads/release-1-6-5","pushedAt":"2024-09-03T03:37:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for 1.6.5 release.\n\nSigned-off-by: Oliver Chang ","shortMessageHtmlLink":"Prepare for 1.6.5 release."}},{"before":"a83639b8af833814d299cdddd0592061fe33aead","after":"e3cd0a3c8fc206d200ada322915a227aa2b7a1ba","ref":"refs/heads/release-1-6-5","pushedAt":"2024-09-03T03:36:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"oliverchang","name":"Oliver Chang","path":"/oliverchang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/759062?s=80&v=4"},"commit":{"message":"Prepare for 1.6.5 release.","shortMessageHtmlLink":"Prepare for 1.6.5 release."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEtxdQrgA","startCursor":null,"endCursor":null}},"title":"Activity ยท ossf/osv-schema"}