原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 389,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 189927
},
"pushed_at": "2023-01-05T09:43:58Z",
"created_at": "2021-03-20T12:03:55Z",
"owner_type": "Organization",
"updated_at": "2023-05-16T15:52:55Z",
"description": "Safe Rust bindings for LMDB",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "www.meilisearch.com",
"name": "Meilisearch",
"type": "Organization",
"login": "meilisearch",
"company": null,
"location": null,
"followers": 1307,
"avatar_url": "https://avatars.githubusercontent.com/u/43250847?v=4",
"created_at": "2018-09-13T19:02:42Z",
"is_verified": null,
"public_repos": 130,
"account_age_days": 2873
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2021-06-21T15:56:06Z"
}
],
"recent_commits": [
{
"oid": "501aa34a1ab7f092e3ff54a6c22ff6c55931a2d8",
"body": "13: POSIX semaphores feature r=Kerollmops a=GregoryConrad\n\nContributing here instead of Mozilla's `lmdb-rs` because they don't seem like they are accepting PRs in a timely manner. Plus, hopefully this change will be accommodated downstream in `heed` and `milli` as well.\r\n\r\nApple requires application\n[…]\n` feature that uses POSIX semaphores instead of System V semaphores.\r\n\r\nSee here for more: https://github.com/GregoryConrad/mimir/issues/98\r\n\n\nCo-authored-by: Gregory Conrad <gregorysconrad@gmail.com>",
"is_bot": true,
"headline": "Merge #13",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2023-01-05T09:43:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28dca246d12c25ec98fbd97b4fa41de1219fdd5d",
"body": null,
"is_bot": false,
"headline": "fix: posix semaphores feature for iOS builds",
"author_name": "Gregory Conrad",
"author_login": "GregoryConrad",
"committed_at": "2022-12-24T15:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0144fb2bac524cdc2897d7750681ed3fff2dc3ac",
"body": "12: Bump the LMDB submodule r=Kerollmops a=Kerollmops\n\nThis PR bumps the LMDB submodule to bring the fixes of [ITS #9806](https://bugs.openldap.org/show_bug.cgi?id=9806) plus our patches. Related to https://github.com/meilisearch/lmdb/pull/1.\n\nCo-authored-by: Kerollmops <clement@meilisearch.com>",
"is_bot": true,
"headline": "Merge #12",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2022-12-07T13:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e470f4be72889569c8c60daa9bd3771105d4540",
"body": null,
"is_bot": false,
"headline": "Fix the bindgen file",
"author_name": "Kerollmops",
"author_login": "Kerollmops",
"committed_at": "2022-12-07T09:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4da4b87c563f79259f6c45f6b3cee7ca148c83",
"body": null,
"is_bot": false,
"headline": "Bump LMDB submodule",
"author_name": "Kerollmops",
"author_login": "Kerollmops",
"committed_at": "2022-12-07T09:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5592bf5a812905cf0c633404ef8f8f4057112c65",
"body": "Add feature to force vendoring of the provided LMDB",
"is_bot": false,
"headline": "Merge pull request #11 from meilisearch/add_vendored",
"author_name": "Louis Dureuil",
"author_login": "dureuill",
"committed_at": "2022-11-14T14:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e7042282f577f908a86827f8747310e04f5a83d",
"body": null,
"is_bot": false,
"headline": "Update versions in Cargo.toml following addition of vendored feature",
"author_name": "Louis Dureuil",
"author_login": "dureuill",
"committed_at": "2022-11-14T12:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f8c108e89347a2b3926f921f6ee7394a8a7ea1",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Louis Dureuil",
"author_login": "dureuill",
"committed_at": "2022-11-14T12:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750f4c3020221c823498850f818de490d28f1b1b",
"body": null,
"is_bot": false,
"headline": "Add \"vendored\" feature",
"author_name": "Louis Dureuil",
"author_login": "dureuill",
"committed_at": "2022-11-14T12:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f0fe377a98d177cabbd056e777778f559df2bb6",
"body": "10: Fix lmdb pkgconf name: liblmdb -> lmdb r=Kerollmops a=jirutka\n\nFixes #9\r\n\r\nbuild.rs currently never finds the system-provided lmdb library. pkgconf (or pkg-config) expects the name of the .pc file, not the name of the library file, and lmdb provides `lmdb.pc`, not `liblmdb.pc` (checked in Alpine\n[…]\nopened this pull request also in Mozilla’s fork: https://github.com/mozilla/lmdb-rs/pull/95.\r\n\r\nShouldn’t lmdb-sys also declare `links` in Cargo.toml?\n\nCo-authored-by: Jakub Jirutka <jakub@jirutka.cz>",
"is_bot": true,
"headline": "Merge #10",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2022-09-15T10:43:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97a0a40e30b0685dd7fcaa507ecf0c963cfb65ee",
"body": "build.rs currently never finds the system-provided lmdb library.\npkgconf (or pkg-config) expects the name of the .pc file, not the name\nof the library file, and lmdb provides lmdb.pc (checked in\nAlpine Linux, Debian, Fedora).\n\nThis has been already proposed in the original project:\nhttps://github.com/danburkert/lmdb-rs/pull/53",
"is_bot": false,
"headline": "Fix lmdb pkgconf name: liblmdb -> lmdb",
"author_name": "Jakub Jirutka",
"author_login": "jirutka",
"committed_at": "2022-09-14T18:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b50d02938ee84e4e4372697ea991fe2a4cae3b",
"body": "8: Update version for the next release (v0.15.0) r=Kerollmops a=curquiza\n\n\n\nCo-authored-by: Clémentine Urquizar <clementine@meilisearch.com>",
"is_bot": true,
"headline": "Merge #8",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2021-06-21T15:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155de133dad8f43a1fbbc3307b8ccb2fca75ee72",
"body": null,
"is_bot": false,
"headline": "Add publish = false",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-21T15:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f889aac4ca8b53195465feef452bd99ea2722079",
"body": "Co-authored-by: Clément Renault <clement@meilisearch.com>",
"is_bot": false,
"headline": "Update lmdb-sys/Cargo.toml",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-21T14:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d1f855065ccb611e18f23f1092c3a7b2627c10",
"body": null,
"is_bot": false,
"headline": "Update version for the next release (v0.15.0)",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-21T14:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b0016718a412c62f93cdbc0debdfc907e0d7e9d",
"body": null,
"is_bot": false,
"headline": "Update release-draft-template.yml",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-21T14:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c48294b46177255deb46b97eedaae48b7d7df4",
"body": "7: Add release drafter files r=Kerollmops a=curquiza\n\n- the label `breaking-change` and `skip-changelog` are added to this repo\r\n- the secret `RELEASE_DRAFTER_TOKEN` is added to this repo\n\nCo-authored-by: Clémentine Urquizar <clementine@meilisearch.com>",
"is_bot": true,
"headline": "Merge #7",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2021-06-21T13:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc8b709519c11c9e73a5217fb588c0cdbbe341a",
"body": "1: Use a forked version of LMDB to fix a memory usage issue r=Kerollmops a=Kerollmops\n\n[The forked LMDB repository](https://github.com/meilisearch/lmdb) introduces a new `MDB_ALWAYSFREEPAGES` flag that forces LMDB to call free on single pages instead of storing them in a list for future reuse.\r\n\r\nTh\n[…]\nfree the memory was to drop the environment.\r\n\r\n[We are not the sole ones that were impacted by this behavior](https://phabricator.kde.org/T9873).\n\nCo-authored-by: Kerollmops <clement@meilisearch.com>",
"is_bot": true,
"headline": "Merge #1",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2021-06-21T13:36:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79a8a3d679e9a5e32e4b3716ae4b4984054864ae",
"body": null,
"is_bot": false,
"headline": "Add release drafter files",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-21T11:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b323ce4e40fb6bcda3eead0e35ec923ba861b30a",
"body": "6: Add Bors and tests in GHA CI r=Kerollmops a=curquiza\n\n\n\nCo-authored-by: Clémentine Urquizar <clementine@meilisearch.com>",
"is_bot": true,
"headline": "Merge #6",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2021-06-21T11:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a71b6c9052f4bfb77c29a8c254e14268a8e5c7",
"body": null,
"is_bot": false,
"headline": "Indicate the reason why this fork exist",
"author_name": "Kerollmops",
"author_login": "Kerollmops",
"committed_at": "2021-06-21T11:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e2a1c43d8b8b5b2a024fc6791cdcb7afc4b460",
"body": null,
"is_bot": false,
"headline": "Fix some warnings",
"author_name": "Kerollmops",
"author_login": "Kerollmops",
"committed_at": "2021-06-21T11:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e0d3135328ed8931d3bb6eb904a1e3a426f07d",
"body": null,
"is_bot": false,
"headline": "Use an LMDB fork",
"author_name": "Kerollmops",
"author_login": "Kerollmops",
"committed_at": "2021-06-21T11:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7f75954dfc246c73cf0cd461f6e86f15eb5635",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-20T16:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02aa623a13fdbe891235e0cb08912ada8282789a",
"body": null,
"is_bot": false,
"headline": "Remove useless CI files",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-20T16:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c98609a1de4a5e73a809d665159014af99a4846",
"body": null,
"is_bot": false,
"headline": "Add GHA",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-20T16:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a7fc0ebc88d0c47c034322a16a8e71f04116da",
"body": null,
"is_bot": false,
"headline": "Add bors",
"author_name": "Clémentine Urquizar",
"author_login": "curquiza",
"committed_at": "2021-06-20T16:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa49622cf3966b4b717a53eb2bfc1c995defea55",
"body": null,
"is_bot": false,
"headline": "Patch and generate the lmdb-sys bindings",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2021-05-01T10:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30871baf72db54837ee14aea6fc3826dd71c309",
"body": null,
"is_bot": false,
"headline": "Update the README by replacing mozilla by meilisearch",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2021-05-01T10:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a871578fa6aba4bb61ba4994ea8e412aca710b",
"body": null,
"is_bot": false,
"headline": "Change the lmdb submodule URL to use the meilisearch fork",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2021-05-01T10:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aad583bd7aff9aeb85e490b487199e4f988e222",
"body": null,
"is_bot": false,
"headline": "Bump the lmdb-sys crate to 0.12.0",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2021-03-20T11:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7a8b4215793edf3e08c678547669d19d8aede3",
"body": null,
"is_bot": false,
"headline": "Bump the lmdb submodule to the official 0.9.28 release",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2021-03-20T11:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1c2f56e3088f097c719c57b9925ab51e26f3f4",
"body": null,
"is_bot": false,
"headline": "iter_dup_of returns other values after a delete (#80)",
"author_name": "Tom",
"author_login": "freesig",
"committed_at": "2020-07-02T12:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4363ec04260b8f1c7db6b1f5c0e1c59fd009c228",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.14.0",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T11:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a3453dc23b99fea4e031e633d500cdec34dcf4",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.11.0",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T11:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0b5ce09176f08ea6ac59e377a7534eaa46ff32",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Fix type `mode_t` type errors after updating bindings (#78)",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2020-03-10T11:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98be116654d0b85f4015d6bc596a0bbde836503",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.10.2",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T11:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902dce440a8c4cdb3b03ba219384592f48b94573",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.13.1",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T11:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2cd5646f0cffb4b216b21a721d5d117a8cb141",
"body": "* Fix bindings.\r\n\r\nPR #74 introduced a manually-generated change to the bindings that I\r\naccidentally broke in #76.\r\n\r\n* Specify the \"runtime\" feature of bindgen.\r\n\r\nAs it became non-default in https://github.com/rust-lang/rust-bindgen/pull/1620.\r\n\r\n* Make binding generation work properly on Windows too.",
"is_bot": false,
"headline": "Fix bindings. (#77)",
"author_name": "Emilio Cobos Álvarez",
"author_login": "emilio",
"committed_at": "2020-03-10T11:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fa429eaa2f3c5e4ff87cc0dd04d98c248a1ef7",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.13.0",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T10:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4594c4e242f274c356c614cae5b754f0e2cc75",
"body": "Signed-off-by: Victor <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.10.1",
"author_name": "Victor",
"author_login": "victorporof",
"committed_at": "2020-03-10T10:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dccf69c306d22275636eb1fad9b9ed47877343f4",
"body": null,
"is_bot": false,
"headline": "Update bindgen. (#76)",
"author_name": "Emilio Cobos Álvarez",
"author_login": "emilio",
"committed_at": "2020-03-10T10:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41982021537808180525e648470cd8c1d0a13fde",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.10.0",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-12-06T17:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a604c2d976a60cf501596b3f3bd08fbd44ed0ecf",
"body": "* Support windows FileHandle types\r\n\r\n* Add a test to check that copy works on windows",
"is_bot": false,
"headline": "Support windows FileHandle types (#74)",
"author_name": "Clément Renault",
"author_login": "Kerollmops",
"committed_at": "2019-12-06T14:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f5245ad4d7cd59388cb08577daad92f24a946c2",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.9.6",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-10-27T04:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e5ad193ad9d2cf06ae30287ae1e6c07bac34f0",
"body": null,
"is_bot": false,
"headline": "Test with 32-bit database on 32-bit systems (#72)",
"author_name": "Myk Melez",
"author_login": "mykmelez",
"committed_at": "2019-10-27T04:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c3ba853c374526070acc655084e18c8c7b2533",
"body": null,
"is_bot": false,
"headline": "Make bindgen optional (#70)",
"author_name": "quininer",
"author_login": "quininer",
"committed_at": "2019-10-27T04:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0d09ff0223dea17bcbfbdabb090171a97692d3",
"body": "Sigh. The line as it is is just 0.51, which is fine, kinda, but doesn't\r\naccomplish what I want :(",
"is_bot": false,
"headline": "Fix an embarrassing typo in #68. (#69)",
"author_name": "Emilio Cobos Álvarez",
"author_login": "emilio",
"committed_at": "2019-09-27T06:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bab675502fce87fda55739b11a40dcbab9880e66",
"body": "… the rest of mozilla-central updates to 1.0. (#68)\n\nThis prevents dependencies like which to be built, which is unnecessary, and\r\navoids duplicate versions of syn / quote in Gecko.",
"is_bot": false,
"headline": "Don't use bindgen's default features, and use old syn and quote until…",
"author_name": "Emilio Cobos Álvarez",
"author_login": "emilio",
"committed_at": "2019-09-26T15:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f3c0543402d766035e73de84f0ba210216b0f7",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump lmdb and lmdb-sys versions to 0.12.3 and 0.9.3 respectively",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-25T05:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a1d767f0744c6ce1b4c01f96c398b979ab9a59",
"body": "Remove with-clang feature in favor of using $CC",
"is_bot": false,
"headline": "Merge pull request #67 from mozilla/optional-clang",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-25T05:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1d7117a7e1a2fdb4e6fe607ba567390226bc63",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Temporarily work around CI failure on linux nightlies",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-24T18:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc6137aecc222a1995476af2ea467256b5d21a6",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Remove with-clang feature in favor of using $CC",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-24T17:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b148f8975f74f8f7318b781dbe125207af4ee6",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump lmdb and lmdb-sys versions to 0.12.2 and 0.9.2 respectively",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-24T06:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b47f7923a431e3be17bcaa83ba9cc63d088bb89",
"body": "…th m-c (#66)\n\nSigned-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use relaxed dependency versions (pre 0.12) for better build compat wi…",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-24T06:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64faaf718538244325c57125f8d8c301e2e8b1e",
"body": null,
"is_bot": false,
"headline": "Force retrigger CI builds",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-18T06:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec5790bc8263b71716eae2279075ac15cc4fb9ba",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.12.1",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-17T06:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06ffdb534a55472c2bc7b8662452cc1f2a48650",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.9.1",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-17T06:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9a2fb2b754dcea4b7c12604852bd22e53a7da8",
"body": "Use libfuzzer instrumentation options for building",
"is_bot": false,
"headline": "Merge pull request #65 from mozilla/instrument-build",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-14T05:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c79ced82068ccdd8d378c688956ee84aa4a660d6",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use more recent versions of distro and clang on linux",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-13T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f17aac0e6c3da49cbc5d7df556e9fdbb2e470a",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use official clang on osx",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-13T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7372e414224de0a492bd4563528faf3f811b4ea0",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Test instrumentation features on CI on linux and osx",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-13T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92f9a2053293e50cbf9aad31edb9107e2db16d8",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Add features for building with fuzzing but not linking libfuzzer",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-13T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0603615a2dc2a0073d3a2f6c65b6b9a35165ea2e",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Add features for building with asan and fuzzing",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-13T17:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc50a8f749a8133628c332eac38e807ad10d1c2",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use all compiler flags from the makefile when building (#64)",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-13T17:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0810db76b38e0712e8c830b25b6140cf80147893",
"body": "Toml updates",
"is_bot": false,
"headline": "Merge pull request #63 from mozilla/toml-updates",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-12T13:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "928f3c8af326c7f139172b6eb1f46d85e09b2d1a",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Have documentation and homepage urls for the crates.io page",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-12T12:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76767e9e75703eb584dd10fde6b92a5005c5e0a5",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use CI badges for the crates.io page, mirroring what lmdb-rkv does",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-12T12:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358f4284505428836790a1efdc729e41859e359d",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use a simple lib name for lmdb-rkv-sys, mirroring what lmdb-rkv does",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-12T12:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472c9260596e36960ac9ed9ab6382563ecd0b7c1",
"body": "More testing",
"is_bot": false,
"headline": "Merge pull request #59 from mozilla/tests",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-12T11:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c0ee393e6a877096a562bdbf28d5233da6bf93",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Display verbose cargo version in logs",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T13:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d448f2650c3531844a57851a47492d40580367",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Expect failure on win 32",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T13:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fe3714052d3b90913471aef40b4149f38887e4",
"body": "…a7d709be63806d01d7\n\nSigned-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Add test program from https://gist.github.com/mykmelez/ac75a7ab0a0d09…",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T13:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a9c6b990f8f52a67fdb72ce786cc841d04f3a8",
"body": "Formatting passes and enable linting on CI",
"is_bot": false,
"headline": "Merge pull request #60 from mozilla/format-pass",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-11T13:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f05f1c1cce0e245022caed36b4a490f3844ccd8a",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Run rustfmt and clippy on CI",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2622fb2ebf738e4610859792d7ebf0d84f689205",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Disable clippy on generated bindings",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2970b17c715d81f5462f1b3d3495d62b7b54a821",
"body": "…eatures -- -D warnings -A clippy::match-ref-pats -A clippy::needless-lifetimes)\n\nSigned-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "More clippy passes on all targets (cargo clippy --all-targets --all-f…",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca20c45c4a4c87726f3dd0237ae0d6a68e9ef69",
"body": "… clippy::needless-lifetimes)\n\nSigned-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Clippy pass (cargo clippy -- -D warnings -A clippy::match-ref-pats -A…",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acd21c52929725ab3093b93c835992682acaa69",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Rustfmt pass (cargo +nightly fmt --all)",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea60c303fe7c238a1b4354d797d4a874fff23b93",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Enable rustfmt and copy config from the rkv project",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-11T09:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027f2712ae77d8969d4f75472cfa96be2f3b1b58",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.12, update authors",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-05T14:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2dc926ac6e3925c19b5cba5a50042bb8f89e3d",
"body": "Run lmdb tests alongside `cargo test`",
"is_bot": false,
"headline": "Merge pull request #58 from mozilla/lmdb-tests",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-05T13:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1436ed3e08ff983f022b70aa2921291f3f0fe945",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Refresh environment variables before attempting to build lmdb",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-05T13:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dee0bfc211d2d44efe3c904328b305fd097303",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Install gcc on appveyor CI",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-05T12:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9500bfd90207cc665866b4f052c994dd7892dc",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Install make on appveyor CI",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-05T12:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05dd05998dc6970a349746c4bc6f687be19fc862",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Run lmdb tests alongside `cargo test`",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-05T09:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d6a7510f4f62459944799ccfd8875f2bd1542d",
"body": "Update lmdb to latest version and other goodies",
"is_bot": false,
"headline": "Merge pull request #56 from mozilla/update-lmdb",
"author_name": "Victor Porof",
"author_login": null,
"committed_at": "2019-09-05T09:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd379824c16354500ad285e8b357ebee126ffe6",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Don't generate bindings as part of the build phase",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4776c095718be954a1ee316a88381d1721456ce",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Format yml files",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577228969eef4d5983ead6a2e189cb69cda146c3",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Remove explicit support for rust 1.30 on travis",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ceeb29d50e682c2bbdc29267b05c81aeea8580",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Bump version to 0.9.0",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d77dd00469336358a231eb1da510ec6bd0cea8",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Update all dependencies to their latest version for the main crate",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac5b8d5d124e509e4c671390b04e9f9882aa0fd",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Update all dependencies to their latest version for the sys crate",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd45823f11cb86234830b7989dfab0fbebf3fc32",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Use `flag_if_supported` instead of `flag` when compiling liblmdb",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07f50b3981ce0e03c531719401ba5791a7e466a",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Hide warnings while building",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208992590eb18376c8a8fd35bdb7d03a7207e1a4",
"body": "Fixes #54\n\nSigned-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Allow cc to handle build optimizations",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6720b8937e847637b894bbb7008d1c46a852960",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Create bindings automatically using rust-bindgen",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "596539ce728c0be7b02df249ec08260d727097b5",
"body": "Signed-off-by: Victor Porof <victor.porof@gmail.com>",
"is_bot": false,
"headline": "Update lmdb and to latest version of mdb.RE/0.9.24-moz branch",
"author_name": "Victor Porof",
"author_login": "victorporof",
"committed_at": "2019-09-04T14:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96477e069a9d021efd25d9c9ecf8eb157bf1a077",
"body": "Separate benches from tests",
"is_bot": false,
"headline": "Merge pull request #52 from mykmelez/separate-benches-from-tests",
"author_name": "Myk Melez",
"author_login": "mykmelez",
"committed_at": "2019-06-22T08:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6798d5a1bf15c8ed899cfebb4153f88824bc3f0",
"body": "update patch version for lmdb-rkv-sys 0.8.6",
"is_bot": false,
"headline": "Merge pull request #55 from mykmelez/publish-lmdb-rkv-sys-0.8.6",
"author_name": "Myk Melez",
"author_login": "mykmelez",
"committed_at": "2019-06-22T07:47:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2021-06-21T15:56:06Z",
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_last_push": 1298,
"active_weeks_last_year": 0,
"days_since_latest_release": 1861,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "lmdb-rkv",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"library",
"storage-engine",
"lmdb",
"database",
"bindings",
"database"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lmdb-rkv",
"is_deprecated": false,
"latest_version": "0.14.0",
"repository_url": "https://github.com/mozilla/lmdb-rs.git",
"versions_count": 16,
"total_downloads": 2199716,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 88633,
"first_published_at": "2018-08-02T22:46:05.620535Z",
"latest_published_at": "2020-03-10T11:41:01.769663Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2329
},
{
"name": "lmdb-rkv-sys",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"lmdb",
"database",
"library",
"storage-engine",
"bindings",
"external-ffi-bindings",
"database"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/lmdb-rkv-sys",
"is_deprecated": false,
"latest_version": "0.11.2",
"repository_url": "https://github.com/mozilla/lmdb-rs.git",
"versions_count": 17,
"total_downloads": 2632389,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 111365,
"first_published_at": "2019-01-29T01:06:17.486883Z",
"latest_published_at": "2022-02-04T21:57:31.829640Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1633
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-06-26",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"lmdb-sys/Cargo.toml"
],
"largest_source_bytes": 79363,
"source_files_sampled": 16,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"lmdb-sys/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "remove_dir_all",
"direct": false,
"version": "0.5.3",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-mc8h-8q98-g5hr",
"RUSTSEC-2023-0018"
],
"fixed_version": "0.8.0",
"advisory_count": 2,
"oldest_advisory_days": 1248
},
{
"name": "tempdir",
"direct": true,
"version": "0.3.7",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2018-0017"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 3085
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"unknown": 1
},
"advisory_count": 3,
"affected_count": 2,
"assessed_count": 18,
"malicious_count": 0,
"assessed_package": "crates:lmdb-rkv@0.14.0",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "byteorder",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "libc",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "lmdb-rkv-sys",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libc",
"manifest": "lmdb-sys/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 1,
"closed_ratio": 0.75,
"closed_issues": 3,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "danburkert",
"commits": 107,
"avatar_url": "https://avatars.githubusercontent.com/u/160242?v=4"
},
{
"type": "User",
"login": "mykmelez",
"commits": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/305455?v=4"
},
{
"type": "User",
"login": "victorporof",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/248899?v=4"
},
{
"type": "User",
"login": "Kerollmops",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/3610253?v=4"
},
{
"type": "User",
"login": "curquiza",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/20380692?v=4"
},
{
"type": "User",
"login": "ncloudioj",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/1455254?v=4"
},
{
"type": "User",
"login": "tarcieri",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/797?v=4"
},
{
"type": "User",
"login": "dureuill",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/41078892?v=4"
},
{
"type": "User",
"login": "emilio",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1323194?v=4"
},
{
"type": "User",
"login": "rrichardson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/124171?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.342
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release-drafter.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 8/12 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 16 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "501aa34a1ab7f092e3ff54a6c22ff6c55931a2d8",
"ran_at": "2026-07-26T22:52:20Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 2,
"created_at": "2021-06-16T18:00:57Z",
"last_comment_at": "2021-06-20T16:29:45Z",
"last_comment_author": "curquiza"
}
],
"last_merged_pr_at": "2023-01-05T09:44:00Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2021-06-17T12:12:55Z",
"last_comment_at": "2022-11-23T09:09:40Z",
"last_comment_author": "lemmih"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/meilisearch/lmdb-rs",
"host": "github.com",
"name": "lmdb-rs",
"owner": "meilisearch"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"security": 54,
"vitality": 18,
"community": 17,
"governance": 74,
"engineering": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.93,
"days_since_last_push": 1298,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1298 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1298
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_latest_release": 1861,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1861 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1861
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 1,
"days_since_last_merged_pr": 1298,
"days_since_last_human_commit": 1310,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1310 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 1310
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 17,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 24,
"top_contributor_share": 0.342
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 34% of commits",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 34
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 8,
"open_issues": 1,
"closed_issues": 3,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/12 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"followers": 1307,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "meilisearch",
"public_repos": 130,
"account_age_days": 2873
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,307 followers of meilisearch",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1307,
"login": "meilisearch"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "130 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 130
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 29,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/12 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:lmdb-rkv@0.14.0 runtime dependency closure — what installing the published package pulls in — 18 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:lmdb-rkv@0.14.0",
"assessed": 18
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 86,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 2,
"assessed_packages": 18,
"unassessed_packages": 0,
"affected_by_severity": "low 1, unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: tempdir 0.3.7 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "tempdir 0.3.7 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: remove_dir_all 0.5.3 (low)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "remove_dir_all 0.5.3 (low)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 3085 days ago",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 3085
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 18,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.258,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "24 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"lmdb-sys/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, lmdb-sys/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, lmdb-sys/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 79363,
"source_files_sampled": 16,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/16 source files over 60KB",
"points": 51.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"crates package 'lmdb-rkv' points at a different repository (https://github.com/mozilla/lmdb-rs.git); excluded from ecosystem scoring",
"crates package 'lmdb-rkv-sys' points at a different repository (https://github.com/mozilla/lmdb-rs.git); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T22:52:42.474935Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/meilisearch/lmdb-rs.svg",
"full_name": "meilisearch/lmdb-rs",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}