Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 119,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 44742
},
"pushed_at": "2026-07-25T00:34:11Z",
"created_at": "2022-10-07T12:34:30Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T00:33:53Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "rust-netlink",
"company": null,
"location": null,
"followers": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/115226142?v=4",
"created_at": "2022-10-07T11:06:19Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 1387
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-25T00:34:43Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-08-27T13:35:15Z"
},
{
"tag": "v0.11.5",
"kind": "patch",
"published_at": "2025-01-26T07:05:18Z"
},
{
"tag": "v0.11.4",
"kind": "patch",
"published_at": "2025-01-21T02:26:36Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2024-01-29T02:07:11Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2023-07-09T08:14:06Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2023-01-28T13:29:48Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2023-01-28T13:22:29Z"
}
],
"recent_commits": [
{
"oid": "ca067b04ada1f7eca86b654b6dcbbdbe237254dd",
"body": "=== Breaking changes\n - N/A\n\n=== New features\n - N/A\n\n=== Bug fixes\n - Remove unused dev-dependency: env_logger. (34952b9)\n - Swap 'futures' dependency for 'futures-util' and 'futures-channel'. (079addc)\n - bump dependency or rust-netlink crates version. (b54cd6d)\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "New release 0.12.1",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2026-07-25T00:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34952b92e9c155b8d00ea305a70878f8969f7dd0",
"body": "Signed-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "Remove unused dev-dependency: env_logger",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2026-07-25T00:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079addce8034dd8083b89f340148a4e15b826e0c",
"body": null,
"is_bot": false,
"headline": "Swap 'futures' dependency for 'futures-util' and 'futures-channel'",
"author_name": "h7x4",
"author_login": "h7x4",
"committed_at": "2026-07-25T00:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed60842f5ff97394c6a5f72784232bd08ad5491",
"body": null,
"is_bot": false,
"headline": "upgrade env_logger to 0.11",
"author_name": "Alexander Kjäll",
"author_login": "alexanderkjall",
"committed_at": "2026-03-31T08:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54cd6d6ff5f74c9ec8cf12f76ac4374e66807a4",
"body": null,
"is_bot": false,
"headline": "chore: bump packages",
"author_name": "Kristof Mattei",
"author_login": "kristof-mattei",
"committed_at": "2026-03-31T08:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89c1cbd13a33643b0943ee43f5e342ee0c780c7",
"body": "=== Breaking changes\n - Use netlink-packet-core 0.8.0. (8c9fee9)\n\n=== New features\n - N/A\n\n=== Bug fixes\n - N/A\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.12.0",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-08-27T13:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9fee987fb2aeed04f450a8f50eeffeab1a4a10",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Use netlink-packet-core 0.8.0",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-08-27T13:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7adac0358108e37fede5bbf5143d4a4b980b550c",
"body": "=== Breaking changes\n - N/A\n\n=== New features\n - N/A\n\n=== Bug fixes\n - Set minimum supported rust version to 1.75 (880aff7)\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.11.5",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-26T07:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880aff75826fe4585e96edccd87aebf5e76e9a25",
"body": "Current code has `Option::is_none_or()` which released 2024 Oct 17,\nconsidering old compiler environment like Ubuntu 24.04 LTS, RHEL 9,\nreplaced it to:\n\n```rust\nself.unsolicited_messages_tx.as_ref().is_none()\n || self.unsolicited_messages_tx.as_ref().map(|x| x.is_closed())\n```\n\nSet minimum supported Rust version to 1.75 to `Cargo.toml` and enabled\nCI test for it.\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Set minimal supported Rust version to 1.75",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-26T06:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8811b0d355740d796d63c68c5f6b0c66bea927c2",
"body": "=== Breaking changes\n - N/A\n\n=== New features\n - Add ENOBUFS handling for unsolicited messages (051ef77)\n - New function to forward ACK/DONE/NOOP message to handler (9de99ce)\n - Allow the user to specify their own socket (3c6fc4e)\n\n=== Bug fixes\n - N/A\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.11.4",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-21T02:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d54414aded8c7c5156b7ec7cd0046b47cb1619",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Run cargo fmt",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-21T01:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051ef7745c4139c8f962fe72136e49ad0209403d",
"body": "This can happen when large burst of messages come all of a sudden, which\nhappen very easily when routing protocols are involved (e.g. BGP). The\ncurrent implementation incorrectly assumes that any failure to read from\nthe socket is akin to the socket closed. This is not the case.\n\nThis commit adds ha\n[…]\nssage channel. Since this is just an additional message,\nthere is no breaking change for existing users and they are free to\nignore it if they do not want to handle it, or handle it by e.g. resyncing.",
"is_bot": false,
"headline": "Add ENOBUFS handling for unsolicited messages",
"author_name": "Tuetuopay",
"author_login": "Tuetuopay",
"committed_at": "2025-01-21T01:35:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9de99cea90fff29fba8860c9541aaa6c05850609",
"body": "Introducing these public functions to allow forwarding ACK/DONE/NOOP\nmessage to handler:\n * `Connection::set_forward_noop()`\n * `Connection::set_forward_done()`\n * `Connection::set_forward_ack()`\n\nBy default, we still drop these messages, so rtnetlink/ethtool crates\nwill not be impacted. If any protocol require the handle of\nACK/DONE/NOOP in handler, please invoke these functions during\nconnection setup( e.g. rtnetlink has function `new_connection()`).\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New function to forward ACK/DONE/NOOP message to handler",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-21T01:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d6009d6e80f385fdec5dca68c63bf135ed325f",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Fix cargo clippy warnings",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2025-01-21T01:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c6fc4e1bf64069be197c1bed90cd419338d35a7",
"body": "This is useful when dealing with multiple network/user namespaces.\n\nCloses https://github.com/rust-netlink/netlink-proto/issues/18",
"is_bot": false,
"headline": "Allow the user to specify their own socket",
"author_name": "MaxHearnden",
"author_login": "MaxHearnden",
"committed_at": "2025-01-21T01:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce207e48bd180bfc178bcc1ee102c18005016f3b",
"body": "It is only used in tests and examples; move `time` feature to dev-dependencies; `io-util` feature is unused.",
"is_bot": false,
"headline": "Remove tokio from dependencies",
"author_name": "Eric Long",
"author_login": "hack3ric",
"committed_at": "2024-12-31T17:14:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fce1b717875b8466de1534953076d9ba9601775",
"body": null,
"is_bot": false,
"headline": "Upgrade `thiserror` to version 2",
"author_name": "Markus Pettersson",
"author_login": "markus-mullvad",
"committed_at": "2024-12-01T06:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c9ca74d344ebeab9359cefc371aa5572987bd0",
"body": null,
"is_bot": false,
"headline": "chore: replace debug with trace",
"author_name": "Sid-Ali Teir",
"author_login": null,
"committed_at": "2024-10-23T17:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2dcd51975354263e56b9a8adda3c52ab577c57",
"body": "=== Breaking changes\n - N/A\n\n=== New features\n - N/A\n\n=== Bug fixes\n - Limited outgoing messages on buffer to 1 per poll_send_messages call\n (f4cbd15)\n - Connection calls now use immutable reference to self (72b91a5)",
"is_bot": false,
"headline": "New release 0.11.3",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2024-01-29T01:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c9778e41cd90ce55126599af3cae384269b4147",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "test: Use latest netlink-packet-route",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2024-01-10T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b91a538471a2d2a17c9ac3d7d2287dd4cd729c",
"body": null,
"is_bot": false,
"headline": "Connection calls now use immutable reference to self",
"author_name": "Nathan Cohen",
"author_login": null,
"committed_at": "2024-01-10T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4cbd15de3f4cede10310a3318e5aa8bd5d7f9b9",
"body": null,
"is_bot": false,
"headline": "Limited outgoing messages on buffer to 1 per poll_send_messages call",
"author_name": "Nathan Cohen",
"author_login": null,
"committed_at": "2024-01-10T13:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafea321e4ac01072553fc7f57e8c1542baad7fd",
"body": null,
"is_bot": false,
"headline": "Fix typo in debug log emission",
"author_name": "jmcph4",
"author_login": "jmcph4",
"committed_at": "2023-09-12T12:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897d92d2bcafecbd4d970294e45b7dbb47f30bfa",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Fix changelog date",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-07-09T08:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0bc8f7ca2618de1539969c1d4adb1ef10f5ee7",
"body": "=== Breaking changes\n - N/A\n\n=== New features\n - N/A\n\n=== Bug fixes\n - Check for closed unsolicited messages channel. (2e14c59)\n - Use latest netlink-packet-core 0.7.0. (55fb44f)\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.11.2",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-07-09T07:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e6685c9906a8c301c2da046f9f60bbdb41c1a1b",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Use netlink-packet-core 0.7.0",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-07-09T07:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996fa0b99b2a5019c3a19c023f0c770d62481522",
"body": "Signed-off-by: Florian Kauer <florian.kauer@linutronix.de>",
"is_bot": false,
"headline": "Unit test for proper connection shutdown",
"author_name": "Florian Kauer",
"author_login": "koalo",
"committed_at": "2023-05-23T10:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e14c596f7b9668ad0d393c655a71fb5786f95ea",
"body": "The unsolicited messages channel is used to forward\nunsolicited messages like multicast messages to the user.\n\nHowever, if none are sent by the kernel, the connection\nstays active even if the rx side of the channel was already\ndropped. This finally leads to resource exhaustion (e.g. too\nmany open fi\n[…]\ny\nopened.\n\nTherefore, explicitly check if the channel is already closed\nand if so, take the tx side to allow for shutdown of the connection.\n\nSigned-off-by: Florian Kauer <florian.kauer@linutronix.de>",
"is_bot": false,
"headline": "Check for closed unsolicited messages channel",
"author_name": "Florian Kauer",
"author_login": "koalo",
"committed_at": "2023-05-23T10:10:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61b8676e313f41a355eece09f4e5e0d64de276ed",
"body": "Cosmetic release to update crates.io\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.11.1",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-01-28T13:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb53605eb9bfef0146301d1cd39aae141699b1e",
"body": "=== Breaking changes\n - Remove `netlink_proto::packet`, please use netlink_packet_core (4fa7411)\n\n=== New features\n - N/A\n\n=== Bug fixes\n - N/A\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "New release 0.11.0",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-01-28T13:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2790c8a5bab71b5977071c25207e25e942473e42",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Run cargo clippy and cargo fmt",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-01-28T13:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfce74d857bea3067f571f4897bd060c7dba717",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Use latest rust-netlink crates releases",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-01-28T13:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142865de198f799c5cafdbef86e25fa8f220bc15",
"body": "Remove the reexport of `netlink_packet_core` as `netlink_proto::packet`,\nplease use `netlink_packet_core` directly.\n\nSigned-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Remove reexport of netlink_packet_core (API break)",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2023-01-28T13:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c73fd103163e4007adad1545e41396eb24a9865",
"body": "Signed-off-by: Yuki Okushi <jtitor@2k36.org>",
"is_bot": false,
"headline": "Drop actions-rs actions",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2022-10-23T12:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a0fa7be8630684a0d855ce79b241888a823d38",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Enable CI for smol",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-10-08T02:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83782a8676d479c20a10e9cff7f6e281992d61a5",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Run cargo fmt and cargo clippy",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-10-08T02:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d53ae2a2f228bd16b34027dba15dda203e189ec",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Enable CI",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-10-08T02:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33d60496f3490e63da3f31bf88672cbe6e08c2a",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Enable CI",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-10-08T02:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea9c7ee803905c80ee8372f0e911f91b5b21862",
"body": "Signed-off-by: Gris Ge <fge@redhat.com>",
"is_bot": false,
"headline": "Fix LICENSE and URLs",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-10-07T12:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061d05ef72b7c59af38d8eb59a89957c3da11348",
"body": "== Versioning\n * rtnetlink 0.10.1 -> 0.11.0\n * netlink-packet-route 0.12.0 -> 0.13.0\n\n== Breaking Changes\n * netlink-packet-route: `rtnl::link::nlas::InfoData::Bond` changed from\n `Vec<u8>` to `Vec<InfoBond>`. (99b5765)\n\n== New Features\n * Add support bond. (99b5765)\n\n== Bug fixes\n * Fix the flag of link deletion. (9dccf92)\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "New bundle release 20220715",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-07-26T11:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc5674dd9363e610f230530ceb8ce141ea0604eb",
"body": "The `netlink-proto` removed `ErrorKind` from root. So it should not be\n0.9.3 release but 0.10.0\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "Bump netlink-proto version to 0.10.0",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-06-24T09:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf17331682fdaf13be26c99bbe6ff197ef25ab8",
"body": "== Versioning\n * audit 0.6.0 -> 0.7.0\n * genetlink 0.2.1 -> 0.2.2\n * mptcp-pm NULL -> 0.1.0\n * netlink-packet-generic 0.2.0 -> 0.3.1\n * netlink-packet-audit 0.4.0 -> 0.4.1\n * netlink-packet-route 0.11.0 -> 0.12.0\n * netlink-proto 0.9.2 -> 0.9.3\n * netlink-sys 0.8.2 -> 0.8.3\n * rtnetlink 0.9.1 -> 0.1\n[…]\nrror. (d2a5109)\n * netlink-proto: fix netlink_proto::Error recursive problem. (3d799df)\n * netlink-proto: Simplfied codec error handling. (0027b82, 9cdc870)\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "New bundle release 20220623",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-06-23T12:37:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e005628e87082019300f660d160f80990e98b40c",
"body": "Instead of `patch.crates-io` globally, the internal sub-crate dependency\nshould use `foo = { version = \"0.1.0\", path = \"../foo\" }`.\n\nFor more detail, please read\nhttps://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-path-dependencies\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "Improve internal sub-crate dependency",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2022-06-22T09:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b300160e9997e878abdb43cbfd7db2c718f6a20e",
"body": null,
"is_bot": false,
"headline": "codec: simplify length (error) handling",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2022-06-22T06:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9590de29b7ef6cfb1e3323c845598efdc17b708",
"body": "…hout as_ref",
"is_bot": false,
"headline": "codec: no need to clear empty buffer, can check BytesMut directly wit…",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2022-06-22T06:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54936a109dea894c310d887418452414085004f",
"body": "clippy found out that our implementation is recursive:\n\n```\nerror: using `self` as `Display` in `impl Display` will cause infinite recursion\n --> netlink-proto/src/errors.rs:63:32\n |\n63 | SocketIo(ref e) => write!(f, \"{}: {}\", self, e),\n | ^^^^^^^^^^^^\n[…]\non't need the inner `ErrorKind` type. This commit removes the\n`ErrorKind` (which is also exposed in `audit` and `rtnetlink`) and\nuses `thiserror` to derive most of the boilerplate we need for\n`Error`.",
"is_bot": false,
"headline": "fix netlink_proto::Error type",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2022-03-06T14:35:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed9c9bf7b90b444669e1419bcac3caad1718e47e",
"body": null,
"is_bot": false,
"headline": "make a release",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2022-02-20T17:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb90e9f541df044966abd55eafb9d1a5437a73c",
"body": null,
"is_bot": false,
"headline": "release 2021-12-29",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-12-29T21:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a542129bcf29e4190450dd023d2b6fc2a6d84531",
"body": "…ithub.com/rust-lang/cargo/issues/6313",
"is_bot": false,
"headline": "rename some examples to get unique names as per required by https://g…",
"author_name": "Michael Richardson",
"author_login": "mcr",
"committed_at": "2021-12-28T20:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da1cf601f6b7814696b4c6f83e26d2af64c9b70",
"body": "This command is used to generate the changes:\n\n find -type f -name \\*.rs -exec sed -i \\\n '1s/^/\\/\\/ SPDX-License-Identifier: MIT\\n\\n/' {} \\;\n\nAdding license header to each source file is suggested by Fedora where\nthe `licensecheck` command is used for license vetting.\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "license: Include SPDX-License-Identifier: MIT to source file",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2021-11-23T08:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d6352d9689eb0adfae7a43bda3f12a84482f040",
"body": "- This adds a new type paramater to connection for the socket being used.\n- can drop tokio/smol selection from netlink-packet-audit",
"is_bot": false,
"headline": "Make tokio and smol not conflicting in netlink-proto",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-15T23:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9337ce07202f7c8656bc6a015816d78008734ad2",
"body": "Preparation to make tokio and smol feature non-conflicting in\nnetlink-proto.",
"is_bot": false,
"headline": "Add AsyncSocket trait in netlink-sys",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-15T23:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7313d9d481962f7fa295d1d7e24ddf046299ee1e",
"body": "Creating &mut [u8] (and &[u8]) for unitialized memory is undefined\nbehaviour even when not actually reading the data.\n\nUse bytes::BufMut instead, and advance buffer in recv functions.\nHigh level functions (without flags param) don't need to return length\nof read, as it was used to advance the buffer - only low-level read\nmight return larger length than the buffer (PEEK + TRUNC flags).\n\nThis also bumps netlink-sys; the other crates already got bumped.",
"is_bot": false,
"headline": "Fix UB from unsafe uninitialized buffer slices",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-15T23:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6faa06e92e1fb7bae5c09d1abd64ab9f514296",
"body": null,
"is_bot": false,
"headline": "fixup codec",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-15T23:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65cb8f550716dc707dc11a342c621412593266b",
"body": "1. get rid of \"workaround-audit-bug\" \"feature\"\n\n2. no longer use tokio_util::codec::{Decoder, Encoder}\n\ntokio_util::codec is \"designed\" for bytestreams (and building \"frames\"\nof messages on top), but we need to deal with datagrams (which still\ncan contain multiples messages, just not one message acr\n[…]\ne actually don't want\npeople to reuse these codecs on bytestream (and writing an adapter\nwouldn't be that hard anyway).\n\nAlso we can use a fixed error type, making dealing with it a little\nbit easier.",
"is_bot": false,
"headline": "Make codec a Connection type parameter, split audit implementation",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-15T23:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6648d48173995fd96f9a9d73df94d7d36a4632e7",
"body": "… in implementations (apart from Debug)\n\n- where clauses are almost never needed on type definitions unless you\n need them in the `Drop` implementation\n- Debug trait might be useful if (debug) logging gets added\n- Clone/PartialEq/Eq shouldn't be needed ever in the implementations",
"is_bot": false,
"headline": "Remove constraints from type definitions; remove unneeded constraints…",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-14T21:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eacc5716faf15a40d853b90767158edbaf765f56",
"body": "`T` always was the same as `Self`.\nAlso do a major bump on depending crates.",
"is_bot": false,
"headline": "Remove `T` generic from NetlinkDeserializable and NetlinkSerializable",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-14T21:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1152613e4fe4e53588d4dadcbe846f7d2c691c",
"body": null,
"is_bot": false,
"headline": "Fix clippy lint: useless conversion",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-11-14T14:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d46519b3488738bb023dd07a7db6143086f1ac6",
"body": "- The module `protocol` itself is private at crate level\n- Protocol, Response and the Request alias already are only\n `pub(crate)` at the crate level\n- There are two `From` implementations involving `Request`; without the\n explicit `Request` typename those should have been inaccessible from\n othe\n[…]\nb` Protocol parts, but Protocol\n itself wasn't accessible from other crates, so this should matter\n- Can't see anything else that would have exposed the types so far\n\n-> shouldn't need a version bump",
"is_bot": false,
"headline": "Mark protocol types pub(crate) throughout the crate",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-10-30T21:05:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a24aff9c936ce02180c87807b16a8da0f0e6e90",
"body": null,
"is_bot": false,
"headline": "Format code with `cargo +nightly fmt`",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-10-30T21:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d616c3bd8b1cd5eadab83810ac3f4cb53152991",
"body": " * ethtool NULL -> 0.1.0\n * genetlink NULL -> 0.1.0\n * netlink-packet-generic NULL -> 0.1.0\n * netlink-packet-route 0.7.0 -> 0.8.0\n * rtnetlink 0.8.0 -> 0.8.1\n\nBreaking Changes:\n * `netlink_packet_route::rtnl::link::nlas::Nla::PropList` changed from\n `PropList(Vec<u8>)` to `PropList(Vec<Prop>)` (b4b\n[…]\neletion (cc073b3)\n\nBug fixes:\n * netlink-packet-route: vlan: Fix endianness when creating VLAN (b0fd2ea)\n * rtnetlink: drop byteordered dependency (8bca238)\n\nSigned-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "New group release 20210927",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2021-09-30T08:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8fd627c4cd6d6f193c2f92499f1586e73da035c",
"body": "Signed-off-by: Gris Ge <cnfourt@gmail.com>",
"is_bot": false,
"headline": "rust clippy: Fix clippy warnings",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2021-07-27T02:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c4af7e24360c2e4d786ed80ad89170f689b4de",
"body": null,
"is_bot": false,
"headline": "bump netlink-proto, audit and rtnetlink",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-06-29T08:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be178def83c7acbc56a6f215cdb36830091c689",
"body": null,
"is_bot": false,
"headline": "bump netlink-sys",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-06-29T07:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8dd12f3ebea6952ec17731a07853ab910d43f4",
"body": "Various netlink-proto Encoder impl fixes",
"is_bot": false,
"headline": "Merge pull request #168 from stbuehler/proto-encoder",
"author_name": "Gris Ge",
"author_login": "cathay4t",
"committed_at": "2021-06-14T04:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ba6340cbe81017b45c873b7d14a535c40a09eb",
"body": null,
"is_bot": false,
"headline": "Cargo.toml: move path specs to workspace [patch.crates-io] section",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-06-06T12:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06ea8852ba8ab51c48bec3b0e534b0e452f6150",
"body": "The only semantic difference: on unwind (panic in serialize) the buffer\nlength already is the new one (but the contents were initialized to 0 anyway).",
"is_bot": false,
"headline": "netlink-proto: get rid of unsafe blocks in Encoder",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-06-06T09:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc7d0f763453c6ca5e0319068e9de2b6b771ab8",
"body": "- don't allocate in 2048 steps; we know the total size of additional\n space required (added in d1deb12a03d21038ceb70e0056651701d587a82e)\n- BytesMut can expand to usize::MAX now; so checking remaining_mut()\n only prevents a size overflow (can't allocate it anyway).\n- BytesMut::resize actually changes the size of the buffer and reduces\n `remaining_mut`\n- need to actually reserve enough space before taking\n `&mut buf.chunk_mut()[..msg_len];`",
"is_bot": false,
"headline": "netlink-proto: fix Encoder allocation",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-06-06T09:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d52fd387e84004b283c3bc22069dd2a8ee3c71",
"body": "fe8cb5e6ff2ec6f6d503f9459eb1f6e20f589edc introduced this when to_bytes()\ndidn't return the size anymore.",
"is_bot": false,
"headline": "netlink-proto: optimize Encoder: calculate message length only once",
"author_name": "Stefan Bühler",
"author_login": "stbuehler",
"committed_at": "2021-06-06T09:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a870d7bce3da209e46dbde0a99223533549005ae",
"body": null,
"is_bot": false,
"headline": "rustfmt, clippy",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-03-17T15:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df3a03339f2c74d90637a079eef5ddf5d49d02c9",
"body": "rtnetlink: use macros in response handling",
"is_bot": false,
"headline": "Merge pull request #137 from little-dude/rtnetlink-macros",
"author_name": "Corentin Henry",
"author_login": "little-dude",
"committed_at": "2021-03-17T14:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32ac6169e07a6da636280c921e55375904a245a",
"body": "Update netlink-proto to tokio 1.0, tokio-util 0.6, and bytes 1.0",
"is_bot": false,
"headline": "Merge pull request #147 from charliesome/update-tokio-util",
"author_name": "Corentin Henry",
"author_login": "little-dude",
"committed_at": "2021-03-17T14:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9feb837277e4432ec55c81677bdf3a3aaea0e1",
"body": null,
"is_bot": false,
"headline": "Relax futures version constraint",
"author_name": "Charlie Somerville",
"author_login": null,
"committed_at": "2021-02-04T02:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ded4a9e8833f246fe7f1615f787526261222900",
"body": "This change also requires bumping the version of bytes as well, since\ntokio now returns a type belonging to a different bytes version than\nwhat we have specified.\n\nThere are some API changes in tokio-util codec and bytes that are fixed\nin this commit as well.",
"is_bot": false,
"headline": "Update tokio to 1.0, and relax version constraint",
"author_name": "Charlie Somerville",
"author_login": null,
"committed_at": "2021-02-04T02:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "829b6859cb662c9f9e89c74ff8f605f1bc9dde46",
"body": "…molSocket, feature smol_socket for async-std compatibility, examples in netlink-sys and netlink-proto",
"is_bot": false,
"headline": "implementation of poll_recv_from poll_send_to FromRawFd AsRawFd for S…",
"author_name": "gabrik",
"author_login": "gabrik",
"committed_at": "2021-01-22T14:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7140a218cbbd00a13f3b7c6e50377a736480c28b",
"body": "- netlink-packet-core: 0.2.3 -> 0.2.4\n- netlink-packet-route: 0.6 -> 0.7\n- netlink-sys: 0.5 -> 0.6\n- netlink-proto: 0.5 -> 0.6\n- audit: 0.2.1 -> 0.3\n- rtnetlink 0.6 -> 0.7",
"is_bot": false,
"headline": "bump versions",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-01-20T19:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e961b6d17deb2fcf3607d803569e71653bcefc4d",
"body": "fix clippy warnings",
"is_bot": false,
"headline": "Merge pull request #136 from little-dude/clippy",
"author_name": "Corentin Henry",
"author_login": "little-dude",
"committed_at": "2021-01-20T18:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5009ed35c5e755d48d5c88c18bfeed50c1f2e0",
"body": "This is an attempt at de-duplicating some of the code. Not sure this\nmakes things more readable though.",
"is_bot": false,
"headline": "rtnetlink: use macros in response handling",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-01-17T17:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7257d2e7e0174150e6684c284184524f3273dc",
"body": null,
"is_bot": false,
"headline": "fix clippy warnings",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2021-01-17T10:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5705810ca5253edc422a296475f9de274c4a6245",
"body": "Fixes: #105\n\nSigned-off-by: Tim Zhang <tim@hyper.sh>",
"is_bot": false,
"headline": "Upgrade tokio to 1.0",
"author_name": "Tim Zhang",
"author_login": "Tim-Zhang",
"committed_at": "2021-01-17T04:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3e998652ffc0f2f738b2d6f4ef5eb3d5f88438",
"body": null,
"is_bot": false,
"headline": "bump rtnetlink and netlink-packet-route versions",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-11-27T18:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3f80a4bc9fc5d23674f36bcf3052b84bd3d382",
"body": null,
"is_bot": false,
"headline": "rustfmt",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-10-04T10:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8fa122176601806ea598523652b226d5fca79cf",
"body": "This commit introduces a bunch of breaking changes, but I think they\nbring worthy improvements codewise.\n\n1. merge `mio_socket` feature into `tokio_socket`\n\nThe `mio_socket` is tightly coupled to the `tokio_socket` feature and\nadds complexity, while the use case seems very nice: most users that\ngo f\n[…]\n\n belong: the `netlink_packet_route` crate\n\n6. finally, start addressing [issue 107] by starting documenting\n `netlink_sys` properly\n\n[issue 107]: https://github.com/little-dude/netlink/issues/107",
"is_bot": false,
"headline": "refactor netlink-sys",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-10-04T09:43:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "501506ae5ff45dbd89d6f3f1f4add0b8d71b9e35",
"body": null,
"is_bot": false,
"headline": "release netlink-sys 0.4.0",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-08-19T11:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819b6bcb6f20d43c74bb228777e91c75f6f698f5",
"body": null,
"is_bot": false,
"headline": "fix minor typos",
"author_name": "Idanski",
"author_login": "idanski",
"committed_at": "2020-07-09T12:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73021aa725e0260b14741dbc7f186891d12e7ddd",
"body": null,
"is_bot": false,
"headline": "bump versions",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-06-14T07:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b766bdb38b7699d2919d9da18cbb297bdaa11cfa",
"body": null,
"is_bot": false,
"headline": "Replace `failure` with `anyhow` and `thiserror`",
"author_name": "Yuki Okushi",
"author_login": "JohnTitor",
"committed_at": "2020-05-18T00:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682fe0097801dad4f79d2f95d3d2779f78a02e49",
"body": "- netlink-proto 0.2.0 -> 0.2.1\n- netlink-packet-route 0.1.1 -> 0.2.0\n- rtnetlink 0.2.1 -> 0.2.2",
"is_bot": false,
"headline": "publish new crates versions",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-02-16T10:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f7ab05458d55965050cdbbf9d8e76f295accb2",
"body": null,
"is_bot": false,
"headline": "change RequestId::new signature + rustfmt",
"author_name": "little-dude",
"author_login": null,
"committed_at": "2020-02-16T10:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de152778667e7a0ceab97a38ea99e11b28506788",
"body": null,
"is_bot": false,
"headline": "Fix response handling when NLM_F_ACK is set",
"author_name": "Jethro Beekman",
"author_login": null,
"committed_at": "2020-02-14T12:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400f182ea3642be402f6190e471f86bfdee86beb",
"body": null,
"is_bot": false,
"headline": "Ignore nl_groups when comparing request IDs",
"author_name": "Jethro Beekman",
"author_login": null,
"committed_at": "2020-02-12T16:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de4238ac27dd5069266a3341a94fe12a3b9addc",
"body": null,
"is_bot": false,
"headline": "fix manifest files for release",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-12-20T08:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82fa0063e83eecd0982ad40017f8086c28ff7d53",
"body": null,
"is_bot": false,
"headline": "update to tokio 0.2",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-12-20T07:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a0f0bb4738369c91f7657ab9de4b953bdae1a3",
"body": null,
"is_bot": false,
"headline": "cargo fmt",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-11-04T16:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9384ddef47b7ba6a9fe573154151991ce4fa65fa",
"body": "sometimes it's just clearer to use constants instead of defining\ncustom types.",
"is_bot": false,
"headline": "remove un-necessary abstractions",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-11-04T15:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f306ceed9c62b378d1ecdcb79168003d65ff41",
"body": null,
"is_bot": false,
"headline": "fix netlink-sys and netlink-proto examples",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-11-02T14:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30beb111153510b6642555a965d47a47caae1859",
"body": "The async_await feature opens the door to new APIs. We used the\nmigration opportunity to refactor many several aspects of the project:\n\n- migrate to the async_await ecosystem\n- in netlink_proto, separate the netlink state machine from the io\n logic (see [0])\n- fix the audit events example (see [1])\n[…]\n, re-export netlink_sys as crate::sys\n\nRefs:\n\n[0]: https://github.com/little-dude/netlink/issues/35#issuecomment-459932784)\n[1]: https://github.com/little-dude/netlink/issues/46#issuecomment-513242709",
"is_bot": false,
"headline": "async_await refactor",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-09-08T19:03:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00dfdea225a583f02039aefb5a31f3cff7b8515f",
"body": "Fix https://github.com/little-dude/netlink/issues/35\n\nProblem\n-------\n\nHaving only one crate for all the protocols has many disadvantages:\n\n- conditional compilation makes the code harder to read\n- features make depending on this crate tedious, and some dependent\n crates have to re-export the featu\n[…]\n-sys` that we re-export in every crate, we put the constants\n where they are used. This makes imports a bit more verbose, but that\n allows `netlink-packet-*` crates not to depend on `netlink-sys`.",
"is_bot": false,
"headline": "Split netlink-packet",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-08-12T16:46:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce8695b048902fd0d263a8e90ebc752bf2fb9567",
"body": "this is quite a big change API wise, but it removes a lot of code, and\nmakes all the structs in netlink-packet consistent (some had public\nattributes, some didn't). This will also simplify documenting the types.",
"is_bot": false,
"headline": "make attributes public for all the netlink-packet structs",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-01-29T00:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a46a3c57f77e5afa031bf39a0fcb788f5363e11",
"body": "We now use Emitable/Parseable traits for NLA values, which is more\nconsistent with the rest of the structs.\n\nWe also removed NetlinkMessage's to_bytes/from_bytes. This makes the API\na bit less user-friendly, but using Emitable/Parseable everywhere is\nmore consistent. The to_bytes() methods that takes `&mut self` was also\na bit awkward.",
"is_bot": false,
"headline": "remove to_bytes/from_bytes methods",
"author_name": "Corentin Henry",
"author_login": null,
"committed_at": "2019-01-09T22:17:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 5,
"latest_release_at": "2026-07-25T00:34:43Z",
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 181.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "netlink-proto",
"exists": true,
"license": "MIT",
"keywords": [
"async",
"linux",
"netlink"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/netlink-proto",
"is_deprecated": false,
"latest_version": "0.12.1",
"repository_url": "https://github.com/rust-netlink/netlink-proto",
"versions_count": 25,
"total_downloads": 26790471,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1895599,
"first_published_at": "2019-01-02T01:30:49.820921Z",
"latest_published_at": "2026-07-25T00:34:15.300711Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 23,
"stars": 13,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-05-11",
"count": 2
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
}
],
"complete": true,
"collected": 23,
"total_forks": 23
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 13286,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "rustix",
"direct": false,
"version": "0.38.10",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-c827-hfw6-qwvm"
],
"fixed_version": "0.38.19",
"advisory_count": 1,
"oldest_advisory_days": 1010
},
{
"name": "async-std",
"direct": true,
"version": "1.13.2",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2025-0052"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 335
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0436"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 656
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"moderate": 1
},
"advisory_count": 3,
"affected_count": 3,
"assessed_count": 91,
"malicious_count": 0,
"assessed_package": "crates:netlink-proto@0.12.1",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "bytes",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.8"
},
{
"name": "futures-channel",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "futures-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "netlink-packet-core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.1"
},
{
"name": "netlink-sys",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.4"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bytes",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "netlink-packet-core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "netlink-sys",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "async-std",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "netlink-packet-audit",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "netlink-packet-route",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 7,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 27,
"open_issues": 7,
"closed_ratio": 0.364,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cathay4t",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/934948?v=4"
},
{
"type": "User",
"login": "stbuehler",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/528446?v=4"
},
{
"type": "User",
"login": "little-dude",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6646324?v=4"
},
{
"type": "User",
"login": "koalo",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/537059?v=4"
},
{
"type": "User",
"login": "JohnTitor",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25030997?v=4"
},
{
"type": "User",
"login": "jmcph4",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/717268?v=4"
},
{
"type": "User",
"login": "h7x4",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/14929991?v=4"
},
{
"type": "User",
"login": "gabrik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4215504?v=4"
},
{
"type": "User",
"login": "Tuetuopay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4009336?v=4"
},
{
"type": "User",
"login": "Tim-Zhang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1013713?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.485
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"build.yml",
"clippy-rustfmt.yml",
"license.yml",
"main.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": 2,
"reason": "6 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"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": 4,
"reason": "Found 12/25 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": "ca067b04ada1f7eca86b654b6dcbbdbe237254dd",
"ran_at": "2026-07-25T15:15:46Z",
"aggregate_score": 4.1,
"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-07-25T00:34:15Z",
"oldest_open_prs": [
{
"number": 39,
"created_at": "2026-03-31T08:18:20Z",
"last_comment_at": "2026-03-31T09:29:47Z",
"last_comment_author": "cathay4t"
},
{
"number": 40,
"created_at": "2026-03-31T08:50:19Z",
"last_comment_at": "2026-04-01T14:25:04Z",
"last_comment_author": "cathay4t"
}
],
"last_merged_pr_at": "2026-07-25T00:33:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2023-02-20T11:03:22Z",
"last_comment_at": "2025-01-27T08:33:57Z",
"last_comment_author": "cathay4t"
},
{
"number": 8,
"created_at": "2023-02-21T11:17:12Z",
"last_comment_at": "2025-01-27T08:30:31Z",
"last_comment_author": "cathay4t"
},
{
"number": 16,
"created_at": "2023-07-10T09:43:38Z",
"last_comment_at": "2025-01-27T09:45:34Z",
"last_comment_author": "nox"
},
{
"number": 19,
"created_at": "2023-10-31T01:58:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2024-10-29T11:28:00Z",
"last_comment_at": "2025-01-27T07:52:01Z",
"last_comment_author": "cathay4t"
},
{
"number": 37,
"created_at": "2026-02-19T10:21:28Z",
"last_comment_at": "2026-02-26T00:07:44Z",
"last_comment_author": "cathay4t"
},
{
"number": 43,
"created_at": "2026-07-25T14:18:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rust-netlink/netlink-proto",
"host": "github.com",
"name": "netlink-proto",
"owner": "rust-netlink"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 46,
"vitality": 62,
"community": 52,
"governance": 68,
"engineering": 33
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"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": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"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": 8,
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 181.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~181.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 181.9
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"forks": 23,
"stars": 13,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "23 forks",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 23
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"netlink-proto"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 26790471,
"monthly_downloads": 1895599
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,895,599 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1895599,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 17,
"top_contributor_share": 0.485
},
"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 48% of commits",
"points": 11.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 27,
"open_issues": 7,
"closed_issues": 4,
"issue_closed_ratio": 0.364,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "36% of issues closed",
"points": 17,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 36
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/30 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 30
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/25 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"followers": 83,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "rust-netlink",
"public_repos": 23,
"account_age_days": 1387
},
"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": "83 followers of rust-netlink",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 83,
"login": "rust-netlink"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~3 yr old",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"netlink-proto"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"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": 33,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 28,
"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": "6 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"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": "6 out of 25 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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 12/25 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Matched the crates:netlink-proto@0.12.1 runtime dependency closure — what installing the published package pulls in — 91 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:netlink-proto@0.12.1",
"assessed": 91
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 3,
"assessed_packages": 91,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1, unknown 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: async-std 1.13.2 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "async-std 1.13.2 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "2 affected: rustix 0.38.10 (moderate 6.5), paste 1.0.15 (unknown)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "rustix 0.38.10 (moderate 6.5), paste 1.0.15 (unknown)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 1010 days ago",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 1010
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 91,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 20
},
"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": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 13286,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"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-25T15:16:07.555784Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rust-netlink/netlink-proto.svg",
"full_name": "rust-netlink/netlink-proto",
"license_state": "custom",
"license_spdx": null
}