原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1783,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 402292,
"C++": 148709,
"CMake": 9419,
"Shell": 3342,
"Makefile": 13669
},
"pushed_at": "2026-06-04T14:17:29Z",
"created_at": "2010-05-18T15:10:01Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T05:42:33Z",
"description": "Minimalistic C client for Redis >= 1.2",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "C",
"significant_languages": [
"C",
"C++"
]
},
"owner": {
"blog": "https://redis.io",
"name": "Redis",
"type": "Organization",
"login": "redis",
"company": null,
"location": null,
"followers": 2848,
"avatar_url": "https://avatars.githubusercontent.com/u/1529926?v=4",
"created_at": "2012-03-12T18:05:54Z",
"is_verified": null,
"public_repos": 78,
"account_age_days": 5248
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-06-03T14:12:22Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-04-23T11:16:52Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-07-12T07:34:22Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-11-16T05:13:55Z"
},
{
"tag": "v1.1.0-rc1",
"kind": "prerelease",
"published_at": "2022-11-07T04:00:56Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2022-11-02T23:44:16Z"
}
],
"recent_commits": [
{
"oid": "0ec54a89f29dae20e64be5f9b4994aac3cd4e106",
"body": "Upgrade GitHub Actions versions",
"is_bot": false,
"headline": "Merge pull request #1331 from redis/im/upgrade-ci-workflows",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-04T14:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d54c4e7e2e5ddb2f0082482fe2e2e3226b4a123",
"body": null,
"is_bot": false,
"headline": "Upgrade GitHub Actions versions",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-04T14:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71c1bba13edc8e874956970eb2dba233e73a067",
"body": "Bump version to 1.5.0-dev",
"is_bot": false,
"headline": "Merge pull request #1330 from redis/im/bump-version-2",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-03T14:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b64cfd98b345b5147189fb271ec61cbd7990e7",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.5.0-dev",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-03T14:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c88a05bb97c40d5c29d0680e51828627e4f362",
"body": "Bump version to 1.4.0",
"is_bot": false,
"headline": "Merge pull request #1329 from redis/im/bump-version",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-03T14:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cdb56443dc4ed54b0e3e1cf4d30d324cabd9a0a",
"body": "Increase required cmake version to 3.15",
"is_bot": false,
"headline": "Merge pull request #1325 from memark/bump-cmake",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-03T14:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecc0013292ad8575b8ea1da2236f0a99c30fff45",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.4.0",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2026-06-03T14:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86f5cc0380b182152d866527604752ca2ace8067",
"body": "The -0 case used 'dval == -0.0', but -0.0 == 0.0 in IEEE, so it would pass even\nif the parser returned +0.0. Also compare signbit() so '-0' must parse to a true\n-0.0. (Addresses review note on PR #1328.)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: verify sign bit in double edge-magnitude test",
"author_name": "fcostaoliveira",
"author_login": "fcostaoliveira",
"committed_at": "2026-06-02T16:58:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "013a4835170059a3370109f8a898be6519e2624e",
"body": "- macOS/Apple-Clang: ffc.h's extern-inline entry points call file-local static\n helpers, which trips -Wstatic-in-inline (default-on in Clang) and fails under\n hiredis's -Werror. Scope a clang diagnostic push/ignore/pop around the vendored\n ffc.h include (GCC has no such warning). Fixes the failin\n[…]\nithful parse microbench, both paths now copy+NUL-terminate identically\n(best of 200, pinned core): ffc vs strtod about +300-410% (x86 and ARM).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "read/ffc: fix macOS -Werror build + review feedback",
"author_name": "fcostaoliveira",
"author_login": "fcostaoliveira",
"committed_at": "2026-06-02T16:58:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6d6d5649ea2136b067000d60161f288a8036366d",
"body": "RESP3 double replies (the ',' type) are parsed in read.c with strtod(). This\nreplaces that with ffc, a pure-C99 single-header correctly-rounded float parser\n(a C port of Daniel Lemire's fast_float), vendored as ffc.h. strtod remains\navailable as a fallback via -DHIREDIS_FLOAT_STRTOD.\n\nWhy:\n\n1. Speed\n[…]\nfc.h is tri-licensed Apache-2.0 / MIT / Boost-1.0; it is included here under MIT\n(compatible with hiredis's BSD-3), marked with an SPDX header.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use ffc (pure-C99) as the RESP3 double parser instead of strtod",
"author_name": "fcostaoliveira",
"author_login": "fcostaoliveira",
"committed_at": "2026-06-02T16:58:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d18adbf41dc10d456bee34a3fb966a2009c591c",
"body": "redisReconnect dereferences c->funcs->free_privctx without checking\nif c->funcs is NULL, even though the very next block (line 780)\ncorrectly guards c->funcs before accessing c->funcs->close.\n\nThis can cause a NULL pointer dereference crash if redisReconnect\nis called on a context where funcs has not been set.\n\nFixes #1315",
"is_bot": false,
"headline": "fix: add NULL check for c->funcs before dereferencing in redisReconnect",
"author_name": "Charlie Tonneslan",
"author_login": "c-tonneslan",
"committed_at": "2026-03-22T22:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b8781e77bd3f1185834eeca82e6b1d31f99baa",
"body": null,
"is_bot": false,
"headline": "update gha",
"author_name": "Magnus Markling",
"author_login": "memark",
"committed_at": "2026-03-18T13:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043acf647d74cf1c903a4459bed4b9d521c43f25",
"body": null,
"is_bot": false,
"headline": "bump required cmake version to 3.15",
"author_name": "Magnus Markling",
"author_login": "memark",
"committed_at": "2026-03-18T13:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e834b57f05871c05f7f13e461b78d20907aa3a02",
"body": "* Only install by default if you are the main project\n* Silence warnings with newer CMake",
"is_bot": false,
"headline": "FetchContent should not include cpack (#1307)",
"author_name": "Koen van de Sande",
"author_login": "koenvandesande",
"committed_at": "2025-11-08T22:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd01f10daf773b622260ea3c7daf8a64df50acb1",
"body": "Add C++ compatibility to sds.h",
"is_bot": false,
"headline": "Merge pull request #1310 from JonasKruckenberg/patch-1",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2025-10-01T14:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e85b81aa48f90fa01a464363ef8d03eac12e7d",
"body": "https://github.com/RediSearch/RediSearch recently started requiring `sds` access for tests. Since the repo uses C++ for tests, this requires C++ compatibility in from hiredis for linking to work.",
"is_bot": false,
"headline": "Add C++ compatibility to sds.h",
"author_name": "Jonas Kruckenberg",
"author_login": "JonasKruckenberg",
"committed_at": "2025-10-01T10:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deb2a3154f941e6ef119d7266fb9dddba8af9ff3",
"body": "* Update brew install on macOS\n\nWe no longer need to specify `@8.2` to get Redis 8.x\n\n* Two small CI fixes\n\n* Rework how we detect the redis-server version depending on whether the\n test will use the system server or one from docker.\n* Make failing to delete our created temp directory non-fatal. This can\n fail on GitHub CI due to uid mismatches between docker and the host\n runner.",
"is_bot": false,
"headline": "Fix CI for macOS and docker based runs. (#1308)",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2025-09-27T02:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "294782041ef5841293dea3acc8ca9a28597bedc8",
"body": "Add an option to set `SOCK_CLOEXEC` when connecting to the server.\n\n* Apply FD_CLOEXEC on sockets\n* Added an options flag, switched to SOCK_CLOEXEC to set the option atomically in socket()\n* More elegant flow\n* Remove endif comment\n\nCo-authored-by: Michael Grunder <michael.grunder@gmail.com>\n\n* Remo\n[…]\nther endif comment\n\nCo-authored-by: Michael Grunder <michael.grunder@gmail.com>\n\n---------\n\nCo-authored-by: Lenny Lyytinen <lenny@redis.com>\nCo-authored-by: Michael Grunder <michael.grunder@gmail.com>",
"is_bot": false,
"headline": "Apply FD_CLOEXEC on sockets (#1301)",
"author_name": "lennyly",
"author_login": "lennyly",
"committed_at": "2025-05-25T01:24:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28ea80cc5a6a3680b605556518889263846a48a3",
"body": "The length of this string is 30 not 31. This patch fixes a buffer\noverflow found by address sanitizer:\n\n```\n=================================================================\n==564795==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00000046531e at pc 0x7efedd8e4ad7 bp 0x7ffd5854d330 sp \n[…]\nst.c' (0x000000465300) of size 30\n '*.LC333' is ascii string '*1\n,3.14159265358979323846\n'\nSUMMARY: AddressSanitizer: global-buffer-overflow /home/collin/.local/src/hiredis/sds.c:386 in sdscatlen\n```",
"is_bot": false,
"headline": "Fix buffer overflow in tests.",
"author_name": "Collin Funk",
"author_login": "collinfunk",
"committed_at": "2025-05-12T18:19:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65cd85c4f6fee6bffb4a05d6cbe59c28405e1016",
"body": "Install redis@8.0 from Homebrew since redis@7.2 was removed.",
"is_bot": false,
"headline": "Fix CI on MacOS runners.",
"author_name": "Collin Funk",
"author_login": "collinfunk",
"committed_at": "2025-05-12T15:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6859cc7f169be6415504d0cfa2b87d3cabd0a4ad",
"body": null,
"is_bot": false,
"headline": "Define ssize_t as intptr_t in Windows",
"author_name": "feihongmeilian",
"author_login": "feihongmeilian",
"committed_at": "2025-05-03T17:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccad7ebaf99310957004661d1c5f82d2a33ebd10",
"body": "Change the version of the library to 1.3",
"is_bot": false,
"headline": "Merge pull request #1296 from redis/change-the-version-to-1.3",
"author_name": "StefanPalashev",
"author_login": "StefanPalashev",
"committed_at": "2025-04-23T11:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0271c6a93a8d928b14b910764d6a0bfb617eafe",
"body": "Change the CMakeLists.txt to produce a symlink with\na generic name that points to the latest major version.\n\nThe build output will now look like this:\nlibhiredis.so -> libhiredis.so.1*\nlibhiredis.so.1* -> libhiredis.so.1.3.0*\nlibhiredis.so.1.3.0*\n\nThis would allow for seamless minor version updates.",
"is_bot": false,
"headline": "Change the version of the library to 1.3",
"author_name": "StefanPalashev",
"author_login": null,
"committed_at": "2025-04-22T16:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da763ec2a9f63e89b9cab895baa6e9927ffb4e3",
"body": null,
"is_bot": false,
"headline": "Fix OPENSSL_IS_BORINGSSL define check on windows",
"author_name": "Jiangjie Gao",
"author_login": "mGaosi",
"committed_at": "2025-04-18T15:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa073c17df44754c6f952f630caf96aec9a2a826",
"body": "The fuzzer can't surface any meaningful defects due to the nature of\nvariadic functions in C and how libfuzzer works.\n\nThe fuzzer just generates random strings that are passed into\n`redisFormatCommand` with no subsequent arguments, which is a violation\nof the contract for the function.\n\n`redisFormatCommand(\"%b\");` will result in undefined behavior in the\nsame way `printf(\"%s\");` will, but it's not really a bug.\n\nFixes #1293, #1281",
"is_bot": false,
"headline": "Remove `format_command_fuzzer.c`",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2025-04-10T15:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14e5a44f4f7ca672a74ab2381eea8b903d6ce61",
"body": "…releases\n\nUse GitHub Releases to track changelogs",
"is_bot": false,
"headline": "Merge pull request #1294 from uglide/stop_copypasting_changelog_from_…",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2025-04-10T06:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c2830458cb9d229985dce9a237a8b4f8643f12",
"body": "Remove copy-paste from GitHub releases and document where to find latest change logs.",
"is_bot": false,
"headline": "Use GitHub Releases to track changelogs",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2025-04-09T13:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138794853c6adb677e34f6003df339befc1b8a13",
"body": "- Require CMake 3.7 or newer\n- Test CMake build with 3.7, 3.22, 3.28 and 4.0",
"is_bot": false,
"headline": "Update minimum CMake version to 3.7",
"author_name": "Igor Malinovskiy",
"author_login": "uglide",
"committed_at": "2025-04-02T18:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bcc73ebbc562d8e8173832b710bfbfa4327b13",
"body": "On macOS, the version suffix of a shared library comes before the\n`.dylib` suffix, which is different from the convention on other\nsystems. Currently, the Makefile only overrides `DYLIB_MINOR_NAME` for\nmacOS, but does not handle the other similar variables, namely\n`DYLIB_MAJOR_NAME`, `SSL_DYLIB_MINOR_NAME`, and `SSL_DYLIB_MAJOR_NAME`.\n\nThis commit fixes the issue by overriding all these variables for macOS.\n\nSigned-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>",
"is_bot": false,
"headline": "Makefile: correctly handle version suffixes on macOS",
"author_name": "Ruoyu Zhong",
"author_login": "ZhongRuoyu",
"committed_at": "2025-02-10T22:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8c75ebcb0950a5f43c29372bd7986eb3848f44",
"body": null,
"is_bot": false,
"headline": "Do not explicitly initialize openSSL in newer versions",
"author_name": "Cristian Rodríguez",
"author_login": "crrodriguez",
"committed_at": "2025-02-05T16:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d8703ee6149ffd3b38cebedd71ad8d1fac63cc7",
"body": null,
"is_bot": false,
"headline": "Update old link for modules-api-ref.md",
"author_name": "David W. Dougherty",
"author_login": "dwdougherty",
"committed_at": "2024-11-04T17:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f48202aaf556a8ca17e02017c1c2559a20d433",
"body": null,
"is_bot": false,
"headline": "Make test.sh use REDIS_SERVER everywhere",
"author_name": "Orion Poplawski",
"author_login": "opoplawski",
"committed_at": "2024-08-28T01:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329346bb64132e88dc6512e90ff6d8eefbd8b2fb",
"body": "Reading the manpage it seems like we only need to test for `EAGAIN` but\ntesting for both seems more prudent since this may be subtly different\non more esoteric kernels (SunOS, AIX, BSD, etc).\n\nFixes #1260",
"is_bot": false,
"headline": "Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-08-21T15:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c63e3f396fc1b0a8375f859df66814021cefc9d",
"body": "Signed-off-by: michael-grunder <michael.grunder@gmail.com>",
"is_bot": false,
"headline": "Fix timing based macOS CI failure.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-08-13T15:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b7820dc32feb769e85f1c6b9a4c0a32637b812",
"body": "CentOS 7 reached EOL of even maintinance updates on 2024-06-30.",
"is_bot": false,
"headline": "CentOS 7 is EOL",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-08-06T21:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643dddafab419957fd9f62d23c727d53aba60f07",
"body": "Fixes #1271",
"is_bot": false,
"headline": "Clarify macos adapter and example license.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-08-06T21:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19cfd60d92da1fdb958568cdd7d36264ab14e666",
"body": "Fixes #1233",
"is_bot": false,
"headline": "Only override context read/write funcs on SSL_connect success.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-04-03T14:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7b8fac9662a912a01895e56539cdf1aef8b378",
"body": "The assignment is harmless but causes noise in static analysers",
"is_bot": false,
"headline": "Remove dead assignment in sdstrim.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-04-02T21:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab6b824c771df8298cbe1b512a80116d005ec33",
"body": "Signed-off-by: guoguangwu <guoguangwug@gmail.com>",
"is_bot": false,
"headline": "fix: typos",
"author_name": "guoguangwu",
"author_login": "testwill",
"committed_at": "2024-03-16T03:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "398e16e7cc20545a19f2af2293cc6f04310e6b7a",
"body": "Move CMake `OPTION` values below where we declare the `PROJECT` so they are scoped within it.\r\n\r\nSigned-off-by: Uilian Ries <uilianries@gmail.com>",
"is_bot": false,
"headline": "[cmake] Fix cmake options position to support cmake toolchain (#1250)",
"author_name": "Uilian Ries",
"author_login": "uilianries",
"committed_at": "2024-02-14T18:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab30060a6ed10aca62d8efe9f96c2b7ec05e70f6",
"body": null,
"is_bot": false,
"headline": "Fix review comments",
"author_name": "git-hulk",
"author_login": "git-hulk",
"committed_at": "2024-01-31T20:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b253d89c7cc9593723334e0a45077bd4008d3db",
"body": "Currently, Redis DEBUG PROTOCOL 'attrib' command will return an\nattribute type, but hiredis doesn't support it yet. So it got the\nprotocol type error:\n\n```\n127.0.0.1:6379> DEBUG PROTOCOL attrib\nError: Protocol error, got \"|\" as reply type byte\n```\n\nAfter apply this PR, it should reply:\n\n```\n127.0.0.1:6379> DEBUG PROTOCOL attrib\n1# \"key-popularity\"\n1# 1) \"key:123\"\n 2) (integer) 90\n```",
"is_bot": false,
"headline": "Add support of RESP3 attribute type",
"author_name": "git-hulk",
"author_login": "git-hulk",
"committed_at": "2024-01-31T20:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2706c3e16d57c9babd24bfd83ade2efcdb13a7b8",
"body": "When redisLibuvAttach receives error from call to\nuv_poll_init_socket there is a memory leaked ptr\nof type redisLibuvEvents.",
"is_bot": false,
"headline": "Fix memory leak.",
"author_name": "Mark Agranat",
"author_login": "AgranatMarkit",
"committed_at": "2024-01-30T18:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7a064490e0aacf718a5263b25b2ddaad0d245e",
"body": "The NuGet hiredis.target packaging description file is of no use on\nsystems that are not using NuGet, like Linux systems, and the spurious\npresence of that file is not \"clean\".\n\nAdd a cmake option to allow users to disable installation of that file.\nAs some people may have relied on that file to be installed, continue to\ninstall it by default.\n\nSigned-off-by: Yann E. MORIN <yann.morin.1998@free.fr>",
"is_bot": false,
"headline": "CMakeList: add option to not install NuGet packaging",
"author_name": "Yann E. MORIN",
"author_login": "yann-morin-1998",
"committed_at": "2024-01-21T21:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d931d96ab2770a78dad92603667867bbf452f5",
"body": "* Update macOS to brew install redis@7.2\n* Switch freeBSD runner to v1 and switch from running it on a macos\n runner to ubuntu.",
"is_bot": false,
"headline": "Fix macOS and FreeBSD CI runners.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2024-01-21T20:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869f3d0ef1513dd0258ad7190c9914df16dcc4a4",
"body": "Fixes #1185",
"is_bot": false,
"headline": "Make redisEnableKeepAlive a no-op on AF_UNIX connections. (#1215)",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2023-08-19T04:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039385bd8b9192a3994d75e75e377933f17d1f47",
"body": "* Adding spellcheck testing\r\n\r\n* words\r\n\r\n* updating version of spellcheck action",
"is_bot": false,
"headline": "Integrating spellcheck into CI (#1218)",
"author_name": "Chayim",
"author_login": "chayim",
"committed_at": "2023-08-19T04:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07ae7d3b6248be8be842eca3e1e97595a17aa1a",
"body": "We merged a fix for a \"maybe uninitialized\" warning in #1209, but after\nmerging there could actually have then been a double free.\n\nThe reason is that when compiling with NDEBUG our assert macro becomes a\nno-op, meaning that execution would no longer stop after `assert(NULL)`.\n\nThis commit just adds a simple panic macro which will execute regardless\nof whether NDEBUG is defined or not.",
"is_bot": false,
"headline": "Add a panic helper for non-assert aborts.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-07-25T18:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe45d9f80ae5802fe3547ceccd03e1a66d41062",
"body": "See #1206, #1213",
"is_bot": false,
"headline": "Document poll(2) logic changes.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-07-25T18:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af95517612c209976352201f5f8f302bf9aef876",
"body": "This commit adds logic to retry our poll call when waiting for the\nconnection to complete, in the event that we are interrupted by a\nsignal.\n\nAdditionally we do some simple bookkeeping to keep track of the overall\ntimeout specified by the user.\n\nFixes #1206",
"is_bot": false,
"headline": "Retry poll(2) if we are intterupted.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-07-25T17:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedc6208b15738d7765eff35a61dd09d5830e732",
"body": null,
"is_bot": false,
"headline": "Fix a false positive warning of gcc 12+ -Werror=maybe-uninitialized",
"author_name": "V G",
"author_login": "eitlane",
"committed_at": "2023-07-14T15:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bff171c9fc83f8abed9a283a3da2dc91a5671419",
"body": null,
"is_bot": false,
"headline": "Allow disabling the -Werror flag.",
"author_name": "Romain Geissler",
"author_login": "Romain-Geissler-1A",
"committed_at": "2023-07-13T18:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a84df9ea9954c6847587784d9d1ecb7d09e909",
"body": null,
"is_bot": false,
"headline": "Bump development SONAME.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-07-13T16:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e5075d4ac77424809f855ba3e398df7aacefe8",
"body": "Co-authored-by: Michael Grunder <michael.grunder@gmail.com>",
"is_bot": false,
"headline": "Version 1.2.0 (#1202)",
"author_name": "Chayim",
"author_login": "chayim",
"committed_at": "2023-07-12T07:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adef139a75b346fdafed9a18f983a5350c5b8166",
"body": null,
"is_bot": false,
"headline": "Remove support in deprecated TLS versions 1.0 and 1.1 (#1205)",
"author_name": "Valentino Geron",
"author_login": "valentinogeron",
"committed_at": "2023-07-12T06:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d543baba671bc4609d27e2905de0d8d987f708fe",
"body": "This change addresses the issue discussed in #1202 and should make it\npossible in the future to update minor versions without requiring\nre-linking binaries.",
"is_bot": false,
"headline": "Install major version symlink of shared objects.",
"author_name": "Yossi Gottlieb",
"author_login": "yossigo",
"committed_at": "2023-07-10T15:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052f99ab2da451e792a8cd264d61017487eae4a0",
"body": null,
"is_bot": false,
"headline": "Ensure functionality without _MSC_VER definition",
"author_name": "windyakin",
"author_login": "windyakin",
"committed_at": "2023-06-08T19:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded32c7d1a449a94b0241270342cb75696c64224",
"body": "* Add a test for the TCP_USER_TIMEOUT option.\r\n* Explicitly set errno to ENOTSUP on unsupported OS's",
"is_bot": false,
"headline": "Add a test for the TCP_USER_TIMEOUT option. (#1192)",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2023-06-01T16:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbd1f2960662c18b1d2b2dac7352f2b5b1ba776",
"body": null,
"is_bot": false,
"headline": "Add -Werror as a default. (#1193)",
"author_name": "Yossi Gottlieb",
"author_login": "yossigo",
"committed_at": "2023-06-01T16:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af144563835849350015113e936e44bf2d44906a",
"body": "Fixes cross-compilation QEMU CI tests\r\n\r\n* CI: Update homebrew Redis version.\r\n* CI: Try apt-get update as a workaround.",
"is_bot": false,
"headline": "CI: Update homebrew Redis version. (#1191)",
"author_name": "Yossi Gottlieb",
"author_login": "yossigo",
"committed_at": "2023-05-30T21:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de326e8721738df0a002bfd5e0ca117a1135930",
"body": null,
"is_bot": false,
"headline": "Fix a typo in b6a052f.",
"author_name": "Yossi Gottlieb",
"author_login": "yossigo",
"committed_at": "2023-05-30T21:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a052fe0959dae69e16b9d74449faeb1b70dbe1",
"body": "* Implement redisSetTcpUserTimeout to set socket option TCP_USER_TIMEOUT\r\n\r\n* Documentation for redisSetTcpUserTimeout and some more undocumented functions\r\n\r\nDocumentation for redisReconnect() and the setters of socket options:\r\n\r\n* redisKeepAlive()\r\n* redisEnableKeepAliveWithInterval()\r\n* redisSetTcpUserTimeout()",
"is_bot": false,
"headline": "Helper for setting TCP_USER_TIMEOUT socket option (#1188)",
"author_name": "Viktor Söderqvist",
"author_login": "zuiderkwast",
"committed_at": "2023-05-29T20:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa9b69443aa306b8219fc47aaffecd76e13a9ab",
"body": "* Add RedisModule adapter\r\n* add timer callback, add compatibility helper",
"is_bot": false,
"headline": "Add RedisModule adapter (#1182)",
"author_name": "Ozan Tezcan",
"author_login": "tezc",
"committed_at": "2023-04-24T22:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d13c091e9f09fe4ad1858cd54ed3a842ac00b8e6",
"body": null,
"is_bot": false,
"headline": "Fix wincrypt symbols conflict",
"author_name": "Jacky Hu",
"author_login": "postgraph",
"committed_at": "2023-04-19T03:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d84c8cfdb3f3709499970bc450f5308f0c832c1",
"body": "Adds a test that we don't attempt to set any socket timeout if the\nconnection itself failed. This issue only seemed to occur on macOS but\nit's nice to have a test for it.",
"is_bot": false,
"headline": "Add a test ensuring we don't clobber connection error.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-04-16T00:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f95fcdae4d13dd234aea1d1b7f0af50efb79219",
"body": null,
"is_bot": false,
"headline": "Don't attempt to set a timeout if we are in an error state.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-04-15T06:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aacb84b8d403c179803a7472c6804eddd39b0a23",
"body": null,
"is_bot": false,
"headline": "Fix typo in makefile.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-04-14T19:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563b062e37a869dea30b6d95c55c1bbc44bc15dd",
"body": "For reference:\nhttps://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md",
"is_bot": false,
"headline": "Accept -nan per the RESP3 spec recommendation.",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2023-04-14T19:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04c1b5b0292da1c6515baf6cb5b5b9bb882f38d7",
"body": null,
"is_bot": false,
"headline": "Fix colliding option values",
"author_name": "Viktor Söderqvist",
"author_login": "zuiderkwast",
"committed_at": "2023-03-13T19:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca8e73f66105585c167086db52ce66a6ea14afe",
"body": null,
"is_bot": false,
"headline": "Rework searching for openssl",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-03-09T23:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd208812f922f3715b90e571bf9d4b048d3ac605",
"body": "The installation path for openssl may vary depending on the way\nused for its installation and the macOS version.\n\nThis commit attempts to find the correct path for openssl to use.",
"is_bot": false,
"headline": "Attempt to find the correct path for openssl.",
"author_name": "Victor Polevoy",
"author_login": "iddm",
"committed_at": "2023-03-09T23:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011f7093c001b6584252418fc9f657c374bdca66",
"body": "Fixes #1155",
"is_bot": false,
"headline": "Allow specifying the keepalive interval",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2023-03-08T01:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9243d4f706ab760f6c0f096d62e540ab2544c61",
"body": "* cmake: build either static or shared libs\r\n\r\n* cmake: allow to build non-PIC static libs\r\n\r\n* fix typo\r\n\r\n* cmake: add ALIAS targets\r\n\r\n* cmake: link to OpenSSL imported targets\r\n\r\nCMake imported targets are more robust\r\n\r\n* turn ENABLE_EXAMPLES to a CMake option\r\n\r\n* fix typo\r\n\r\n* install pdb fil\n[…]\n\r\n\r\n* Make it possible to change name of exported target\r\n\r\n---------\r\n\r\nCo-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>\r\nCo-authored-by: Bjorn Svensson <bjorn.a.svensson@est.tech>",
"is_bot": false,
"headline": "Cmake static or shared (#1160)",
"author_name": "autoantwort",
"author_login": "autoantwort",
"committed_at": "2023-03-08T01:05:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cbd5bc762a466e196f78aae7ea6d5c8c5c51fe5",
"body": "* Write a version file for the CMake package\r\n\r\n> If no VERSION is given, the PROJECT_VERSION variable is used.\r\n\r\nSince we set the project version to `${VERSION}`, we can safely skip\r\npassing it to `write_basic_package_version_file` as well.",
"is_bot": false,
"headline": "Write a version file for the CMake package (#1165)",
"author_name": "Dominik Charousset",
"author_login": "Neverlord",
"committed_at": "2023-02-24T19:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5bae8c6900e051da6e677756508707565ce56e",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Till Krüss",
"author_login": "tillkruss",
"committed_at": "2023-01-06T20:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd09461d3c796751a0ea07ea69d81e7ce264320",
"body": "To allow building hiredis on toolchain without dynamic library support,\nrespect standard cmake BUILD_SHARED_LIBS:\nhttps://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html\n\nSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>",
"is_bot": false,
"headline": "CMakeLists.txt: respect BUILD_SHARED_LIBS",
"author_name": "Fabrice Fontaine",
"author_login": "ffontaine",
"committed_at": "2022-12-27T19:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97fcf0fd1ab74d6c943db0384efb81994ac67d58",
"body": null,
"is_bot": false,
"headline": "Add sdevent adapter",
"author_name": "Michael de Lang",
"author_login": "Oipo",
"committed_at": "2022-12-21T23:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccff093bcd024844a0e11d05556d0e19d622e5d4",
"body": null,
"is_bot": false,
"headline": "Bump dev version for the next release cycle.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-16T05:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14775b4e48334e0262c9f168887578f4a368b5d",
"body": null,
"is_bot": false,
"headline": "Prepare for v1.1.0 GA",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-15T04:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bdf8405b9f16013385bd81895e646aca134d4f",
"body": null,
"is_bot": false,
"headline": "Add support for nan in RESP3 double (#1133)",
"author_name": "filipe oliveira",
"author_login": "filipecosta90",
"committed_at": "2022-11-14T16:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991b0b0b31d8b6c907db0fafdd4fdabb1b432d4e",
"body": "See #1138",
"is_bot": false,
"headline": "Add an example that calls redisCommandArgv (#1140)",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-13T04:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36686f84f6b8ecf1a85694fb0462495af7772a4",
"body": "* Build CMake generated makefiles\r\n* Simplify and update checkout\r\n* Update CI workflow 'C/C++ CI'\r\n* Some corrections of spelling and naming.\r\n* Remove running on branch dev since not officially available.",
"is_bot": false,
"headline": "CI updates (#1139)",
"author_name": "Bjorn Svensson",
"author_login": "bjosv",
"committed_at": "2022-11-10T19:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad4985e9dd0f8aa377fe0d1dee616d203322320",
"body": null,
"is_bot": false,
"headline": "fix flag reference",
"author_name": "dachui",
"author_login": null,
"committed_at": "2022-11-10T05:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7583ebb1b271e7cb8e44f8211d02bd719d4a4bd1",
"body": "This makes our behavior consistent with redisFree and freeReplyObject.",
"is_bot": false,
"headline": "Make freeing a NULL redisAsyncContext a no op.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-10T02:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c53dea7f9853090c2bcbc6370e9faf958300703",
"body": null,
"is_bot": false,
"headline": "Update version in dev branch.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-10T02:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f063370edfbe9927ababbeac05f2678fbe5398f6",
"body": "- Update changelog.\n- Bump version/soname defines.",
"is_bot": false,
"headline": "Prepare for v1.1.0-rc1",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-07T01:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b069573a5d87cfe46599bb0c5e2c4fa7269cd08",
"body": "- Upgrade to actions/checkout@v3 as node 12 is being phased out.\n- Perform a manual dnf refresh on RockyLinux during setup.\n- Switch to official cygwin/cygwin-install-action",
"is_bot": false,
"headline": "CI fixes in preparation of release",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-02T21:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e9eb40db0f469ec494815f15076e43e1742ced",
"body": null,
"is_bot": false,
"headline": "Add author information to release-drafter template.",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-11-02T18:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc29ee1a1e7aad057c0037181baba26e63fcd4b",
"body": "\t- Used lowercase for Mstcpip.h as mingw will not find the file\n\t otherwise",
"is_bot": false,
"headline": "Update for mingw cross compile",
"author_name": "bit0fun",
"author_login": "bit0fun",
"committed_at": "2022-10-27T01:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceb8a8815e5e436d944e49021c60f114344d3f3e",
"body": null,
"is_bot": false,
"headline": "fixed cpp build error with adapters/libhv.h",
"author_name": "cqm",
"author_login": "mtdxc",
"committed_at": "2022-10-24T18:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b15a04b5939fc85f5e134ed09eb5c9e1584bef1",
"body": "Improve coverage (#734)\r\n\r\n* Remove duplicate tests\r\n\r\n- double covered by:\r\n \"Can parse RESP3 doubles\"\r\n- bool covered via:\r\n \"Can parse RESP3 bool\"\r\n\r\n* Make (connect) timeout in test config general\r\n\r\n* Set error string in Unix connect with invalid timeout\r\n\r\nRestructure testcase since redisCon\n[…]\n the previous one seemed copy&pasted.\r\nThe sought coverage was the handling of the parent-chaining\r\nfor a double object, which the test case now focuses on.\r\n\r\nCo-authored-by: Ariel <ashtul@gmail.com>",
"is_bot": false,
"headline": "Fixup of PR734: Coverage of hiredis.c (#1124)",
"author_name": "Bjorn Svensson",
"author_login": "bjosv",
"committed_at": "2022-10-14T15:11:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c245df9fb92fdb51b8255dc90a60eaf03b9846a0",
"body": "* Replace use of newer CMake builtins than in v3.0.0\r\n\r\nVisual Studio generator will replace -D with /D.\r\n\r\n* Only use /Z7 flag on a Visual Studio compilator\r\n\r\nFlag is not available on a GNU compilator running on windows,\r\nlike in a mingw64 setup.",
"is_bot": false,
"headline": "CMake corrections for building on Windows (#1122)",
"author_name": "Bjorn Svensson",
"author_login": "bjosv",
"committed_at": "2022-09-29T17:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c338a5981f12cb2a20625901b1a9fbe736e1c65",
"body": "Redis updated how invalidation push messages are sent to the client\nafter a FLUSHDB or FLUSHALL command.\n\nSee: redis/redis#8935",
"is_bot": false,
"headline": "Fix PUSH handler tests for Redis >= 7.0.5",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-09-27T21:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5c3ee74d05d8b7d1bda49a1342fa00ccfc3367",
"body": "* Remove attempt to install .pdb file for windows static lib\r\n\r\nFrom ff57c18b (#1054) the debug information was embedded in the\r\nwindows static lib rather than creating a .pdb file.\r\nRemoving the installation step of this file in CMake when building\r\nwith buildtype Debug or RelWithDebInfo.\r\n\r\n* Embed debug information in windows hiredis_ssl_static lib\r\n\r\nSee ff57c18b (#1054) for same change in library hiredis_static.",
"is_bot": false,
"headline": "Install on windows fixes (#1117)",
"author_name": "Bjorn Svensson",
"author_login": "bjosv",
"committed_at": "2022-09-27T16:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b29e1ad509f45af8a6ca9486463d9a57a391f1",
"body": "Add timeout support to libhv adapter.\r\n\r\nSee: #904",
"is_bot": false,
"headline": "Add timeout support to libhv adapter. (#1109)",
"author_name": "Michael Grunder",
"author_login": "michael-grunder",
"committed_at": "2022-09-21T22:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722e3409c7d133524750036655bf24d3193ff951",
"body": "* Update include example in README\r\n\r\n* Update pkg-config installed via CMake\r\n\r\nGives the include directory to enable the use of:\r\n #include <hiredis/hiredis.h>\r\n\r\nbut keeps the existing include dir. for backwards compatibility.\r\n\r\nExample:\r\n> pkg-config hiredis --cflags\r\n-D_FILE_OFFSET_BITS=64 -I/\n[…]\niredis/hiredis.h>\r\nbut keeps the existing include path for backwards compatibility.\r\n\r\nExample:\r\n> pkg-config hiredis --cflags\r\n-D_FILE_OFFSET_BITS=64 -I/usr/local/include/hiredis -I/usr/local/include",
"is_bot": false,
"headline": "Additional include directory given by pkg-config (#1118)",
"author_name": "Bjorn Svensson",
"author_login": "bjosv",
"committed_at": "2022-09-19T17:49:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd9ccb8c47e6a021ebd67fca1ba832e4bb0d387f",
"body": "Since clang supports __attribute__ we can avoid disabling\nit and use packed sdshdr structs. This also make sure we dont\naffect subsequent header files that require __attribute__.\n\nNote:\nClang attempts to be compatible with MSVC and defines _MSC_VER",
"is_bot": false,
"headline": "Use __attribute__ when building with clang on windows",
"author_name": "Björn Svensson",
"author_login": "bjosv",
"committed_at": "2022-09-14T23:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5392adc26515e4ac26ebd612eb88282bdb23a1a4",
"body": null,
"is_bot": false,
"headline": "set default SSL certificate directory",
"author_name": "Vlad Turchenko",
"author_login": "phdpsx",
"committed_at": "2022-09-08T21:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560e6648627cfd9bf347cffe5616d8043cbe940e",
"body": "Protect against a NULL pointer dereference, and remove unused write\nto a variable.",
"is_bot": false,
"headline": "Minor refactor",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-09-08T18:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d756f68a59d694a91c1882c782161a023ea67766",
"body": "See #904",
"is_bot": false,
"headline": "Add libhv example to our standard Makefile",
"author_name": "michael-grunder",
"author_login": "michael-grunder",
"committed_at": "2022-09-07T22:20:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 17,
"latest_release_at": "2026-06-03T14:12:22Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 51,
"active_weeks_last_year": 4,
"days_since_latest_release": 52,
"mean_days_between_releases": 261.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 1847,
"stars": 6675,
"watchers": 280,
"fork_history": {
"days": [
{
"date": "2017-11-13",
"count": 2
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-02",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2017-12-23",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2018-01-01",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-01-31",
"count": 2
},
{
"date": "2018-02-05",
"count": 2
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-04-02",
"count": 2
},
{
"date": "2018-04-04",
"count": 2
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-10",
"count": 3
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-04-29",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-10",
"count": 2
},
{
"date": "2018-05-14",
"count": 2
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-16",
"count": 3
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-22",
"count": 2
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-20",
"count": 2
},
{
"date": "2018-06-23",
"count": 2
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-06-29",
"count": 2
},
{
"date": "2018-06-30",
"count": 2
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-07-08",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-25",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-11",
"count": 1
},
{
"date": "2018-08-13",
"count": 2
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-18",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-08-22",
"count": 2
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-07",
"count": 2
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-24",
"count": 3
},
{
"date": "2018-09-28",
"count": 2
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-12",
"count": 2
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2018-10-16",
"count": 1
},
{
"date": "2018-10-17",
"count": 3
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-25",
"count": 1
},
{
"date": "2018-10-26",
"count": 2
},
{
"date": "2018-10-28",
"count": 2
},
{
"date": "2018-10-30",
"count": 3
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-11-20",
"count": 4
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2018-12-12",
"count": 2
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2018-12-21",
"count": 3
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-10",
"count": 2
},
{
"date": "2019-01-12",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-14",
"count": 2
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-01-30",
"count": 2
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-02-26",
"count": 2
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-03-31",
"count": 2
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-06",
"count": 2
},
{
"date": "2019-04-10",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-14",
"count": 2
},
{
"date": "2019-04-15",
"count": 2
},
{
"date": "2019-04-17",
"count": 4
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-04-25",
"count": 3
},
{
"date": "2019-04-29",
"count": 5
},
{
"date": "2019-04-30",
"count": 2
},
{
"date": "2019-05-05",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-05-09",
"count": 2
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-18",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-23",
"count": 2
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-05",
"count": 2
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-09",
"count": 2
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 2
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-07-01",
"count": 2
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-03",
"count": 3
},
{
"date": "2019-07-04",
"count": 4
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-08",
"count": 2
},
{
"date": "2019-07-09",
"count": 2
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-13",
"count": 1
},
{
"date": "2019-07-14",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-07-31",
"count": 2
},
{
"date": "2019-08-01",
"count": 2
},
{
"date": "2019-08-02",
"count": 2
},
{
"date": "2019-08-04",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-12",
"count": 3
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-16",
"count": 2
},
{
"date": "2019-08-17",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-23",
"count": 2
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-08-27",
"count": 2
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-02",
"count": 2
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-11",
"count": 2
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-23",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-10-29",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-20",
"count": 2
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-11-30",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2019-12-12",
"count": 2
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-23",
"count": 2
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2020-01-01",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-13",
"count": 2
},
{
"date": "2020-01-18",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-05",
"count": 2
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-11",
"count": 2
},
{
"date": "2020-02-13",
"count": 2
},
{
"date": "2020-02-21",
"count": 2
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-06",
"count": 2
},
{
"date": "2020-03-09",
"count": 2
},
{
"date": "2020-03-10",
"count": 3
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-16",
"count": 2
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-03-25",
"count": 2
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2020-04-10",
"count": 2
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-25",
"count": 2
},
{
"date": "2020-04-27",
"count": 3
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-04-30",
"count": 2
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-07",
"count": 2
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-11",
"count": 3
},
{
"date": "2020-05-14",
"count": 2
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-20",
"count": 2
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-21",
"count": 2
},
{
"date": "2020-06-23",
"count": 2
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-05",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-07-28",
"count": 2
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-08-12",
"count": 2
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-20",
"count": 2
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-08-31",
"count": 3
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-19",
"count": 2
},
{
"date": "2020-09-22",
"count": 3
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-10-12",
"count": 2
},
{
"date": "2020-10-13",
"count": 2
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-16",
"count": 2
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-11-02",
"count": 2
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-23",
"count": 2
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-03",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-21",
"count": 2
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-02",
"count": 2
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-19",
"count": 2
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-15",
"count": 2
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-04",
"count": 3
},
{
"date": "2021-06-08",
"count": 3
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-16",
"count": 2
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-07-13",
"count": 2
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-07-29",
"count": 3
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-09",
"count": 2
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-19",
"count": 2
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-08-30",
"count": 2
},
{
"date": "2021-09-08",
"count": 2
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-12",
"count": 2
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-24",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-03",
"count": 2
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-14",
"count": 3
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-01-10",
"count": 2
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-16",
"count": 2
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-24",
"count": 2
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 2
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-10",
"count": 3
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-18",
"count": 2
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-03-28",
"count": 3
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-06",
"count": 2
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-23",
"count": 2
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2022-07-08",
"count": 2
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-10",
"count": 3
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-09-14",
"count": 2
},
{
"date": "2022-09-18",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-17",
"count": 2
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-10-23",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 2
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-15",
"count": 2
},
{
"date": "2022-12-17",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-06",
"count": 3
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-15",
"count": 2
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-13",
"count": 2
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-29",
"count": 2
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-06",
"count": 2
},
{
"date": "2023-04-18",
"count": 2
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-21",
"count": 2
},
{
"date": "2023-07-01",
"count": 2
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-07-10",
"count": 2
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-13",
"count": 3
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-07-17",
"count": 3
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-09",
"count": 3
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-20",
"count": 2
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-23",
"count": 1
},
{
"date": "2024-01-08",
"count": 2
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-04",
"count": 2
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-07-01",
"count": 2
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-07",
"count": 2
},
{
"date": "2024-11-13",
"count": 2
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-26",
"count": 2
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-22",
"count": 2
},
{
"date": "2025-06-03",
"count": 2
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-07-12",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-14",
"count": 2
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 1847
},
"star_history": null,
"open_issues_and_prs": 75
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 144476,
"source_files_sampled": 53,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 28,
"merged_prs": 338,
"open_issues": 47,
"closed_ratio": 0.937,
"closed_issues": 694,
"closed_unmerged_prs": 207
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "pietern",
"commits": 330,
"avatar_url": "https://avatars.githubusercontent.com/u/9845?v=4"
},
{
"type": "User",
"login": "michael-grunder",
"commits": 181,
"avatar_url": "https://avatars.githubusercontent.com/u/468149?v=4"
},
{
"type": "User",
"login": "badboy",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/2129?v=4"
},
{
"type": "User",
"login": "mnunberg1",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/160186319?v=4"
},
{
"type": "User",
"login": "bjosv",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/60651423?v=4"
},
{
"type": "User",
"login": "mnunberg",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/436049?v=4"
},
{
"type": "User",
"login": "mattsta",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/15594?v=4"
},
{
"type": "User",
"login": "yossigo",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1481195?v=4"
},
{
"type": "User",
"login": "justinbrewer",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/89644?v=4"
},
{
"type": "User",
"login": "antirez",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/65632?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.339
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"build.yml",
"release-drafter.yml",
"spellcheck.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": 3,
"reason": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"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": 7,
"reason": "Found 15/20 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 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": 10,
"reason": "project is 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": 9,
"reason": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"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": 0,
"reason": "security policy file not 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": "0ec54a89f29dae20e64be5f9b4994aac3cd4e106",
"ran_at": "2026-07-25T18:38:44Z",
"aggregate_score": 5.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": "2026-06-04T14:17:47Z",
"oldest_open_prs": [
{
"number": 558,
"created_at": "2017-11-06T11:25:39Z",
"last_comment_at": "2022-09-07T05:04:56Z",
"last_comment_author": "michael-grunder"
},
{
"number": 799,
"created_at": "2020-05-04T22:47:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 806,
"created_at": "2020-05-15T15:42:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 864,
"created_at": "2020-08-12T14:42:10Z",
"last_comment_at": "2020-08-17T18:39:36Z",
"last_comment_author": "yossigo"
},
{
"number": 884,
"created_at": "2020-10-07T20:44:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 912,
"created_at": "2021-01-09T08:13:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 926,
"created_at": "2021-02-19T21:50:14Z",
"last_comment_at": "2023-07-19T23:29:56Z",
"last_comment_author": "zuiderkwast"
},
{
"number": 936,
"created_at": "2021-04-08T16:44:09Z",
"last_comment_at": "2022-07-07T11:10:16Z",
"last_comment_author": "kristjanvalur"
},
{
"number": 942,
"created_at": "2021-04-15T02:26:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 983,
"created_at": "2021-09-29T08:14:26Z",
"last_comment_at": "2021-10-01T19:36:43Z",
"last_comment_author": "michael-grunder"
},
{
"number": 1064,
"created_at": "2022-04-28T13:07:13Z",
"last_comment_at": "2022-05-04T20:16:11Z",
"last_comment_author": "michael-grunder"
},
{
"number": 1066,
"created_at": "2022-05-17T07:15:11Z",
"last_comment_at": "2022-05-24T02:03:53Z",
"last_comment_author": "slact"
},
{
"number": 1089,
"created_at": "2022-08-27T21:39:26Z",
"last_comment_at": "2022-09-02T11:20:43Z",
"last_comment_author": "tezc"
},
{
"number": 1113,
"created_at": "2022-09-14T14:06:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1173,
"created_at": "2023-03-12T15:52:42Z",
"last_comment_at": "2023-08-23T11:35:16Z",
"last_comment_author": "kristjanvalur"
},
{
"number": 1174,
"created_at": "2023-03-13T04:17:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1223,
"created_at": "2023-09-01T06:59:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1226,
"created_at": "2023-09-18T20:56:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1230,
"created_at": "2023-09-23T09:33:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1235,
"created_at": "2023-11-07T11:41:22Z",
"last_comment_at": "2026-07-01T15:13:32Z",
"last_comment_author": "masariello"
}
],
"last_merged_pr_at": "2026-06-04T14:17:27Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 328,
"created_at": "2015-05-09T07:36:46Z",
"last_comment_at": "2015-08-26T06:09:28Z",
"last_comment_author": "cuber"
},
{
"number": 459,
"created_at": "2016-08-31T04:03:53Z",
"last_comment_at": "2017-06-15T20:37:14Z",
"last_comment_author": "amallia"
},
{
"number": 555,
"created_at": "2017-10-30T18:55:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 613,
"created_at": "2018-09-26T00:12:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 615,
"created_at": "2018-09-30T04:02:49Z",
"last_comment_at": "2018-10-02T01:40:57Z",
"last_comment_author": "mnunberg"
},
{
"number": 616,
"created_at": "2018-10-03T06:55:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 647,
"created_at": "2019-03-10T10:19:56Z",
"last_comment_at": "2019-03-11T20:55:06Z",
"last_comment_author": "mnunberg"
},
{
"number": 682,
"created_at": "2019-07-03T17:37:40Z",
"last_comment_at": "2020-05-17T06:46:00Z",
"last_comment_author": "elfring"
},
{
"number": 698,
"created_at": "2019-08-08T07:59:44Z",
"last_comment_at": "2022-09-07T21:29:45Z",
"last_comment_author": "michael-grunder"
},
{
"number": 712,
"created_at": "2019-09-19T01:42:34Z",
"last_comment_at": "2022-09-08T02:56:37Z",
"last_comment_author": "michael-grunder"
},
{
"number": 738,
"created_at": "2019-11-28T08:46:56Z",
"last_comment_at": "2022-09-02T13:42:24Z",
"last_comment_author": "bjosv"
},
{
"number": 781,
"created_at": "2020-04-08T10:40:16Z",
"last_comment_at": "2020-04-08T20:59:16Z",
"last_comment_author": "michael-grunder"
},
{
"number": 790,
"created_at": "2020-04-16T14:11:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 801,
"created_at": "2020-05-10T20:55:29Z",
"last_comment_at": "2020-05-11T17:23:50Z",
"last_comment_author": "michael-grunder"
},
{
"number": 866,
"created_at": "2020-08-14T20:03:33Z",
"last_comment_at": "2020-12-12T20:21:22Z",
"last_comment_author": "hejohns"
},
{
"number": 892,
"created_at": "2020-10-27T14:37:33Z",
"last_comment_at": "2020-10-28T19:35:48Z",
"last_comment_author": "michael-grunder"
},
{
"number": 923,
"created_at": "2021-02-03T22:26:51Z",
"last_comment_at": "2023-06-15T22:28:05Z",
"last_comment_author": "elthariel"
},
{
"number": 925,
"created_at": "2021-02-19T18:58:29Z",
"last_comment_at": "2021-02-19T19:29:16Z",
"last_comment_author": "tudor"
},
{
"number": 958,
"created_at": "2021-06-03T11:32:08Z",
"last_comment_at": "2021-11-03T19:04:36Z",
"last_comment_author": "Asmod4n"
},
{
"number": 966,
"created_at": "2021-07-08T03:01:37Z",
"last_comment_at": "2022-08-26T17:56:13Z",
"last_comment_author": "michael-grunder"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/redis/hiredis",
"host": "github.com",
"name": "hiredis",
"owner": "redis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 56,
"vitality": 58,
"community": 76,
"governance": 73,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 51,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 51 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 51
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 52,
"mean_days_between_releases": 261.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 52 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 52
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~261.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 261.7
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 51,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 51 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 51
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 76,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"forks": 1847,
"stars": 6675,
"watchers": 280,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6,675 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 6675
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1,847 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 1847
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "280 watchers",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 280
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": 73,
"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": 99,
"top_contributor_share": 0.339
},
"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.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 34
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 338,
"open_issues": 47,
"closed_issues": 694,
"issue_closed_ratio": 0.937,
"closed_unmerged_prs": 207
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 43.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "338/545 decided PRs merged",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 338,
"decided": 545
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/20 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 2848,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "redis",
"public_repos": 78,
"account_age_days": 5248
},
"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": "2,848 followers of redis",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2848,
"login": "redis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "78 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 78
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"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": 10,
"status": "met",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.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": "7 out of 19 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 15/20 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 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 fuzzed",
"points": 5,
"status": "met",
"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": "10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"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": "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": 8
},
"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": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.57,
"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": "57 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"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": 98,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 144476,
"source_files_sampled": 53,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/53 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 53,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-25T18:39:09.550029Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/redis/hiredis.svg",
"full_name": "redis/hiredis",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}