{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":696557431,"defaultBranch":"master","name":"osv.dev","ownerLogin":"cuixq","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-09-26T01:43:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/72771658?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723008553.0","currentOid":""},"activityList":{"items":[{"before":"8f1ad399a81a80e2cea4859d3b9a3a735f81de48","after":"07aca54f85593a7815278d29a1d6399f3a6872fd","ref":"refs/heads/master","pushedAt":"2024-08-19T01:04:31.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"fix(api): add CVSS_V4 to API Swagger documentation (#2486)\n\nThe addition of `CVSS_V4` in #2312 did not add it to the Swagger\r\ndocumentation.\r\n\r\nOpen to suggestions on how to guard against such divergence in the\r\nfuture.\r\n\r\nFixes: #2485","shortMessageHtmlLink":"fix(api): add CVSS_V4 to API Swagger documentation (google#2486)"}},{"before":"fafc91dd9c5a82e5c4d0e52cca32f70606536b4e","after":"8f1ad399a81a80e2cea4859d3b9a3a735f81de48","ref":"refs/heads/master","pushedAt":"2024-08-12T01:03:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Add explicit permissions to stale workflow (#2464)\n\nAddress https://github.com/google/osv.dev/security/code-scanning/468","shortMessageHtmlLink":"Add explicit permissions to stale workflow (google#2464)"}},{"before":"baa360d54f68001b594a0689f0d2f3b9ad31c806","after":"fafc91dd9c5a82e5c4d0e52cca32f70606536b4e","ref":"refs/heads/master","pushedAt":"2024-08-07T05:35:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"chore: lock file maintenance (#2461)\n\nhttps://github.com/google/osv.dev/pull/2459 does not relock `Pipfile` so\r\nthis PR manually relocks it.","shortMessageHtmlLink":"chore: lock file maintenance (google#2461)"}},{"before":"ae298fa67b643324650f89628863bcc4dbe1ef7c","after":null,"ref":"refs/heads/relock","pushedAt":"2024-08-07T05:29:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"}},{"before":"19aef232c94e58be4b9c37cacd9c16187d159285","after":"ae298fa67b643324650f89628863bcc4dbe1ef7c","ref":"refs/heads/relock","pushedAt":"2024-08-07T04:28:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"do not relock poetry","shortMessageHtmlLink":"do not relock poetry"}},{"before":"cd3ddf3d805e276b066758ceea70aa22f0973d6c","after":"19aef232c94e58be4b9c37cacd9c16187d159285","ref":"refs/heads/relock","pushedAt":"2024-08-07T04:26:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"do not relock Pipfile","shortMessageHtmlLink":"do not relock Pipfile"}},{"before":"77400bf8c277a9cd4afc6e84c731ad7c09f0b35d","after":"cd3ddf3d805e276b066758ceea70aa22f0973d6c","ref":"refs/heads/relock","pushedAt":"2024-08-07T03:01:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"poetry relock","shortMessageHtmlLink":"poetry relock"}},{"before":"32b334c39796b6b195e4bb456890cfcc5271cba1","after":"77400bf8c277a9cd4afc6e84c731ad7c09f0b35d","ref":"refs/heads/relock","pushedAt":"2024-08-07T02:58:57.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into relock","shortMessageHtmlLink":"Merge branch 'master' into relock"}},{"before":"7ca68fed3cf76d171473970f5bfaa3846a69b635","after":"baa360d54f68001b594a0689f0d2f3b9ad31c806","ref":"refs/heads/master","pushedAt":"2024-08-07T02:55:19.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Don't crash on an UnexpectedSituation (#2453)\n\nRather than crash and prematurely end an invocation with potentially\r\nmore bugs left to process, gracefully handle `UnexpectedSituation`\r\nexceptions and continue processing the rest of the bugs.\r\n\r\nNecessary because there are still some Git-sourced CVEs in Datastore\r\nthat require reimporting from GCS, and tickle this edge case.","shortMessageHtmlLink":"Don't crash on an UnexpectedSituation (google#2453)"}},{"before":null,"after":"32b334c39796b6b195e4bb456890cfcc5271cba1","ref":"refs/heads/relock","pushedAt":"2024-08-07T02:52:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"chore: lock file maintenance","shortMessageHtmlLink":"chore: lock file maintenance"}},{"before":"b9230a99fa4e2188859f37ced2b7c4427d8b7be8","after":null,"ref":"refs/heads/update","pushedAt":"2024-08-06T05:10:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"}},{"before":"c40edd5eba68ff75a14b2b233a34e699937018a9","after":"b9230a99fa4e2188859f37ced2b7c4427d8b7be8","ref":"refs/heads/update","pushedAt":"2024-08-06T05:01:13.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into update","shortMessageHtmlLink":"Merge branch 'master' into update"}},{"before":"c5c3e96d0e9a0b56922bc7a32c27f0c4975396aa","after":"7ca68fed3cf76d171473970f5bfaa3846a69b635","ref":"refs/heads/master","pushedAt":"2024-08-06T04:05:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"chore(deps-dev): Bump rexml from 3.3.2 to 3.3.3 in /docs in the bundler group (#2444)\n\nBumps the bundler group in /docs with 1 update:\r\n[rexml](https://github.com/ruby/rexml).\r\n\r\nUpdates `rexml` from 3.3.2 to 3.3.3\r\n
\r\nRelease notes\r\n

Sourced from rexml's\r\nreleases.

\r\n
\r\n

REXML 3.3.3 - 2024-08-01

\r\n

Improvements

\r\n\r\n

Thanks

\r\n\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from rexml's\r\nchangelog.

\r\n
\r\n

3.3.3 - 2024-08-01 {#version-3-3-3}

\r\n

Improvements

\r\n\r\n

Thanks

\r\n\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.2&new-version=3.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/google/osv.dev/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): Bump rexml from 3.3.2 to 3.3.3 in /docs in the bundl…"}},{"before":null,"after":"c40edd5eba68ff75a14b2b233a34e699937018a9","ref":"refs/heads/update","pushedAt":"2024-08-05T06:34:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Update dependencies","shortMessageHtmlLink":"Update dependencies"}},{"before":"043b696161c47dfc221879a2c86dd9a87df85575","after":"c5c3e96d0e9a0b56922bc7a32c27f0c4975396aa","ref":"refs/heads/master","pushedAt":"2024-08-05T04:17:33.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Apply source changes for #2435. (#2446)","shortMessageHtmlLink":"Apply source changes for google#2435. (google#2446)"}},{"before":"2b5cc4676860cde099a0b2563a6d29a029de3506","after":"043b696161c47dfc221879a2c86dd9a87df85575","ref":"refs/heads/master","pushedAt":"2024-07-29T00:50:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Utility to download OSV.dev source records (#2416)\n\nTo aid with running OSV record lint checks against all of a source's\r\nrecords, pre-import","shortMessageHtmlLink":"Utility to download OSV.dev source records (google#2416)"}},{"before":"8c2b48a4bf3bd73e9f198966ddbb0bebd3d7cd6b","after":"2b5cc4676860cde099a0b2563a6d29a029de3506","ref":"refs/heads/master","pushedAt":"2024-07-24T04:54:35.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Add security tracker links to references (#2388)\n\nIncludes Alpine and Debian security tracker links to vulnerability\r\nreferences on OSV.dev\r\nFixes https://github.com/google/osv.dev/issues/2284","shortMessageHtmlLink":"Add security tracker links to references (google#2388)"}},{"before":"4c47b8b984d867c0de08ed9cb3279bcf09f22b1e","after":"8c2b48a4bf3bd73e9f198966ddbb0bebd3d7cd6b","ref":"refs/heads/master","pushedAt":"2024-07-15T21:04:47.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Document the properties of a high quality OSV record (#2193)\n\nReference from existing documentation on data.\r\n\r\nPart of #2186\r\n\r\n---------\r\n\r\nCo-authored-by: Jon \r\nCo-authored-by: Chris Bloom ","shortMessageHtmlLink":"Document the properties of a high quality OSV record (google#2193)"}},{"before":"d6938bd6e6f2cba5cabb950fd86086f4c764e8c0","after":"4c47b8b984d867c0de08ed9cb3279bcf09f22b1e","ref":"refs/heads/master","pushedAt":"2024-07-08T00:44:53.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Fix tag styling on frontend (#2373)\n\nBecause of how our font (Overpass?) looks, it causes the text to feel\r\ntoo high in a tag. This tries to add some manual padding to push it\r\ndown.\r\n\r\nBefore:\r\n\r\n![image](https://github.com/google/osv.dev/assets/106129829/e81aabf5-3bc0-488d-92dc-6d4b0f9a32db)\r\n\r\n\r\nAfter:\r\n\r\n\r\n![image](https://github.com/google/osv.dev/assets/106129829/534b6c94-3b76-4a5d-b398-719ce7130f7c)","shortMessageHtmlLink":"Fix tag styling on frontend (google#2373)"}},{"before":"1131f46b62d559ed6349f1886d72998122b904e2","after":null,"ref":"refs/heads/doc","pushedAt":"2024-07-03T07:09:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"}},{"before":"35f782ff4cc000ad4aef65add2feb672dfaa155b","after":"d6938bd6e6f2cba5cabb950fd86086f4c764e8c0","ref":"refs/heads/master","pushedAt":"2024-07-03T05:58:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Update timestamp on Chainguard blog post (#2360)\n\nBlog posts only get published once:\r\n\r\n- a build happens\r\n- the date of the post is in the past (at build time)\r\n\r\nAs we release a pre-existing build, having a post date too far in the\r\nfuture won't allow it to necessarily get released when desired.","shortMessageHtmlLink":"Update timestamp on Chainguard blog post (google#2360)"}},{"before":"e1252e158d886d5ffa68a8ac074bcc962bb08302","after":"1131f46b62d559ed6349f1886d72998122b904e2","ref":"refs/heads/doc","pushedAt":"2024-07-03T04:55:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into doc","shortMessageHtmlLink":"Merge branch 'master' into doc"}},{"before":"dd9566e0a858e03b552a61cb03f0663f14ab43aa","after":"35f782ff4cc000ad4aef65add2feb672dfaa155b","ref":"refs/heads/master","pushedAt":"2024-07-03T01:28:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Fix integration tests (#2356)\n\nUpdate the expected responses in API integration tests:\r\n - add a new Go vulnerability to test response\r\n - versions that we test against are no longer affected","shortMessageHtmlLink":"Fix integration tests (google#2356)"}},{"before":"edd09184ab67f86b1e2d5de7fefbd0e97a699953","after":"e1252e158d886d5ffa68a8ac074bcc962bb08302","ref":"refs/heads/doc","pushedAt":"2024-07-03T01:14:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into doc","shortMessageHtmlLink":"Merge branch 'master' into doc"}},{"before":"a785c0b107b0245aced8ab6444a0dcd554690891","after":null,"ref":"refs/heads/integration","pushedAt":"2024-07-03T01:14:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"}},{"before":"5517d730db32861cc62652b7ce21e40c4b91286f","after":"edd09184ab67f86b1e2d5de7fefbd0e97a699953","ref":"refs/heads/doc","pushedAt":"2024-07-02T10:06:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"remove eze-cli from README","shortMessageHtmlLink":"remove eze-cli from README"}},{"before":"63da5c3d787f0deffb6fab83a1140170a08a6b86","after":"a785c0b107b0245aced8ab6444a0dcd554690891","ref":"refs/heads/integration","pushedAt":"2024-07-02T04:38:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into integration","shortMessageHtmlLink":"Merge branch 'master' into integration"}},{"before":"5de21e4f721cc91ca1d14ccdd00860019a52c051","after":"63da5c3d787f0deffb6fab83a1140170a08a6b86","ref":"refs/heads/integration","pushedAt":"2024-07-02T04:37:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"lint","shortMessageHtmlLink":"lint"}},{"before":null,"after":"5de21e4f721cc91ca1d14ccdd00860019a52c051","ref":"refs/heads/integration","pushedAt":"2024-07-02T04:34:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Fix integration tests","shortMessageHtmlLink":"Fix integration tests"}},{"before":"f6c277046d26b6aebaecf6ba43c4f7bd2ca1776f","after":"5517d730db32861cc62652b7ce21e40c4b91286f","ref":"refs/heads/doc","pushedAt":"2024-07-02T04:21:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cuixq","name":"Xueqin Cui","path":"/cuixq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72771658?s=80&v=4"},"commit":{"message":"Merge branch 'master' into doc","shortMessageHtmlLink":"Merge branch 'master' into doc"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEnYk55wA","startCursor":null,"endCursor":null}},"title":"Activity · cuixq/osv.dev"}