Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"ppp",
"point-to-point",
"pppoe",
"pppoa",
"pppatm",
"pppol2tp",
"radius",
"pppd",
"eap-tls",
"pppox",
"peap",
"mppe",
"chap",
"eap",
"ipv4",
"ipv6",
"lcp",
"ipcp",
"ipxcp",
"pap"
],
"is_fork": false,
"size_kb": 6018,
"has_wiki": false,
"homepage": "https://github.com/ppp-project/ppp",
"languages": {
"C": 1569640,
"M4": 38251,
"Perl": 9929,
"Roff": 131101,
"Shell": 5749,
"Python": 53731,
"Makefile": 9617
},
"pushed_at": "2026-07-24T23:55:53Z",
"created_at": "2014-01-02T01:09:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T21:54:51Z",
"description": "Paul's PPP Package: PPP daemon and associated utilities | Official GitHub repo: https://github.com/ppp-project/ppp",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": "https://ppp.samba.org/",
"name": "Paul's PPP Package",
"type": "Organization",
"login": "ppp-project",
"company": null,
"location": null,
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/76855764?v=4",
"created_at": "2021-01-02T00:55:05Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 2030
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.5.3",
"kind": "patch",
"published_at": "2026-05-26T03:48:12Z"
},
{
"tag": "v2.5.2",
"kind": "patch",
"published_at": "2024-12-31T05:38:21Z"
},
{
"tag": "ppp-2.5.1",
"kind": "other",
"published_at": "2024-09-18T04:43:00Z"
},
{
"tag": "ppp-2.5.0",
"kind": "other",
"published_at": "2023-04-04T05:57:39Z"
}
],
"recent_commits": [
{
"oid": "d012c8bf502f9e5eedd81c853d714c362d580bf5",
"body": "The EAP-SRP support isn't enabled by default, and doesn't seem to see\nmuch if any use. Remove it so we don't have to worry about potential\nbugs or vulnerabilities in it.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Remove EAP-SRP code (#605)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-07-24T23:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf289c6e4c4638a61bbd5808617ab9719ce6f8c",
"body": "In the EAP negotiation, when we're authenticating the peer, we should\nnever send an EAP Request-Nak packet; in fact such a packet is not\ndefined in the EAP RFC. We were doing that in two cases; (a) when the\npeer sends an EAP Response-Nak to suggest that we ask it for\nMS-CHAPv2, but we don't have MS\n[…]\ntead\nof sending a Nak, in the first case we restart the authentication\nprocess from the beginning, and in the second case we fail the\nauthentication.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd/EAP: Don't send EAP Nak packets as an authentication server (#604)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-07-22T23:53:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9132a33dafb91dc44d26ef597e9ab656cdd5363a",
"body": "pppd: relax and simplify permission check",
"is_bot": false,
"headline": "Merge pull request #592 from LGA1150/fd",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-07-22T12:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58a9872fee58bd59759ae375416f5d750609300",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fd",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-07-22T11:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8384435e54cf98fd0dc7bc0399937f1415836d2c",
"body": "…rs in TLS verification (#602)\n\nIf the user provides an unknown tls-verify-method option, the certificate verification logic would previously fall through and leave ptr2 uninitialized (NULL), leading to a segmentation fault\nwhen attempting to call strcmp.\n\nSigned-off-by: Rose <gfunni234@gmail.com>",
"is_bot": false,
"headline": "pppd: Fix unhandled unknown tls-verify-method and uninitialized buffe…",
"author_name": "AZero13",
"author_login": "AZero13",
"committed_at": "2026-07-21T00:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7e6ecaa732e02b45cccabe349b4b90ee6f058f",
"body": "…ree_session (#597)\n\nThis avoids some peer-triggerable memory leaks.\n\nSigned-off-by: 陈玄林 <chenxuanlin@uniontech.com>",
"is_bot": false,
"headline": "pppd: free ets->data on error paths in eaptls_receive and in eaptls_f…",
"author_name": "xuammu",
"author_login": "xuammu",
"committed_at": "2026-07-21T00:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edca3bda67487e01a5d7632b107e5484bbcf86b7",
"body": "Fixes various build errors seen with gcc 9.x:\n\nMaking all in dhcpv6relay\n CC dhcpv6relay_la-dhcpv6relay.lo\ndhcpv6relay.c: In function 'dhcpv6relay_down':\ndhcpv6relay.c:193:1: error: parameter name omitted\n void dhcpv6relay_down(void*, int)\n ^~~~\ndhcpv6relay.c:193:1: error: parameter name omit\n[…]\npv6relay_up':\ndhcpv6relay.c:855:1: error: parameter name omitted\n void dhcpv6relay_up(void*, int)\n ^~~~\ndhcpv6relay.c:855:1: error: parameter name omitted\n\nSigned-off-by: Bernd Kuhls <bernd@kuhls.net>",
"is_bot": false,
"headline": "dhcpv6relay: fix build with gcc 9.x (#598)",
"author_name": "bkuhls",
"author_login": "bkuhls",
"committed_at": "2026-07-20T23:47:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54a29efaa5a081c7de359e5bbbf56faf9a848761",
"body": "This avoids needless truncation, which takes up multiple more instructions on some architectures, especially older ones.\n\nSigned-off-by: Rose <gfunni234@gmail.com>",
"is_bot": false,
"headline": "Prefer size_t over int where possible (#415)",
"author_name": "AZero13",
"author_login": "AZero13",
"committed_at": "2026-07-20T23:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac4e6cd24f47515a48d98ce87b8e0250c5bf93d",
"body": "It is completely unused. So remove it.\n\nSigned-off-by: Rose <gfunni234@gmail.com>",
"is_bot": false,
"headline": "plugins/pppoatm: Remove unused atm_tcpip_port_mapping (#601)",
"author_name": "AZero13",
"author_login": "AZero13",
"committed_at": "2026-07-20T00:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b7793c3ec7342648339bd0cdc6fce2e6edb99f",
"body": "We are checking for the walk location of the dot, not the start of the string.\n\nSigned-off-by: Rose <gfunni234@gmail.com>",
"is_bot": false,
"headline": "plugins/pppoatm: Check walk instead of text (#600)",
"author_name": "AZero13",
"author_login": "AZero13",
"committed_at": "2026-07-20T00:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eaf2282ae34cbee99cbf5f7f6380d4e2c663c4b",
"body": "The \"Plugin %s loaded\" message is emitted during normal startup\neven when debug logging is disabled.\n\nDowngrade the message from info() to dbglog() so successful\nplugin loading is only reported when debugging is enabled.\n\nCloses: #599\n\nSigned-off-by: Jan Houstek <jan@houstek.net>",
"is_bot": false,
"headline": "pppd: make plugin load message debug-only (#599)",
"author_name": "jhoustek",
"author_login": "jhoustek",
"committed_at": "2026-07-20T00:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "753d595e3ada025e823bffc19e18ea5bef6b6455",
"body": "Add ppp testsuite, modeled on rsync testsuite.",
"is_bot": false,
"headline": "Merge pull request #596 from tridge/pr-ppp-testsuite",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-07-20T00:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6b55168adfa423d3c52427baf3fcd2df217d72",
"body": "Use notice(%s, error_string) rather than notice(error_string)\nbecause error_string comes from the ntlm_auth helper program, and\nwe don't necessarily want to trust that program to produce error\nmessages that don't contain % characters (even though we trust\nit to make authentication decisions).\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "plugins/winbind: Don't use error message as print format",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-06-23T01:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6a4b7425612eeecdc8a8518cf98e2645df5e83",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "configure.ac: Update version number to 2.5.4-dev",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-06-23T01:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4944fc7d2d3da986cc364779195af5fd42ccac",
"body": "The additional check added in v2.5.3 is intended to mitigate symlink\nattacks, but it checks the permissions of every component of a path and\nis too strict, breaking existing configurations. Relax and simplify the\ncheck by only checking the opened file descriptor of a path, so the path\nis resolved only once.\n\nSigned-off-by: Qingfang Deng <dqfext@gmail.com>",
"is_bot": false,
"headline": "pppd: relax and simplify permission check",
"author_name": "Qingfang Deng",
"author_login": "LGA1150",
"committed_at": "2026-06-17T02:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "883c012da96ca66f219f9d04a6707fb7ec091edd",
"body": "Reported by GCC when __attribute__((format(printf))) is declared:\n\ntls.c: In function 'tls_set_version':\ntls.c:324:48: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=]\n 324 | dbglog(\"Setting max protocol version to 0x%X\", tls_version);\n[…]\n int long int\n | %ld\n\nFix the printf format.\n\nSigned-off-by: Qingfang Deng <dqfext@gmail.com>",
"is_bot": false,
"headline": "pppd: fix printf format on long type (#595)",
"author_name": "Qingfang Deng",
"author_login": "LGA1150",
"committed_at": "2026-06-16T10:20:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5de2a22d0a57e617f1c8507835b79e01704823fa",
"body": "OmniOS (illumos) still ships the sppp kernel driver that Oracle\nremoved from Solaris 11.4, so this job gives the Solaris-family code\npaths real link-level testing: the protocol tests (link-up, PAP/CHAP\nauth, MRU negotiation) run against /dev/ppp, with only the\nnamespace-dependent IP routing tests skipping.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "ci: run the integration testsuite on OmniOS",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T02:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8844532ce4ed46f02ae0476a2b253db42f17229",
"body": "Static-check the workflow YAML with rhysd/actionlint on changes under\n.github/workflows/.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "ci: add actionlint workflow",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T02:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f50d30837ef204c86644d56bd92086f2addf87",
"body": "The vmactions VM runs as root and is disposable, so the testsuite runs\nwith PPPD_TEST_GLOBAL_CONF=1 after make install, as a separate Test\nstep driven over the action's ssh access (the VM can only be booted by\none vmactions step per job).\n\nNote that Oracle removed kernel PPP from Solaris 11.4 (the s\n[…]\np and the run verifies the build and that\nthe pppd binary executes. The routing tests would skip regardless, as\nSolaris has no network namespaces.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "ci: run the integration testsuite on Solaris",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T02:17:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e9ca549d16fda9e4a439ff4af4f8c683840a87c",
"body": "Network namespaces are Linux-only, so the IP routing tests (ping,\ndata-transfer) now declare routing=True and skip elsewhere: without\nnamespaces both negotiated addresses are local to one stack and the\ntraffic would short-circuit via loopback rather than traverse the ppp\nlink. The protocol-level tes\n[…]\nhe timeout(1)\nwatchdog becomes optional (required on Linux, used elsewhere when\navailable) with stop() signalling pppd directly when it is absent.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "testsuite: support running the protocol tests on non-Linux hosts",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T02:17:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ccd6fd3bc57df9f1cf5b52e69124ab7bb04f9830",
"body": "GitHub runners have passwordless sudo and the ppp modules available,\nso the new runtests.py suite can run as a separate job alongside the\nexisting unit-test jobs. --fail-on-skip ensures the job goes red\nrather than silently skipping if a runner loses a prerequisite.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "ci: run the integration testsuite on Ubuntu",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T00:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12518d3a1b5e1ad7a62324a53d13954877c3302f",
"body": "Distribute runtests.py and testsuite/, and add a check-integration\ntarget. It is deliberately not part of \"make check\": the link tests\nneed root (or passwordless sudo) and kernel ppp support.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "Makefile.am: hook up the integration testsuite",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T00:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0ed923ce8354351602a52046c27ac401c2286a",
"body": "Add an end-to-end testsuite that brings up pairs of pppd processes\nback-to-back and verifies real behaviour on the wire: LCP/IPCP link\nnegotiation, IP routing between the instances, bulk data integrity,\nPAP/CHAP authentication (accept and reject), and MRU negotiation.\n\nEach test joins two pppd proce\n[…]\nen neither is available or the\nkernel lacks ppp support. Each pppd runs under a timeout(1) watchdog\nso no root process outlives a killed test run.\n\nSigned-off-by: Andrew Tridgell <andrew@tridgell.net>",
"is_bot": false,
"headline": "testsuite: add pppd integration testsuite",
"author_name": "Andrew Tridgell",
"author_login": "tridge",
"committed_at": "2026-06-13T00:35:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b02040f4838237ecd08852c77acd2c89c32f392",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update version to 2.5.3",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-25T23:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2176c89ae3879f1566149e79d8fbd42e19724af",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "README: Improve wording of new feature descriptions (#590)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-25T04:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c82ddc5bf6080fe9f45e25b77373801fd0ef5241",
"body": "…tpacket_buf (#589)\n\nIn ipcp_reqci(), there is code that appends a CI_ADDR option to the\nlist of options being returned as a Configure-Nak. Add a check to\nthis code to ensure that there is sufficient space to append the\noption, so that a malicious peer can't cause the code to write past\nthe end of \n[…]\nh to 1500 or the peer's MRU,\nwhichever is smaller.\n\nThese issues were found by Sebastian Eisenreich-Dietz (CyberDanube) in\ncooperation with A&R TECH.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Add checks to avoid out-of-bounds writes to inpacket_buf and ou…",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-25T04:10:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a9fe70600be4675d1961934350754ec94d4933b9",
"body": "Updates preparing for 2.5.3 release.",
"is_bot": false,
"headline": "Merge pull request #588 from ppp-project/dev",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-22T00:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f19b5263eb1b272a308dba6526d2b1eeeb8df4",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "README: Update for v2.5.3",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-19T02:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d4a849d16d5d1ea4e64d228ae75169936ff530",
"body": "Print a warning at the end of the configure script if the user selects\nCBCP, in order to try to work out if anyone is still using it.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "configure.ac: Print warning if CBCP is enabled",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-19T02:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20dcd29a7704f81c27922eb5528fdfb23a6e993d",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd/plugins: Add const qualifiers to eliminate warnings",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-19T02:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c40f104c84fa440d90e68356cede1209cc0c496",
"body": "Document script override options, and add options for auth-up and auth-down.",
"is_bot": false,
"headline": "Merge pull request #587 from jkroonza/various-improvements",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-15T09:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c391798b6fece3edde2a1ff15a56ace0482042",
"body": "The have_route_to() call in auth_ip_addr() is dead code, so remove it.\nIt can never be reached because, to reach it, we would have to have\n!auth_required && !allow_any_ip && !privileged, but auth_check_options()\nsets auth_required to 1 in that case.\n\nIn other words, the logic established by previous\n[…]\n is not given), the peer can use any IP address, with no\nreachability check.\n\nIn neither case is the reachability check done by have_route_to() used.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Remove dead check for existence of route to remote IP (#585)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-14T23:23:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8f8f008c13b3cf58cf94332bfe06a77ea0117bd",
"body": "Signed-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Implement override options for auth-up and auth-down scripts.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-05-14T09:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a855ac49d7b8791a83e75855889e3892376d39",
"body": "Closes: #586\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Update man page to reflect various script path override options.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-05-14T09:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda63cb50dd4013d10615f0859e24c96646cfea4",
"body": "Signed-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "sample scripts: auth-* add <ipparam> and fix description in auth-down.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-05-14T08:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf96e46d7384d5d9f698866d0ce863c9baaa5e3",
"body": "Update pppd man page and some comments, and remove an error message\nthat is incorrect now.",
"is_bot": false,
"headline": "Merge pull request #584 from ppp-project/update-messages",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-09T07:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870da8a26837e3ef1ea1b4cc9c4d20c25c894693",
"body": "- Describe new behaviour concerning authentication when being run by a\n non-root user, i.e. 'auth' is the default unless 'noauth' is in effect\n from a privileged options file.\n\n- defaultroute[6] are always privileged regardless of whether\n nodefaultroute[6] is in effect. Also make a minor wording fix\n in the defaultroute6 description.\n\n- Describe the path check applied to privileged options files,\n secrets files and other sensitive files.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Update man page to reflect recent changes",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-07T11:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324beba9e7c6d0a5620303a8ea99f7626ab5ba38",
"body": "Now that the existence of an IPv4 default route is no longer relevant\nin deciding whether the peer is required to authenticate, remove an\nerror message and adjust some comments to reflect that.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Adjust message and comments for recent changes",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-07T07:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa612003a904d2a957660d22c410a1c78359b81b",
"body": "…ivileged (#581)\n\nThis takes out the check for the existence of a default route which\naffected whether the peer was required to authenticate in those\ncases where pppd was installed setuid-root and run by non-root.\nNow, pppd run by non-root will require the peer to authenticate\n(unless a privileged o\n[…]\n-off-by: Jaco Kroon <jaco@uls.co.za>\n\n* pppd: make defaultroute and defaultroute6 options privileged.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>\n\n---------\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Simplify requirements for authentication, make defaultroute* pr…",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-05-07T07:33:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22b104801fda7f114bc82208c64e2fe5f2836fe5",
"body": "Signed-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: make defaultroute and defaultroute6 options privileged.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-04-24T13:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4d0c2ed0401d855d760089ba6b4102eaafda93",
"body": "Since the \"set\" and \"unset\" options affect the environment passed to\nscripts that run as root, and environment variable settings could\naffect or disrupt the execution of those scripts, these options\nshould be privileged.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Make set and unset options privileged (#583)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-24T12:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "137145145dd94d2de1f8de2afff868fe8e820600",
"body": "In the EAP code there are a few places where we could read beyond\nthe end of the received data in a malformed packet received from the\npeer. Because the received packet is in the statically-allocated\ninpacket_buf, and because EAP packets can only have a limited number\nof fields of limited size, the\n[…]\nr read beyond\nthe end of the received data.\n\nThanks to Kazuma Matsumoto, a security researcher at GMO Cybersecurity\nby IERAE, Inc., for finding this.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Be careful not to access beyond end of EAP packets (#582)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-15T22:15:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5a6fb96ac35020957c4261bd32c692ee4b20917",
"body": "Strict access checks for scripts, secrets files and call option files.",
"is_bot": false,
"headline": "Merge pull request #577 from ppp-project/strict",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-08T03:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf21ac66e882661826f7e18b6d9f76541889a987",
"body": "https://github.com/ppp-project/ppp/issues/543 for reference.\n\nCloses: #543\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: do not rely on have_route_to(0) during auth.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-04-02T11:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6c01104620849fa944d6f47058b85fd8d930fe",
"body": "…#580)\n\nThis is to enable detecting wrap-around, and the sysfs overhead serves\nno purpose since the sysfs files don't contain 64-bit counters even on\n64-bit architectures.\n\nCloses: #578\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: On Linux < v3.8 force get_ppp_stats() to use ioctl() counters (…",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2026-04-02T07:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1793d4c3db2664bd92d37597ad95ef4e60e73670",
"body": "This checks, using ppp_check_access(), that files invoked using the\n\"call\" option can't be tampered with by non-root processes.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Check access to options files invoked with the call option",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-01T05:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030c3508f892cc0bf1a6345864cd0784c1cf0605",
"body": "…cesses\n\nCheck that files containing secrets used by a remote system to\nauthenticate itself to this system could not be changed by a non-root\nprocess, that is, that the file and all directories in the real path\nto it are owned by root and not writable by group or other.\nThe files that are checked in\n[…]\ntto for chap-secrets option)\n/etc/ppp/srp-secrets\n/etc/ppp/eaptls-server\n/etc/ppp/eaptls-client\nFiles specified using @/file syntax in a secrets file\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Check that secrets files can't be tampered with by non-root pro…",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-01T05:27:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "60392cf89b2fd5dc386406f36770e156ef60e07b",
"body": "As a security measure, check that scripts that are run as root by pppd\nusing run_program() could not have been changed by a non-root process.\nFirst, the path to the script file is converted to an absolute path\nwithout symlinks using realpath(). Then each component of the path\nfrom the root director\n[…]\ne error messages, changed fstatat(..., AT_SYMLINK_NOFOLLOW)\nto lstat(), and otherwise tweaked it a little.\n\nOriginally-by: Jaco Kroon <jaco@uls.co.za>\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Check that scripts can't be tampered with by non-root processes",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2026-04-01T05:27:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8d994052e3858848ce11318085e04fe7a1cfb28",
"body": "memcpy() with overlapping src and dest buffers is an undefined behavior\nin C. In the current code, a ConfRej response is generated by copying\ninput data in-place, where the dest address is lower than the src.\nThis happens to work in practice because memcpy() forward-copies data,\nmatching the behavio\n[…]\nogram.\n\nReplace the memcpy() with memmove() to ensure a well-defined behavior.\n\nReported-by: Filippo Carletti <filippo.carletti@gmail.com>\nCloses: #576\n\nSigned-off-by: Qingfang Deng <dqfext@gmail.com>",
"is_bot": false,
"headline": "pppd: fix memcpy overlap (#579)",
"author_name": "LGA1150",
"author_login": "LGA1150",
"committed_at": "2026-03-04T21:41:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f691c224e12ee13a1b317a1838d150f1ffef14a1",
"body": "Fixes #331\n\nSigned-off-by: Mateusz Poliwczak <mpoliwczak34@gmail.com>",
"is_bot": false,
"headline": "Remove MRU limit on PPPoE (#573)",
"author_name": "Mateusz Poliwczak",
"author_login": "mateusz834",
"committed_at": "2026-02-10T23:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1affa97637a405b1557b3e7f1c23239bfe65889d",
"body": "dhcpv6relay plugin: Make all sockets non-blocking.",
"is_bot": false,
"headline": "Merge pull request #572 from jkroonza/dhcpv6-nonblock",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2025-12-05T22:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e109960df0669dc6abc8d0a376f19f9dbf8a4ad3",
"body": "When calling recvfrom we can pass MSG_TRUNC to always get the number of\nbytes that was in the original packet (for non-connection oriented\nprotocols such as UDP) rather than the number of bytes placed into the\nbuffer. This allows us to compare the number of bytes in the packet to\nthe size of the bu\n[…]\n less than the buffer size.\n\nTechnically this fixes an off by one error, but there should be no\noperational impact and highly unlikely to occur in the wild.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "dhcpv6relay: Improve buffer overrun protection by using MSG_TRUNC.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-10-29T11:08:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "adec08a7b599fd104c58d9302319b197407c4504",
"body": "unicast.\n\nhttps://datatracker.ietf.org/doc/html/rfc4861#section-4.2 states:\n\nDestination Address\n Typically the Source Address of an invoking Router\n Solicitation or the all-nodes multicast address.\n\nThis implies we should respond *to* the requesting device only using\nunicast, thus make it so.\n[…]\nis, also making the socket non-blocking.\n\nIf we fail to receive due to EWOULDBLOCK or EAGAIN - assume we \"lost\" a\nRS and just send a RA to multicast anyway.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "dhcpv6relay: When responding to router solicitations, do so using",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-10-29T11:08:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13291f4c08ebe23afc5427c0e66f8ebb56305fbe",
"body": "As it turns out some (I won't mention names) routers ends up using LL\naddresses when originating IPv6 traffic in the absense of IA_NA issued\naddress (In spite of having IA_PD space available). This allows the\nDHCPv6 server to issue same and have routing function.\n\nInclude some extra safeties too for processing IA_PD server responses as\nwell.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "dhcpv6relay plugin: Add support for NA. (#569)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-10-25T19:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15035c193678d9a4e17b3a5914bfcd08fc3fd37b",
"body": "BUILT_SOURCE statement had no effect, and is replaced by the correct\nstatement (verified with 'make dist' and 'make install').\n\nThis should resolve https://github.com/ppp-project/ppp/issues/541\n\nSigned-off-by: Alexander Kanavin <alex@linutronix.de>",
"is_bot": false,
"headline": "pppd/Makefile.am: correctly install-but-not-distribute pppdconf.h (#570)",
"author_name": "Alexander Kanavin",
"author_login": "kanavin",
"committed_at": "2025-10-22T19:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4571660a5b6e44cd75326459fb1698385f06ef",
"body": "…ux (#566)\n\nAdd 'vrf' option to bind a PPP interface to a specific VRF, so that\nroutes are installed in the VRF's routing table rather than the main\nrouting table.\n\nThis allows PPP sessions to operate in separate routing domains,\nproviding isolation of traffic and routes.\n\nWhen this option is used, pppd sets the 'VRF' environment variable for\nip-{up,down} scripts.\n\nSigned-off-by: Martin Olivier <martin.olivier@live.fr>",
"is_bot": false,
"headline": "pppd: add VRF (Virtual Routing and Forwarding) binding support on Lin…",
"author_name": "Martin Olivier",
"author_login": "martin-olivier",
"committed_at": "2025-10-03T09:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a839700f353f2ebc4d3d926282365a11362bb4e3",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Submitting-patches.md: minor update",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2025-08-14T22:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae90e60910ff0aec55c587555d815179536348a",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "configure.ac: Update version number to 2.5.3-dev",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2025-08-14T22:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9f4211bdb5d7ceb3219d687df25092f54049fb",
"body": "Fix typo in usage(void) of pppoe-discovery.\n\n-Q should be described as Quiet (as in silent) mode, not Quit (as in exit) mode\n\nSigned-off-by: Gregor Heuer <gregwarrior@gmx.de>",
"is_bot": false,
"headline": "plugins/pppoe: Fix typo in pppoe-discovery.c help text (#565)",
"author_name": "Fallguy0815",
"author_login": "Fallguy0815",
"committed_at": "2025-08-14T22:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c30d373bb0794aeaace926ed707f6a917d025f",
"body": "This reverts commit 26d1b60f4984fe71005c4f1a99691e714920f33c.\n\nAdditionally a comment is added so anyone looking at Coverity output\nwill not be tempted to \"fix\" it again.\n\nCloses: #560\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "Revert \"pppd/options.c: fix memory leak on error path (#441)\" (#562)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-07-19T05:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3bf58b846fb320db7f68e9ecbda7992c396750",
"body": "dhcpv6relay plugin from Jaco Kroon",
"is_bot": false,
"headline": "Merge pull request #551 from jkroonza/dhcpv6relay",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2025-05-15T08:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e648da58d1914365a3c71bece1827126794d289c",
"body": "We will now listed for RS (Router Solicitation) messages, and respond by\nsending a RA (Router Advertisement) stating that managed mode needs to\nbe used both for address as well as supplementary (eg DNS)\nconfigurations.\n\nAlso added an option to send RAs at pre-defined intervals. First\ninstance is sent 1 second after IPv6CP comes up, and then thereafter at\nthe relevant configured interval.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "dhcpv6relay plugin: Add support for RS and RA",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-05-07T21:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4c2d6f352b52980bab48131f7ddeda42661d56",
"body": "After the plugin is loaded, it just needs dhcpv6-server option to\nknow where to relay to.\n\ndhcpv6-trusted / dhcpv6-untrusted can be used to mark the port as\ntrusted (will further forward relay-fwd messages) or unstrusted (will\nonly accept and forward client originated messages.\n\ndhcpv6-metric - metr\n[…]\n the kernel\nrouting table for prefix delegations.\n\nServer needs to support fwd option 135 (aka relay-port) in order to\nrespond to pppd. KEA (for one) does.\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "dhcpv6relay plugin.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-05-02T11:07:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b68270e54e813afd871b82dd42ba3aeccaa03822",
"body": "This includes an implementation on Linux, and a placeholder on Solaris\n(which will need to be implemented to make dhcpv6relay module\neffective).\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: add sifaddroute and sifdelroute to the ppp api.",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-05-02T10:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ca4321f5efaf95dc6d54cd5131725381c511fe",
"body": "This allows non-core modules to add file descriptors to the\nevent loop and have a call-back called when those file descriptors\nwon't block on read().\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Implement more generic event handler mechanism",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-05-02T10:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb769c380eeacf23b64cb3bf7860ba49a0e0eed5",
"body": "Fixed building with GCC 15 which defaults to C23\nand find conflicting declration of getspnam() here\nwith the one provided by shadow.h (extern struct spwd *getspnam (const char *__name);)\n\nFixes\n../../ppp-2.5.2/pppd/session.c: In function 'session_start':\n../../ppp-2.5.2/pppd/session.c:185:18: error: conflicting types for 'getspnam'; have 'struct spwd *(void)'\n 185 | struct spwd *getspnam();\n | ^~~~~~~~\n\nSigned-off-by: Khem Raj <raj.khem@gmail.com>",
"is_bot": false,
"headline": "pppd: Fix building session.c with GCC 15 (#553)",
"author_name": "Khem Raj",
"author_login": "kraj",
"committed_at": "2025-04-08T07:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7060ac7c505e685bebca05eb14fa1d9550364051",
"body": "It's possible for ring_header[2] to be modified by another process when\nreading it twice through a volatile pointer, causing it to change from a\nsmall value (which doesn't need to wrap around) to a large value which\nwould exceed the size of the buffer.\n\nSigned-off-by: Simon Arlott <git@sa.me.uk>\nCo-authored-by: Simon Arlott <git@sa.me.uk>",
"is_bot": false,
"headline": "pppd: Fix potential buffer overflow in lcp_rtt_update_buffer() (#554)",
"author_name": "Simon Arlott",
"author_login": "nomis",
"committed_at": "2025-04-08T07:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17da861706d7d23ddf4d5a82d1082549cd88769",
"body": "Signed-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Suppress spurious ESRCH on route removal (#550)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-03-13T01:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b514c2c6e33716ca38b6c191f4bd295528eaf571",
"body": "…uild ppp. (#552)\n\nGiven a system with the following:\n - linux 4.4.302\n - kernel headers 3.4.104\n - gcc 4.7.3\n - binutils 2.22\n - glibc 2.18\n\nCompiling ppp fails with the following errors:\n\n====\nx86_64-linux-gnu-gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../pppd/plugins/pppoe -DSYSCONFDIR=\\\"/usr/etc\n[…]\n'\n====\n\nThey are likely due to the ordering of include files which changed in newer\nsystems.\n\nSigned-off-by: NPMurphy <neal.p.murphy@alum.wpi.edu>\nCo-authored-by: NPMurphy <neal.p.murphy@alum.wpi.edu>",
"is_bot": false,
"headline": "Move inclusion of <linux/ppp_ioctl.h> to allow geriatric systems to b…",
"author_name": "Neal P. Murphy",
"author_login": "fest3er",
"committed_at": "2025-03-13T01:41:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05361692ee7d6260ce5c04c9fa0e5a1aa7565323",
"body": "GCC 15 defaults to C23 which does not allow K&R declarations.\n\nCredit Yaakov Selkowitz in:\nhttps://src.fedoraproject.org/rpms/ppp/pull-request/12\n\nSigned-off-by: Jaroslav Škarvada <jskarvad@redhat.com>",
"is_bot": false,
"headline": "pppdump: Fixed building with GCC 15 (#548)",
"author_name": "Jaroslav Škarvada",
"author_login": "yarda",
"committed_at": "2025-02-27T22:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6bb901358b19bb5b8eb270f213341ff4befd85",
"body": "1. replacedefaultroute option is no longer functional.\n2. default route will now always be appended at defaultroute-metric (both\n IPv4 and IPv6) if defaultroute{.6} is given.\n\nCloses: #473\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "pppd: Rework default route handling. (#544)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-02-23T22:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67c2965c31c19d839599ed266df706d701b580c",
"body": "Signed-off-by: Chris Boot <bootc@debian.org>",
"is_bot": false,
"headline": "pppd.8: Fix groff warning (#547)",
"author_name": "Chris Boot",
"author_login": "bootc",
"committed_at": "2025-02-18T21:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b65ca2c9343247592809cc97e05d008bc687e77",
"body": "…545)\n\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "Make a note about shell expansion in pppd man page for pty option. (#…",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2025-01-22T21:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f612dc02c34509f062ed63b60bcc7e937e25178",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "config: Include some extra files in the tarball",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-12-31T04:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eca3c738d7b4573ed8356a31d347daac8bc38cf",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update README and configure.ac for 2.5.2 release",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-12-30T23:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a232b7140331a9bd2c76dae5357ece33a6b7313a",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update a few more copyright notices",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-12-30T22:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0885c4b2663481ebea94e158b17289a7a39a91ca",
"body": "Since our only PEAP mechanism is MS-CHAP v2, the compile fails if we\r\nenable PEAP without MS extensions. Therefore, for now make PEAP\r\ndepend on MS extensions, so if MS extensions are disabled, PEAP is\r\nautomatically disabled.\r\n\r\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "configure: Make PEAP depend on microsoft extensions (#540)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-12-30T22:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5efd40cf3be955aa2857c61be759299ca238dda2",
"body": "Signed-off-by: [anp/hsw] <sysop@880.ru>",
"is_bot": false,
"headline": "disable holdoff for reconnect on timeout or link failure (#538)",
"author_name": "[anp/hsw]",
"author_login": "anphsw",
"committed_at": "2024-12-30T05:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95594918d08ca2c8f48babb7903fb65803302ebd",
"body": "This relates to #519 and addresses the portion where \"we can also\r\nexclude things like /.github/ from the release\".\r\n\r\nSigned-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": ".gitattributes to exclude .git* files from git-archive. (#539)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2024-12-30T03:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ec06ec5839350bd728da0e92a8cb2e1c37d880",
"body": "Make my copyright notices all consistently have a 2-clause BSD licence.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update my copyright notices and remove old RCS tags",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-12-20T01:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734bc0438e78b7c7cd34acfce3a4ec119d9a50b6",
"body": "If multilink feature is not enabled, the '/var/run/pppd' directory\r\nwon't be created before adding pid file.\r\n\r\nFixes error message:\r\n'Failed to create pid file /var/run/pppd/pppoe-wan.pid: No such file or directory'\r\n\r\nSigned-off-by: Shiji Yang <yangshiji66@outlook.com>",
"is_bot": false,
"headline": "pppd: Make pid directory before creating the pid file (#536)",
"author_name": "DragonBluep",
"author_login": "DragonBluep",
"committed_at": "2024-11-26T09:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3102b0b61816daad8b0c5b4212db1bf6828cb334",
"body": "…(#535)\n\nThe rtentry device name has already been set in commit:\r\n9856f47063c0 (\"Specify the device name on the default route deletion\")\r\n\r\nFixes: 35e5a569c988 (pppd: add support for defaultroute-metric option)\r\n\r\nSigned-off-by: Shiji Yang <yangshiji66@outlook.com>",
"is_bot": false,
"headline": "pppd: remove redundant rtentry device name init in cifdefaultroute() …",
"author_name": "DragonBluep",
"author_login": "DragonBluep",
"committed_at": "2024-11-21T03:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6eabdb6666d914e0f8feb3facfa591dee75a1f",
"body": "The symbol OPENSSL_VERSION_NUMBER is not defined when pppd is\r\ncompiled without OpenSSL support, so it evaluates to zero.\r\nThis results in the following linker error:\r\n\r\ncrypto.c:241: undefined reference to `ERR_free_strings'\r\n\r\nSigned-off-by: Tomas Paukrt <tomaspaukrt@email.cz>",
"is_bot": false,
"headline": "pppd: Fix build without OpenSSL (#533)",
"author_name": "Tomas Paukrt",
"author_login": "tpaukrt",
"committed_at": "2024-11-21T02:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "616102e93be1c629821cafd83a89d9e6c0467033",
"body": "Springclean",
"is_bot": false,
"headline": "Merge pull request #529 from ppp-project/springclean",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-29T05:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72b03393a4fe14768dcf54b6cb14a6220b83aaf",
"body": "Starting with LibreSSL 4.0.0 the OPENSSL_load_builtin_modules() function\r\nwas removed. It is obsolete after automatic library initialization and\r\nnow an internal API.\r\n\r\nSigned-off-by: orbea <orbea@riseup.net>",
"is_bot": false,
"headline": "pppd: fix build with LibreSSL 4.0.0 (#526)",
"author_name": "orbea",
"author_login": "orbea",
"committed_at": "2024-10-29T05:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7120b5cea9ef51f6b3e95b0be9938f2fec24eaf",
"body": "Add support of format specifiers %lld and %llu to the function vslprintf\r\nand use the correct specifiers for printing 64-bit counters.\r\n\r\nSigned-off-by: Tomas Paukrt <tomaspaukrt@email.cz>",
"is_bot": false,
"headline": "pppd: Fix printing 64-bit counters (#528)",
"author_name": "Tomas Paukrt",
"author_login": "tpaukrt",
"committed_at": "2024-10-29T05:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef41a6dcb297dc248acb67b811fa282b737f8747",
"body": "The commentary and example in this file doesn't seem all that useful.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Delete samples/options.ttyXX",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-26T06:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c24180bcf8b10c36bad4ec3a301b98c40aa38c08",
"body": "This removes various scripts and config files that related to dial-up\nconnections, doing PPP over rsh or ssh (for which there are better\nalternatives), and updating resolv.conf (for which distros have other\nmechanisms these days).\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "scripts: Remove some old scripts of dubious value",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-25T07:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e627e21282aa97233c91f4360092995c377d5e",
"body": "This is associated with the passprompt plugin, and like it, seems not\nto be very useful any more now that no-one uses dial-up. Also, its\nfunction seems somewhat peripheral to PPP.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Remove pppgetpass program",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-25T06:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a66ad22e54c72690ec2a29a019767c55c5281fc",
"body": "This is prompted by a number of factors:\n\n* It was more useful back in the dial-up days, but no-one uses dial-up\n any more\n\n* In many cases there will be no terminal accessible to the prompter\n program at the point where the prompter is run\n\n* The passwordfd plugin does much the same thing but does it more\n cleanly and securely\n\n* The handling of privileges and file descriptors needs to be audited\n thoroughly.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "pppd: Remove passprompt plugin",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-25T06:26:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346125f3750f19bd5f329e8bc31a7df7ffd149d8",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update version to 2.5.2-dev",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-18T09:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac269dbf7c142371cd975c775c6171707ac4dde8",
"body": "Fix this:\r\n\r\ncrypto.c: In function 'PPP_crypto_error':\r\ncrypto.c:178:11: error: implicit declaration of function 'vsnprintf' [-Wimplicit-function-declaration]\r\n 178 | off = vsnprintf(buf, len, fmt, args);\r\n | ^~~~~~~~~\r\ncrypto.c:41:1: note: include '<stdio.h>' or provide a declar\n[…]\n-mismatch]\r\n 178 | off = vsnprintf(buf, len, fmt, args);\r\n | ^~~\r\n<built-in>: note: built-in 'vsnprintf' declared here\r\n\r\nSigned-off-by: Tan Zien <nabsdh9@gmail.com>",
"is_bot": false,
"headline": "pppd/crypto: Fix gcc 14 build (#524)",
"author_name": "nasbdh9",
"author_login": "nasbdh9",
"committed_at": "2024-10-15T02:53:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff28c309676f7b5040a2aa845b950821c0760639",
"body": "- Updated READMEs\r\n- Disabled MPPE support for Solaris\r\n- Fixed compilation error in ccp.c with MPPE disabled\r\n- Use OS-provided drivers and associated include files\r\n- Tested on OpenIndiana Hipster (Illumos)\r\n\r\nSigned-off-by: James Carlson <carlsonj@workingcode.com>\r\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>\r\nCo-authored-by: James Carlson <carlsonj@workingcode.com>",
"is_bot": false,
"headline": "Bring Solaris port back up to date (#525)",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-10-15T02:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d540579ce591e238ff7c432e3246a44ce8cec3f7",
"body": "Signed-off-by: Jaco Kroon <jaco@uls.co.za>",
"is_bot": false,
"headline": "Export remote_number into REMOTENUMBER environment variable (#521)",
"author_name": "Jaco Kroon",
"author_login": "jkroonza",
"committed_at": "2024-10-14T08:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6a7c95e1253a42234a0e29fedb7d944cc64063",
"body": "The total execution decreased by about 20%, sometimes even more.\r\n\r\nSigned-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>",
"is_bot": false,
"headline": "ci: Update the Solaris action to benefit from the faster VM (#522)",
"author_name": "Adrien RICCIARDI",
"author_login": "RICCIARDI-Adrien",
"committed_at": "2024-10-14T08:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5aeec65752d4a9b3bb46771d0b221c4a4a6539e",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update README to fix an error",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-09-18T04:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8918950194c0cf4edb819c89e1117a76603b22db",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update version to 2.5.1 for release",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-09-18T04:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf52861d25cabd35b043541af49a064c29a11792",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Update README for 2.5.1 release",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-09-18T04:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367a47aa90532912871d6db354b3c7232aea275d",
"body": "Signed-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "scripts: Update Makefile.am to reflect chatchat removal",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-09-18T04:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ced44aca80d49ec4bf48945edddda87de215c02",
"body": "It is old and unmaintained and I don't think anyone uses it.\n\nSigned-off-by: Paul Mackerras <paulus@ozlabs.org>",
"is_bot": false,
"headline": "Remove chatchat program",
"author_name": "Paul Mackerras",
"author_login": "paulusmack",
"committed_at": "2024-09-18T03:49:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 57,
"latest_release_at": "2026-05-26T03:48:12Z",
"latest_release_tag": "v2.5.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 18,
"days_since_latest_release": 60,
"mean_days_between_releases": 382.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 251,
"stars": 449,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-04-12",
"count": 1
},
{
"date": "2014-06-03",
"count": 1
},
{
"date": "2014-08-10",
"count": 1
},
{
"date": "2014-09-01",
"count": 1
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-09-25",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-20",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-04",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-25",
"count": 1
},
{
"date": "2015-07-04",
"count": 1
},
{
"date": "2015-07-22",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-10-31",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-08",
"count": 1
},
{
"date": "2015-12-09",
"count": 1
},
{
"date": "2016-01-02",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-28",
"count": 1
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-07-02",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-09-09",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-23",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-07",
"count": 2
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-09-09",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-10",
"count": 2
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-17",
"count": 2
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-05",
"count": 2
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2020-12-31",
"count": 2
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-23",
"count": 3
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-09-09",
"count": 2
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-27",
"count": 2
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-06",
"count": 2
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-02-02",
"count": 2
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
}
],
"complete": true,
"collected": 248,
"total_forks": 251
},
"star_history": null,
"open_issues_and_prs": 34
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"sample"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 98466,
"source_files_sampled": 123,
"oversized_source_files": 4,
"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": 3,
"merged_prs": 256,
"open_issues": 31,
"closed_ratio": 0.875,
"closed_issues": 217,
"closed_unmerged_prs": 98
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "paulusmack",
"commits": 1740,
"avatar_url": "https://avatars.githubusercontent.com/u/1606439?v=4"
},
{
"type": "User",
"login": "enaess",
"commits": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/1057596?v=4"
},
{
"type": "User",
"login": "pali",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/7141871?v=4"
},
{
"type": "User",
"login": "jkroonza",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/4939406?v=4"
},
{
"type": "User",
"login": "carlsonj",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/375778?v=4"
},
{
"type": "User",
"login": "etbe",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/14937006?v=4"
},
{
"type": "User",
"login": "RICCIARDI-Adrien",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/4292857?v=4"
},
{
"type": "User",
"login": "sthibaul",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/5405051?v=4"
},
{
"type": "User",
"login": "kad",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/41858?v=4"
},
{
"type": "User",
"login": "yarda",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/958845?v=4"
}
],
"contributors_sampled": 94,
"top_contributor_share": 0.792
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"actionlint.yml",
"buildroot.yaml",
"omnios.yaml",
"solaris.yaml",
"ubuntu.yaml"
],
"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": 10,
"reason": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 6,
"reason": "Found 11/18 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 25 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 10,
"reason": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"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": null,
"reason": "no dependencies found",
"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": 9,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "d012c8bf502f9e5eedd81c853d714c362d580bf5",
"ran_at": "2026-07-25T22:13:08Z",
"aggregate_score": 6.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T23:53:29Z",
"oldest_open_prs": [
{
"number": 136,
"created_at": "2020-01-28T17:39:03Z",
"last_comment_at": "2026-07-22T22:27:29Z",
"last_comment_author": "Neustradamus"
},
{
"number": 439,
"created_at": "2023-08-08T19:32:17Z",
"last_comment_at": "2024-08-17T10:20:43Z",
"last_comment_author": "chipitsine"
},
{
"number": 594,
"created_at": "2026-06-07T11:08:05Z",
"last_comment_at": "2026-07-24T02:53:53Z",
"last_comment_author": "anphsw"
}
],
"last_merged_pr_at": "2026-07-24T23:50:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 57,
"created_at": "2016-06-15T03:36:09Z",
"last_comment_at": "2025-11-01T16:53:33Z",
"last_comment_author": "Neustradamus"
},
{
"number": 142,
"created_at": "2020-04-04T07:12:42Z",
"last_comment_at": "2024-08-21T09:54:14Z",
"last_comment_author": "paulusmack"
},
{
"number": 368,
"created_at": "2022-08-24T19:00:35Z",
"last_comment_at": "2025-05-25T19:57:03Z",
"last_comment_author": "Neustradamus"
},
{
"number": 371,
"created_at": "2022-09-22T08:40:44Z",
"last_comment_at": "2023-06-02T08:18:06Z",
"last_comment_author": "VannTen"
},
{
"number": 383,
"created_at": "2023-01-05T16:58:43Z",
"last_comment_at": "2025-10-22T18:09:38Z",
"last_comment_author": "jkroonza"
},
{
"number": 387,
"created_at": "2023-01-21T23:12:03Z",
"last_comment_at": "2024-08-20T17:43:42Z",
"last_comment_author": "enaess"
},
{
"number": 388,
"created_at": "2023-01-23T15:01:08Z",
"last_comment_at": "2026-07-22T22:36:17Z",
"last_comment_author": "Neustradamus"
},
{
"number": 398,
"created_at": "2023-02-26T12:29:10Z",
"last_comment_at": "2024-08-21T07:25:28Z",
"last_comment_author": "paulusmack"
},
{
"number": 414,
"created_at": "2023-04-18T22:05:21Z",
"last_comment_at": "2024-08-21T07:31:54Z",
"last_comment_author": "paulusmack"
},
{
"number": 424,
"created_at": "2023-05-22T10:15:04Z",
"last_comment_at": "2023-06-16T02:04:02Z",
"last_comment_author": "paulusmack"
},
{
"number": 430,
"created_at": "2023-06-12T21:17:57Z",
"last_comment_at": "2025-10-22T14:21:37Z",
"last_comment_author": "Neustradamus"
},
{
"number": 445,
"created_at": "2023-09-13T15:13:31Z",
"last_comment_at": "2024-08-21T07:54:07Z",
"last_comment_author": "paulusmack"
},
{
"number": 459,
"created_at": "2023-11-07T20:16:38Z",
"last_comment_at": "2024-11-29T03:18:37Z",
"last_comment_author": "paulusmack"
},
{
"number": 466,
"created_at": "2023-12-18T00:07:07Z",
"last_comment_at": "2025-12-05T22:30:26Z",
"last_comment_author": "paulusmack"
},
{
"number": 480,
"created_at": "2024-03-07T05:39:09Z",
"last_comment_at": "2025-10-22T18:12:28Z",
"last_comment_author": "jkroonza"
},
{
"number": 486,
"created_at": "2024-04-09T08:50:52Z",
"last_comment_at": "2024-09-18T04:49:52Z",
"last_comment_author": "paulusmack"
},
{
"number": 487,
"created_at": "2024-04-11T14:06:20Z",
"last_comment_at": "2024-10-16T15:13:57Z",
"last_comment_author": "Neustradamus"
},
{
"number": 490,
"created_at": "2024-05-09T10:44:21Z",
"last_comment_at": "2024-10-16T15:20:56Z",
"last_comment_author": "Lantizia"
},
{
"number": 503,
"created_at": "2024-07-11T03:48:11Z",
"last_comment_at": "2024-08-17T00:00:14Z",
"last_comment_author": "paulusmack"
},
{
"number": 519,
"created_at": "2024-09-18T09:59:44Z",
"last_comment_at": "2024-12-31T10:57:13Z",
"last_comment_author": "jkroonza"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ppp-project/ppp",
"host": "github.com",
"name": "ppp",
"owner": "ppp-project"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 62,
"vitality": 75,
"community": 58,
"governance": 54,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 57,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 18
},
"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": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "57 commits in the last year",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 57
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 76,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v2.5.3",
"releases_from_tags": false,
"days_since_latest_release": 60,
"mean_days_between_releases": 382.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 60 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 60
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~382.6 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 382.6
}
}
],
"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": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 251,
"stars": 449,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "449 stars",
"points": 43,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 449
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "251 forks",
"points": 20,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 251
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 94,
"top_contributor_share": 0.792
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 79% of commits",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "94 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 94
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 25 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": 256,
"open_issues": 31,
"closed_issues": 217,
"issue_closed_ratio": 0.875,
"closed_unmerged_prs": 98
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "256/354 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 256,
"decided": 354
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/18 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 11,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ppp-project",
"public_repos": 2,
"account_age_days": 2030
},
"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": "11 followers of ppp-project",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "ppp-project"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~5 yr old",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"ppp",
"point-to-point",
"pppoe",
"pppoa",
"pppatm",
"pppol2tp",
"radius",
"pppd",
"eap-tls",
"pppox",
"peap",
"mppe",
"chap",
"eap",
"ipv4",
"ipv6",
"lcp",
"ipcp",
"ipxcp",
"pap"
],
"has_wiki": false,
"homepage": "https://github.com/ppp-project/ppp",
"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": "https://github.com/ppp-project/ppp",
"points": 15,
"status": "met",
"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": "20 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 20
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 6.2
},
"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": "15 out of 15 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 11/18 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 25 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"status": "partial",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 10
},
"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": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.85,
"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": "85 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 98466,
"source_files_sampled": 123,
"oversized_source_files": 4
},
"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": "4/123 source files over 60KB",
"points": 53.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 123,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"sample"
],
"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": "sample",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "sample"
}
}
],
"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-25T22:13:33.249477Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/ppp-project/ppp.svg",
"full_name": "ppp-project/ppp",
"license_state": "custom",
"license_spdx": null
}