Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 9177,
"has_wiki": true,
"homepage": "http://htmlpurifier.org",
"languages": {
"CSS": 4425,
"PHP": 1774694,
"HTML": 86091,
"XSLT": 9680,
"Shell": 666,
"Dockerfile": 793,
"JavaScript": 2158
},
"pushed_at": "2025-10-17T16:34:57Z",
"created_at": "2008-06-24T03:22:14Z",
"owner_type": "User",
"updated_at": "2026-07-22T15:44:37Z",
"description": "Standards compliant HTML filter written in PHP",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-2.1",
"default_branch": "master",
"license_spdx_raw": "LGPL-2.1",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "http://ezyang.com",
"name": "Edward Z. Yang",
"type": "User",
"login": "ezyang",
"company": null,
"location": "New York, NY",
"followers": 3667,
"avatar_url": "https://avatars.githubusercontent.com/u/13564?v=4",
"created_at": "2008-06-13T04:11:18Z",
"is_verified": null,
"public_repos": 257,
"account_age_days": 6613
},
"license": {
"state": "standard",
"spdx_id": "LGPL-2.1",
"raw_spdx": "LGPL-2.1",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.19.0",
"kind": "minor",
"published_at": "2025-10-17T16:34:57Z"
},
{
"tag": "v4.18.0",
"kind": "minor",
"published_at": "2024-11-01T03:51:47Z"
},
{
"tag": "v4.17.0",
"kind": "minor",
"published_at": "2023-11-17T15:01:27Z"
},
{
"tag": "v4.16.0",
"kind": "minor",
"published_at": "2022-09-18T07:06:22Z"
}
],
"recent_commits": [
{
"oid": "b287d2a16aceffbf6e0295559b39662612b77fcf",
"body": "# [4.19.0](https://github.com/ezyang/htmlpurifier/compare/v4.18.0...v4.19.0) (2025-10-17)\n\n### Bug Fixes\n\n* add warning for misleading option ([#433](https://github.com/ezyang/htmlpurifier/issues/433)) ([b21a591](https://github.com/ezyang/htmlpurifier/commit/b21a59101fe8b3e68185f4929a0bc44f4eb36653)\n[…]\nc4278286137))\n* Support PHP 8.5 versions ([#453](https://github.com/ezyang/htmlpurifier/issues/453)) ([1eb05d9](https://github.com/ezyang/htmlpurifier/commit/1eb05d9864620e926535ce2131803acd2a6d7a4d))",
"is_bot": false,
"headline": "chore(release): 4.19.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2025-10-17T16:34:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1eb05d9864620e926535ce2131803acd2a6d7a4d",
"body": null,
"is_bot": false,
"headline": "feat: Support PHP 8.5 versions (#453)",
"author_name": "Gabriel R. Barbosa",
"author_login": "gabrielrbarbosa",
"committed_at": "2025-07-22T02:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f99c615bd9c7b47b7b25d61e8c8e263f038a084",
"body": null,
"is_bot": false,
"headline": "add the docker files to be ignored with installation (#451)",
"author_name": "Pieter Oliver",
"author_login": "pieterocp",
"committed_at": "2025-07-21T17:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "418eeb7dc0e16a8cbba4393bf8f51aa91f9112f9",
"body": null,
"is_bot": false,
"headline": "fix: catastrophic backtracking in Core.AggressivelyFixLt (#440)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2025-06-06T03:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ebd086321fb68bbcdb65f3c68ce15d23573172",
"body": null,
"is_bot": false,
"headline": "feat: Define option URI.AllowedSymbols (#447)",
"author_name": "Tim Otten",
"author_login": "totten",
"committed_at": "2025-06-06T02:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127ee2f252462dff958a3caedf5c336f1cfadb1e",
"body": null,
"is_bot": false,
"headline": "Update Serializer.php (#443)",
"author_name": "Saeid Dadkhah",
"author_login": "dadkhah-dev",
"committed_at": "2025-06-06T02:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdabc9b6ba5cfe0bc937a67cf31a382c0ae98512",
"body": null,
"is_bot": false,
"headline": "Add docker files for dev environment (#424)",
"author_name": "Eli Barbosa",
"author_login": "elirenato",
"committed_at": "2025-06-06T02:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff005f6edc4d55f03d756c2d25141c4278286137",
"body": null,
"is_bot": false,
"headline": "feat: PHP 8.4 support (#441)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2025-03-19T17:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2bc3549a392722ab3b5aa4de973673db9e1708f",
"body": "Co-authored-by: Viktor Szépe <viktor@szepe.net>\r\nCo-authored-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "fix: non-substantive typos (#434)",
"author_name": "Pieter Oliver",
"author_login": "pieterocp",
"committed_at": "2025-01-14T21:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21a59101fe8b3e68185f4929a0bc44f4eb36653",
"body": null,
"is_bot": false,
"headline": "fix: add warning for misleading option (#433)",
"author_name": "simonLeary42",
"author_login": "simonLeary42",
"committed_at": "2025-01-10T04:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a0748427d08e0c462e65cdd192bdc921c532ac",
"body": null,
"is_bot": false,
"headline": "feat: Allow more image widths by default (#430)",
"author_name": "Tim Otten",
"author_login": "totten",
"committed_at": "2024-12-11T19:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e631ebd34f40d702adfb61fe00a5c9631ba443",
"body": null,
"is_bot": false,
"headline": "feat: Add CSS direction support (#429)",
"author_name": "Morgan Klonteig",
"author_login": "sp-mklonteig",
"committed_at": "2024-11-22T04:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d154a239367e8886a1d1d67d68ff015cafa6814",
"body": "…ct) o… (#421)\n\nCo-authored-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "fix: Deprecated: preg_replace(): Passing null to parameter #3 ($subje…",
"author_name": "nikkii94",
"author_login": "nikkii94",
"committed_at": "2024-11-10T03:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5150073e96d0ebd8ee400e1beac3ab072220915",
"body": "Co-authored-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "refactor: #414 remove method substrCount (#415)",
"author_name": "rio",
"author_login": "kitrio",
"committed_at": "2024-11-10T03:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5cbf0cc3da70ded91e8b118e2a582026b1e6d61",
"body": "Co-authored-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "feat: Add option for safe iframe hosts using array lookup (#423)",
"author_name": "Eli Barbosa",
"author_login": "elirenato",
"committed_at": "2024-11-10T03:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16ace76cd866b7f8aebc78edbba91a8b8b3e3f6",
"body": null,
"is_bot": false,
"headline": "chore: Disable 8.4 CI (#426)",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2024-11-10T02:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb56001e54359df7ae76dc522d08845dc741621b",
"body": "# [4.18.0](https://github.com/ezyang/htmlpurifier/compare/v4.17.0...v4.18.0) (2024-11-01)\n\n### Bug Fixes\n\n* Adjust Core.AllowHostnameUnderscore to consider that \"_\" is defined as Unreserved Characters in RFC 3986 ([#406](https://github.com/ezyang/htmlpurifier/issues/406)) ([d9fbef8](https://github.c\n[…]\n universal CSS values for all properties ([#410](https://github.com/ezyang/htmlpurifier/issues/410)) ([9723267](https://github.com/ezyang/htmlpurifier/commit/972326785d201b81e1095bc296b99bbcfa8c7fd4))",
"is_bot": false,
"headline": "chore(release): 4.18.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2024-11-01T03:51:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01be377f93654fad4d3fbc8c81779f14316eaecf",
"body": null,
"is_bot": false,
"headline": "fix: undefined array key warning (#419)",
"author_name": "Olek Kaim",
"author_login": "olekans",
"committed_at": "2024-10-31T02:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fbf510981b27fc03168efdb17d6bff48f521af",
"body": "…DirectLex is used (#412)",
"is_bot": false,
"headline": "fix: Avoid a deprecated error when the attribute name is numeric and …",
"author_name": "Atsushi Matsuo",
"author_login": "matsuo",
"committed_at": "2024-07-31T02:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70754a253342f67a67425cfa81029db3a5c1bd28",
"body": null,
"is_bot": false,
"headline": "feat: Add allowfullscreen attr for iframe (#411)",
"author_name": "John Flatness",
"author_login": "zerocrates",
"committed_at": "2024-06-30T11:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972326785d201b81e1095bc296b99bbcfa8c7fd4",
"body": null,
"is_bot": false,
"headline": "feat: Allow universal CSS values for all properties (#410)",
"author_name": "John Flatness",
"author_login": "zerocrates",
"committed_at": "2024-06-28T12:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bee733497a098b65daf5910f1c435d347860a4",
"body": null,
"is_bot": false,
"headline": "feat: Add support for CSS aspect-ratio (#408)",
"author_name": "Erik",
"author_login": "erikuit",
"committed_at": "2024-06-27T19:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9fbef8e27f6a0848a8987a8534351de98eb0fa1",
"body": "…ned as Unreserved Characters in RFC 3986 (#406)",
"is_bot": false,
"headline": "fix: Adjust Core.AllowHostnameUnderscore to consider that \"_\" is defi…",
"author_name": "Atsushi Matsuo",
"author_login": "matsuo",
"committed_at": "2024-04-19T01:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d60c96d799c02bc357c88a49f422034b6914fd",
"body": null,
"is_bot": false,
"headline": "feat: add directive for removing blank nodes (#404)",
"author_name": "charlie-curtis",
"author_login": "charlie-curtis",
"committed_at": "2024-04-12T00:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4828fdf45a93eeeacfcbcc855f96f9a7e6b4ed44",
"body": null,
"is_bot": false,
"headline": "fix: Ignore conditional comments (#401)",
"author_name": "Kent Oyer",
"author_login": "fkoyer",
"committed_at": "2024-03-13T03:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca5a3687bd2e6e42ed9d5199b2cfb1dbd6dbdc2",
"body": "Co-authored-by: Christian Castelli <christian.castelli@docebo.com>",
"is_bot": false,
"headline": "fix: checking that node has property name (#399)",
"author_name": "Christian Castelli",
"author_login": "chrisvoo",
"committed_at": "2024-03-05T15:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92da2473ffbb3ed5e894560d4166b1ca8032aeb3",
"body": "Signed-off-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "fix: Support PHP 8.4 (#396)",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2024-02-22T05:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
"body": "# [4.17.0](https://github.com/ezyang/htmlpurifier/compare/v4.16.0...v4.17.0) (2023-11-17)\n\n### Bug Fixes\n\n* CSSTidy ImportantComments not handled properly ([#359](https://github.com/ezyang/htmlpurifier/issues/359)) ([78a9b4d](https://github.com/ezyang/htmlpurifier/commit/78a9b4d0dae8bce9a70e4e7e551b\n[…]\nub.com/ezyang/htmlpurifier/commit/3e832152a6173f880c6495a3ab2b0e5235e253a6)), closes [#339](https://github.com/ezyang/htmlpurifier/issues/339) [#340](https://github.com/ezyang/htmlpurifier/issues/340)",
"is_bot": false,
"headline": "chore(release): 4.17.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-11-17T15:01:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f0fd3689626a965478da76a4f731d22504d3b91",
"body": "Signed-off-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "ci: upgrade semantic-release-action",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2023-11-17T15:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec924901392f088d334622f806b9449b17b75d7b",
"body": "* Allows commas in tel URI scheme validator (addresses #388)\r\n\r\n* Adds comment explaining 8429f7b",
"is_bot": false,
"headline": "feat: Allows commas to be included in tel URI (#389)",
"author_name": "danbrellis",
"author_login": "danbrellis",
"committed_at": "2023-11-10T15:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab21ea735a14bf12a3f60ade3fc54415343803f1",
"body": "* Add PHP 8.3 to CI\r\n\r\n* Allow PHP 8.3 in composer.json",
"is_bot": false,
"headline": "chore: Add support for PHP 8.3 (#382)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2023-08-24T15:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb6123036835e4d60f4afcace5ccd9fdbab5cd7",
"body": "Signed-off-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "Don't suggest chmod to 777 (#373)",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2023-04-30T17:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f49ac9a51b81dfd07d3bc8dcfc5ec5637a5e3b",
"body": "…(#372)\n\n* Bugfix UnitConverter expects float got string (strict types enabled)\r\n\r\n* Bugfix for latest bugfix with huge numbers\r\n\r\n* Bugfix for german locale\r\n\r\n* Use number_format instead of str_replace(sprintf())",
"is_bot": false,
"headline": "fix: Support for locales using decimal separators other than . (dot) …",
"author_name": "cracksalad",
"author_login": "cracksalad",
"committed_at": "2023-04-30T13:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05639e0c9c7303c81c0b1a77209d62141ee3ee5",
"body": "This was found during the analysis for https://wiki.php.net/rfc/saner-inc-dec-operators\r\n\r\nI don't know what is the minimal version targeted, so the line which defines ``$c`` may need to be changes to use ``array_merge()``",
"is_bot": false,
"headline": "[refactor] Use range() function instead of string increment (#367)",
"author_name": "George Peter Banyard",
"author_login": "Girgias",
"committed_at": "2023-02-23T18:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4136da73c1b7b13b08800fc8d21c76491f739d5",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary disablement of autoload (#364)",
"author_name": "Steve Bauman",
"author_login": "stevebauman",
"committed_at": "2023-02-06T02:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0176ef4bb6f57103fdcb60a802603e60e81ee93e",
"body": null,
"is_bot": false,
"headline": "fix: Invalid scheme check in Attr.TargetBlank (#363)",
"author_name": "Jeff Standen",
"author_login": "jstanden",
"committed_at": "2023-01-27T00:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a9b4d0dae8bce9a70e4e7e551bf51e9a23706d",
"body": "* fix: CSSTidy ImportantComments not handled properly\r\n\r\nSigned-off-by: Francis Lévesque <wolfrank2164@gmail.com>\r\n\r\n* fix: CSSTidy ImportantComments not handled properly -> remove comments\r\n\r\nSigned-off-by: Francis Lévesque <wolfrank2164@gmail.com>\r\nCo-authored-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "fix: CSSTidy ImportantComments not handled properly (#359)",
"author_name": "Francis Lévesque",
"author_login": "Wolfrank1149",
"committed_at": "2023-01-22T03:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec687c904a1fe66a5395d22c50f7043e045d1d3",
"body": "Signed-off-by: Edward Z. Yang <ezyang@meta.com>\r\n\r\nSigned-off-by: Edward Z. Yang <ezyang@meta.com>",
"is_bot": false,
"headline": "fix: fix CI (#361)",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2023-01-22T03:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d775c01874e2f676ba1a2d9fe69b47c2a823061",
"body": "* CSS: add support for all text-decoration related properties\r\n\r\n* updated arrays to use short syntex\r\n\r\nCo-authored-by: Raheel Hasan <raheel.hasan@luciditysoftware.com.au>",
"is_bot": false,
"headline": "feat: Add support for all text-decoration properties (#360)",
"author_name": "Raheel Hsn",
"author_login": "Rah1x",
"committed_at": "2023-01-12T13:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da35a5e0d745184c010359d9182cbac5049fe9b5",
"body": null,
"is_bot": false,
"headline": "Drop supporting PHP 5.2 (#335) (#356)",
"author_name": "jw2(kit rio)",
"author_login": "kitrio",
"committed_at": "2022-12-04T19:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1424f17cf37a41a227e7c58a7b9a67d1878501b0",
"body": null,
"is_bot": false,
"headline": "Add support for encoded tel URI schemes. (#354)",
"author_name": "Michael S",
"author_login": "codebymikey",
"committed_at": "2022-11-24T21:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "becc9d40cf3c9e37bf70065730c67d1519b4d7e8",
"body": null,
"is_bot": false,
"headline": "Fixed missing return value (#349)",
"author_name": "Michael Kliewe",
"author_login": "PHPGangsta",
"committed_at": "2022-11-19T22:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909dda6621cf06eb5ac1ea80955306c818d7122f",
"body": null,
"is_bot": false,
"headline": "Fixed wrong return PHPDoc (#348)",
"author_name": "Michael Kliewe",
"author_login": "PHPGangsta",
"committed_at": "2022-11-19T05:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d1314820e47f95d7c1be542d2c12eec4b2b724e",
"body": null,
"is_bot": false,
"headline": "Added class_exists('Net_IDNA2') around optional external class (#351)",
"author_name": "Michael Kliewe",
"author_login": "PHPGangsta",
"committed_at": "2022-11-19T04:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d567de85e688f6dcb670f933cdb197470c0602c2",
"body": null,
"is_bot": false,
"headline": "Fixed undefined property (#346)",
"author_name": "Michael Kliewe",
"author_login": "PHPGangsta",
"committed_at": "2022-11-19T04:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55fead09f39430d30f48438f06e7bc2326efc94",
"body": "Same as #339 but stops library/standalone and library/HTMLPurifier.standalone.phpfrom being commit",
"is_bot": false,
"headline": "fix: semantic release (#341)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-20T16:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e832152a6173f880c6495a3ab2b0e5235e253a6",
"body": "This reverts commit d82f3d996a0d9b0f23364946d9a14408c1ad72c5.",
"is_bot": false,
"headline": "Revert \"fix: semantic release (#339)\" (#340)",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2022-09-18T19:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82f3d996a0d9b0f23364946d9a14408c1ad72c5",
"body": "* fix: semantic release\r\n\r\n* update git assets",
"is_bot": false,
"headline": "fix: semantic release (#339)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-18T19:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"body": "# [4.16.0](https://github.com/ezyang/htmlpurifier/compare/v4.15.0...v4.16.0) (2022-09-18)\n\n### Features\n\n* add semantic release ([#307](https://github.com/ezyang/htmlpurifier/issues/307)) ([db31243](https://github.com/ezyang/htmlpurifier/commit/db312435cb9d8d73395f75f9642a43ba6de5e903)), closes [#32\n[…]\nes/335) [ezyang/htmlpurifier#334](https://github.com/ezyang/htmlpurifier/issues/334) [#336](https://github.com/ezyang/htmlpurifier/issues/336) [#338](https://github.com/ezyang/htmlpurifier/issues/338)",
"is_bot": false,
"headline": "chore(release): 4.16.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-09-18T07:06:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db312435cb9d8d73395f75f9642a43ba6de5e903",
"body": "* Add semantic release\r\n\r\n* fix typo\r\n\r\n* split from matrix\r\n\r\n* remove only on push\r\n\r\n* remove npm plugin\r\n\r\n* write changelog to NEWS\r\n\r\n* list assets to include in git commit\r\n\r\n* fix update-for-release\r\n\r\n* lint pr title\r\n\r\n* split release into separate workflow that runs manually\r\n\r\n* revert c\n[…]\ny: John Flatness <john@zerocrates.org>\r\nCo-authored-by: Tim Düsterhus <duesterhus@woltlab.com>\r\nCo-authored-by: Tim Düsterhus <timwolla@googlemail.com>\r\nCo-authored-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "feat: add semantic release (#307)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-18T06:44:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d9f4c9ec154922ff19690ffade9ed915b27a017",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Release 4.15.0",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2022-09-18T06:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25824056ee3d4225af8bc6cd349a43108141a469",
"body": "* Run CSSTidy tests on CI\r\n\r\n* update dirname\r\n\r\n* use compopser instead of git clone\r\n\r\n* use composer\r\n\r\n* use test-settings.sample.php\r\n\r\n* enable ext-intl\r\n\r\n* disable Net_IDNA2",
"is_bot": false,
"headline": "Run CSSTidy tests on CI (#338)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-15T03:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d6da13bc8510174055dbffc8497ddef4859989",
"body": null,
"is_bot": false,
"headline": "Fix contenteditable attribute definition (#336)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-12T14:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc27c788712e9c8cbcc016d7378884fcbb6e6a7a",
"body": "* Add PHP 8.2 to CI\r\n\r\nsee ezyang/htmlpurifier#334\r\n\r\n* Add PHP 8.2 to composer.json",
"is_bot": false,
"headline": "Add PHP 8.2 to CI (#335)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-09-11T23:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9cf2ec99741b132893366893737cc67ab903e7",
"body": null,
"is_bot": false,
"headline": "Fix creation of dynamic property (#337)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-10T18:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36e06603a838c22b6bce12bcd1b0a39c0f261dfe",
"body": null,
"is_bot": false,
"headline": "Fix creation of dynamic property (#333)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-06T17:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbd3e59f914db1477957f7f924aba920cf9bf56",
"body": "* Add contenteditable attribute definition\r\n\r\n* gate behind html.trusted\r\n\r\n* use enum",
"is_bot": false,
"headline": "Add contenteditable attribute definition (#332)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-09-06T17:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2bae18e313b549a7413bfad97a80cafe300ce6",
"body": null,
"is_bot": false,
"headline": "Increase minimum requirement to PHP 5.6 (#331)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-09-03T01:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b80051115bba8f3c046c1bd00af9077071d3faf",
"body": "* Define HTMLPurifier_AttrTransform_SafeParam::$wmode\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_DefinitionCache_DecoratorHarness::$cache\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_DefinitionCache_DecoratorHarness::$mock\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_DefinitionCache_DecoratorHarness::$def\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_EntityParserTest::$_entity_lookup\r\n\r\nThis fixes a PHP 8.2 deprecation.",
"is_bot": false,
"headline": "Fix some more PHP 8.2 deprecations (#330)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-09-03T01:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60bba1fe44c7715e7b4e89fede3eb9427f8cd8c",
"body": "Selecting the `fstools` tests also executed the `htmlt` tests.",
"is_bot": false,
"headline": "Fix test selection logic in tests/test_files.php (#329)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-09-03T01:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ec13635cee5a6828d94a68160cae9836e90c69c",
"body": "This does not introduce any functional difference and is intended as a\r\nfuture-proofing change.\r\n\r\nsee https://github.com/actions/checkout/releases/tag/v3.0.0",
"is_bot": false,
"headline": "Update to `actions/checkout@v3` (#328)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-08-30T13:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2a668e81aa4dcb3b8a8b0d16fa0395e278131a",
"body": "YAML will try to interpret numeric values as numbers, leading to `8.0` being\r\ninterpreted as `8` instead of `'8.0'`.\r\n\r\nThis doesn't result in a functional change, but cleans up the output of the\r\njobs a little (e.g. in the title line).",
"is_bot": false,
"headline": "Treat PHP version numbers as strings in GitHub Actions (#327)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-08-30T13:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff4746e133777583fbf43d2b95372e8d818df1f",
"body": null,
"is_bot": false,
"headline": "Replace 8.1-deprecated utf8_ funcs with mbstring (#326)",
"author_name": "John Flatness",
"author_login": "zerocrates",
"committed_at": "2022-08-16T02:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc193c7553ca9eb3431a48708c17ad081cc1e64",
"body": null,
"is_bot": false,
"headline": "Fix #322 - PHP 8.1 deprecation notice in HostBlacklist URIFilter (#323)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2022-06-27T21:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db36fb09d4ab1bce79722014e70e7a96ad76165",
"body": "* Define HTMLPurifier_Lexer::$_entity_parser property\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_URIFilterHarness::$filter property\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Define HTMLPurifier_AttrTransform_NameSync::$idDef property\r\n\r\nThis fixes a PHP 8.2 deprecation.\r\n\r\n* Defin\n[…]\ndeprecation in PHP 8.2. Fix this by storing to-be-deleted\r\ntokens inside SplObjectStorage. In PHP 8 a WeakMap would be preferable, as that\r\nprevents leaks if `handleEnd` is never called for the token.",
"is_bot": false,
"headline": "Fix some PHP 8.2 deprecations (#319)",
"author_name": "Tim Düsterhus",
"author_login": "TimWolla",
"committed_at": "2022-06-10T20:30:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "38296c603b8b967e59a783c146ae61703a85663a",
"body": "* Add suggestion for usage of Filter.ExtractStyleBlocks\r\n\r\nResolves #316\r\n\r\n* Add php extensions as suggestions\r\n\r\nResolves #316\r\n\r\n* Correct typo in composer property",
"is_bot": false,
"headline": "Composer suggestions with extensions (#317)",
"author_name": "func0der",
"author_login": "func0der",
"committed_at": "2022-06-03T03:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd3e52365c32a142fb7c9c9f8f038f18e353270",
"body": "* Test on PHP 8.1\r\n\r\n* PHP 8.1: fix deprecated NULL param to glob()\r\n\r\n* PHP 8.1: fix PHP error when passing NULL to rawurlencode()\r\n\r\n* PHP 8.1: calling ctype_lower with FALSE is deprecated\r\n\r\n* PHP 8.1: passing NULL to setAttribute() is deprecated\r\n\r\n* PHP 8.1: passing NULL to str_replace() is an error\r\n\r\n* PHP 8.1: fix error passing NULL to str_replace()\r\n\r\n* PHP 8.1: fix return type deprecation with backwards compatible attribute\r\n\r\n* Revert typo",
"is_bot": false,
"headline": "PHP 8.1: fix various deprecations/errors in newest version of PHP (#310)",
"author_name": "David Rans",
"author_login": "davidrans",
"committed_at": "2022-04-08T17:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Release 4.14.0",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2021-12-25T01:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c784a5c3d95941cd1ed40799c3931eda2024c3e",
"body": "* PHP 8 support\r\n\r\n* only php 8.0\r\n\r\n* Merged to master\r\n\r\nCo-authored-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "ci: test on php 8.0 (#308)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2021-12-24T02:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41fc223f9671af0972ca392b892601e29ac22cf8",
"body": "* Transform deprecated col@width attribute\r\n\r\n* Transform deprecated table@width attribute\r\n\r\n* reformat",
"is_bot": false,
"headline": "feat: transform deprecated width attribute (#306)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2021-12-24T02:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996eaf43310edf1d908bc0030a18b37b8cf6eefd",
"body": "* Remove unnecessary reference assigment\r\n\r\nProposed code is PHP5 and PHP7 compatible. PHP5 interpreted `$e->$type[$attr]` as `$e->{$type[$attr]}`, but the expected behavior based on workaround is consistent with PHP7 interpretation: `($e->$type)[$attr]`. By using curly braces `{$e->$type}[$attr]` t\n[…]\n/en/migration70.incompatible.php (section \"Changes to the handling of indirect variables, properties, and methods\")\r\n\r\n* Fix syntax\r\n\r\nUse correct syntax for indirect variable evaluation order change.",
"is_bot": false,
"headline": "Remove unnecessary reference assigment (#301)",
"author_name": "Arkadiusz Biczewski",
"author_login": "Axinet",
"committed_at": "2021-09-07T18:16:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c97bb9322386385a2cbfdd7aab705e3a47050581",
"body": "* Fix GH workflow conditions\r\n\r\n* Remove PHP 8",
"is_bot": false,
"headline": "Fix GH workflow conditions (#298)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2021-07-26T14:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288bf75accb2d7949d955f033dda8221354f64df",
"body": "Co-authored-by: Maksims Sļotovs <maksims.slotovs@printful.com>",
"is_bot": false,
"headline": "PHP 8 Support (#297)",
"author_name": "Max",
"author_login": "makstech",
"committed_at": "2021-07-20T13:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a368d76686683d73c3463c7d051c12664f54ad2",
"body": null,
"is_bot": false,
"headline": "Switch to GitHub Actions (#293)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2021-05-22T00:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9aac9325e99a860928534cd4a5ade8962d3751",
"body": null,
"is_bot": false,
"headline": "CSS: Add \"background-size\" tag support (#289)",
"author_name": "Václav Smítal",
"author_login": null,
"committed_at": "2021-04-22T14:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1354e7e8c558dc9ae353e07b8cde7ab0d46e7a25",
"body": "…e\" (#285)",
"is_bot": false,
"headline": "Fix \"Parameter must be an array or an object that implements Countabl…",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2021-02-28T01:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214cb8a6934f9682ce5a9d7a7f5a76801c7822e6",
"body": "…o <tbody> or <tr> elements (#283)",
"is_bot": false,
"headline": "Fixed Issue #264: <thead> element removed from <table> if there are n…",
"author_name": "Marcus Artner",
"author_login": "marartner",
"committed_at": "2021-01-26T16:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2512f595e0f4c5235e99ef97603a8db902b3cc5f",
"body": "This function has been DEPRECATED as of PHP 7.4.0. Relying on this function is highly discouraged. It is basically useless as of PHP 5.4 because it will always return false, so for modern applications it can be safely removed. But as this library still supports PHP 5.2 — according to the constraints in composer.json — I added a version check to prevent this method from being called (and trigger a notice) on PHP >=7.4.\r\n\r\nSee: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php",
"is_bot": false,
"headline": "Check PHP version before checking magic quotes (#273)",
"author_name": "Jasper Zonneveld",
"author_login": "JaZo",
"committed_at": "2020-10-01T00:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa4166b7ef5021c6e6d95748a37e9541bd984d5",
"body": "…lity_mode mode (#267)",
"is_bot": false,
"headline": "Issue-256: Fix PHP 7.3 compatibility issues update zend.ze1_compatibi…",
"author_name": "kishor",
"author_login": "kish0808",
"committed_at": "2020-09-16T00:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4285590c90a1eaf36eb6ae147cc1cbfa7aa546a6",
"body": null,
"is_bot": false,
"headline": "issue-256: Fix PHP 7.3 compatibility issues (#266)",
"author_name": "kishor",
"author_login": "kish0808",
"committed_at": "2020-09-15T16:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15258fd24ee4c3da2e4681f41ce9404c74f8b24d",
"body": "Corresponding PRs (#230, #242) are about PHP 7.4 and PHP 6.4 has never\r\nexisted 🙂.",
"is_bot": false,
"headline": "Fix typo in the 4.13.0 NEWS: PHP 6.4 never existed (#262)",
"author_name": "LeSuisse",
"author_login": "LeSuisse",
"committed_at": "2020-07-06T18:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Release 4.13.0",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2020-06-29T00:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7be9d2a8c7873d6acf25261da28e42c36bb1380",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Update changelog",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2020-06-29T00:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7efc11b20b47bc7f287ee66ef02b6cd4b6fce2",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Delete language tests that are interfering with PSR-0 compatibility",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2020-06-29T00:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bdc031224ffac6edef45353069b281a3ed0a9b5",
"body": "The %HTML.Forms directive enables Forms module regardless of the %HTML.Trusted\r\nvalue. This adds support for form elements without enabling other unsafe\r\nmodules, such as Scripts, Iframe or Object.\r\n\r\nTo achieve the same effect without this directive one has to explicitly list\r\nall enabled modules in %HTML.AllowedModules, and any not listed will be\r\nremoved. This however is not very convenient, as the allowed modules may vary\r\nbetween doctypes.\r\n\r\nResolves #213.",
"is_bot": false,
"headline": "Add %HTML.Forms config directive (#260)",
"author_name": "Mateusz Turcza",
"author_login": "xemlock",
"committed_at": "2020-06-29T00:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d148edbcf1c477e7df9392bf87c96c49295d3333",
"body": null,
"is_bot": false,
"headline": "Exclude more resources from the distribution package (#257)",
"author_name": "Sergei Morozov",
"author_login": "morozov",
"committed_at": "2020-06-06T14:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced089434df320de6df9b610854b8fba8bfe1d1e",
"body": null,
"is_bot": false,
"headline": "Make purifyArray work with empty array (#245)",
"author_name": "Fräntz Miccoli",
"author_login": "frantzmiccoli",
"committed_at": "2020-02-22T17:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c91f52d0ead8e8c5fd28575c096dbdc03bf422",
"body": null,
"is_bot": false,
"headline": "Added tr@bgcolor to tidy (#244)",
"author_name": "Kieran",
"author_login": "bytestream",
"committed_at": "2020-02-22T17:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37dd61c45fdc51100ba445551ce278f6401c246f",
"body": "Passing parameters to implode() in reverse order is deprecated, use\r\nimplode($glue, $parts) instead of implode($parts, $glue).\r\n\r\nPart of https://tracker.moodle.org/browse/MDL-67115",
"is_bot": false,
"headline": "Correct implode() params for php74 compliance (#243)",
"author_name": "Eloy Lafuente",
"author_login": "stronk7",
"committed_at": "2020-01-21T16:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15890222b6deb08fe44a57fa8e2e6ec2e25eb84",
"body": null,
"is_bot": false,
"headline": "Add support for stable php 7.4 (#242)",
"author_name": "Witold Wasiczko",
"author_login": "snapshotpl",
"committed_at": "2020-01-02T11:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe0452d6887a0fa76e2eaf80166e1ea205e7bb81",
"body": "getDefinition can return null, this wasn't properly hinted leaning to false error detections with static analyzers",
"is_bot": false,
"headline": "Correct typehinting of maybeGet* (#240)",
"author_name": "Anders Jenbo",
"author_login": "AJenbo",
"committed_at": "2019-12-04T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df923d1f1577b6dfa2e5bece50a1b6a5c447cf29",
"body": "* Issue 238 remove leading zeroes except if there is only zero\r\n\r\n* Issue-238 unit test fixes",
"is_bot": false,
"headline": "Issue 238 remove leading zeroes except if there is only zero (#239)",
"author_name": "lubomirbartos",
"author_login": "lubomirbartos",
"committed_at": "2019-11-21T15:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4faca32a4d4b8152d17956606e1fb5043fcc1f10",
"body": "These classes are autoloaded by a custom autoloader",
"is_bot": false,
"headline": "Exclude language classes from autoloader optimization (#236)",
"author_name": "Jordi Boggiano",
"author_login": "Seldaek",
"committed_at": "2019-10-31T17:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a617e55bc62a87eec73bd456d146d134ad716f03",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Release 4.12.0",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2019-10-28T03:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3060a5606c00845127ec090630eaef669d190046",
"body": "Signed-off-by: Edward Z. Yang <ezyang@mit.edu>",
"is_bot": false,
"headline": "Update changelog",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2019-10-28T03:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ec8c80364b65e85e5e0a0d4838ed99ff424d2b",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'ezyang/master'",
"author_name": "Edward Z. Yang",
"author_login": "ezyang",
"committed_at": "2019-10-28T03:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b3fc4cf4bcebf5ffb877a8ef047d7b85daa513",
"body": null,
"is_bot": false,
"headline": "Fix phpdoc params in HTMLModule::addElement() and Bool attr (#233)",
"author_name": "Mateusz Turcza",
"author_login": "xemlock",
"committed_at": "2019-10-25T14:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ca293eab531add17726609a6a783c66611001a",
"body": "* Add php7.4\r\n\r\n* 7.4 cannot fail\r\n\r\n* Disallow failures",
"is_bot": false,
"headline": "Add support for PHP 7.4 (#230)",
"author_name": "Witold Wasiczko",
"author_login": "snapshotpl",
"committed_at": "2019-09-12T00:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab2887e423936c5f2f422c4462bc4ad1f382f712",
"body": null,
"is_bot": false,
"headline": "Fix DOM Lexer for PHP versions older than 5.4 (#225)",
"author_name": "Mateusz Turcza",
"author_login": "xemlock",
"committed_at": "2019-08-09T21:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "029d1df5e3b6829839fbd6ea873ddf02bb034415",
"body": null,
"is_bot": false,
"headline": "Fix PHP 5.4 and 5.5 builds on Travis CI (#227)",
"author_name": "Mateusz Turcza",
"author_login": "xemlock",
"committed_at": "2019-08-09T13:45:41Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 1,
"latest_release_at": "2025-10-17T16:34:57Z",
"latest_release_tag": "v4.19.0",
"releases_from_tags": false,
"days_since_last_push": 278,
"active_weeks_last_year": 1,
"days_since_latest_release": 278,
"mean_days_between_releases": 375.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ezyang/htmlpurifier",
"exists": true,
"license": "LGPL-2.1-or-later",
"keywords": [
"html"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/ezyang/htmlpurifier",
"is_deprecated": false,
"latest_version": "v4.19.0",
"repository_url": "https://github.com/ezyang/htmlpurifier",
"versions_count": 17,
"total_downloads": 357978740,
"dependents_count": 508,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8178105,
"first_published_at": null,
"latest_published_at": "2025-10-17T16:34:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 278
}
]
},
"popularity": {
"forks": 358,
"stars": 3354,
"watchers": 57,
"fork_history": {
"days": [
{
"date": "2010-12-06",
"count": 1
},
{
"date": "2010-12-07",
"count": 1
},
{
"date": "2011-02-03",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-10",
"count": 1
},
{
"date": "2012-05-29",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-06-16",
"count": 1
},
{
"date": "2012-06-24",
"count": 1
},
{
"date": "2012-07-25",
"count": 1
},
{
"date": "2012-09-14",
"count": 1
},
{
"date": "2012-10-11",
"count": 1
},
{
"date": "2012-11-24",
"count": 1
},
{
"date": "2012-12-20",
"count": 1
},
{
"date": "2013-02-14",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-04-02",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-05-19",
"count": 1
},
{
"date": "2013-07-10",
"count": 1
},
{
"date": "2013-07-16",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-08-29",
"count": 2
},
{
"date": "2013-09-06",
"count": 1
},
{
"date": "2013-09-13",
"count": 1
},
{
"date": "2013-10-06",
"count": 1
},
{
"date": "2013-12-11",
"count": 1
},
{
"date": "2013-12-24",
"count": 1
},
{
"date": "2014-01-05",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-17",
"count": 1
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-23",
"count": 1
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-04",
"count": 1
},
{
"date": "2014-10-14",
"count": 1
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-11-10",
"count": 2
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-02-02",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-12",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-05",
"count": 2
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-19",
"count": 1
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-16",
"count": 1
},
{
"date": "2016-01-24",
"count": 1
},
{
"date": "2016-01-28",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-27",
"count": 2
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-09-25",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-12-18",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-13",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-22",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-06-01",
"count": 2
},
{
"date": "2017-06-20",
"count": 1
},
{
"date": "2017-07-04",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-09-09",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-15",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-12-05",
"count": 2
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-07",
"count": 2
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-05-11",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-22",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-17",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-24",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-07-10",
"count": 2
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-23",
"count": 1
},
{
"date": "2019-11-30",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-05-04",
"count": 2
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-18",
"count": 2
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-24",
"count": 2
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-03-06",
"count": 1
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-10-10",
"count": 2
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-09-02",
"count": 2
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-14",
"count": 2
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-19",
"count": 4
}
],
"complete": true,
"collected": 348,
"total_forks": 358
},
"star_history": null,
"open_issues_and_prs": 134
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 182589,
"source_files_sampled": 494,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 3,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cerdic/css-tidy",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "simpletest/simpletest",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 26,
"merged_prs": 128,
"open_issues": 108,
"closed_ratio": 0.597,
"closed_issues": 160,
"closed_unmerged_prs": 62
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ezyang",
"commits": 268,
"avatar_url": "https://avatars.githubusercontent.com/u/13564?v=4"
},
{
"type": "User",
"login": "bytestream",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/1788397?v=4"
},
{
"type": "User",
"login": "TimWolla",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/209270?v=4"
},
{
"type": "User",
"login": "xemlock",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/952555?v=4"
},
{
"type": "User",
"login": "zerocrates",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/298975?v=4"
},
{
"type": "User",
"login": "PHPGangsta",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/608408?v=4"
},
{
"type": "User",
"login": "semantic-release-bot",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/32174276?v=4"
},
{
"type": "User",
"login": "Synchro",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/81561?v=4"
},
{
"type": "User",
"login": "Xiphin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3348428?v=4"
},
{
"type": "User",
"login": "kitrio",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7542987?v=4"
}
],
"contributors_sampled": 88,
"top_contributor_share": 0.658
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"lint-pr.yml",
"release.yml"
],
"has_docs_dir": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "2 out of 26 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 24/30 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "b287d2a16aceffbf6e0295559b39662612b77fcf",
"ran_at": "2026-07-22T17:49:33Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-10-17T16:34:57Z",
"oldest_open_prs": [
{
"number": 174,
"created_at": "2018-04-29T17:10:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 200,
"created_at": "2018-11-12T14:28:38Z",
"last_comment_at": "2020-08-11T16:19:37Z",
"last_comment_author": "rohitcoder"
},
{
"number": 292,
"created_at": "2021-05-20T18:15:04Z",
"last_comment_at": "2021-05-24T03:43:22Z",
"last_comment_author": "amanpatel"
},
{
"number": 300,
"created_at": "2021-08-10T16:42:23Z",
"last_comment_at": "2021-10-27T19:07:14Z",
"last_comment_author": "PHPGangsta"
},
{
"number": 347,
"created_at": "2022-11-18T21:44:35Z",
"last_comment_at": "2022-11-19T21:39:50Z",
"last_comment_author": "ezyang"
},
{
"number": 350,
"created_at": "2022-11-18T21:52:00Z",
"last_comment_at": "2022-11-22T19:13:54Z",
"last_comment_author": "ezyang"
},
{
"number": 381,
"created_at": "2023-08-13T06:47:55Z",
"last_comment_at": "2024-12-02T00:52:01Z",
"last_comment_author": "ezyang"
},
{
"number": 436,
"created_at": "2025-01-30T13:50:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 437,
"created_at": "2025-01-30T13:52:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 438,
"created_at": "2025-01-30T13:54:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 454,
"created_at": "2025-09-22T15:58:59Z",
"last_comment_at": "2026-05-18T13:30:20Z",
"last_comment_author": "maxfenton"
},
{
"number": 455,
"created_at": "2025-09-27T22:59:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 456,
"created_at": "2025-10-01T10:07:53Z",
"last_comment_at": "2025-10-01T10:11:16Z",
"last_comment_author": "ctrlaltca"
},
{
"number": 458,
"created_at": "2025-10-03T11:54:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 465,
"created_at": "2025-11-26T12:36:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 466,
"created_at": "2025-11-26T12:49:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 467,
"created_at": "2025-11-26T12:58:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 469,
"created_at": "2025-12-06T02:38:00Z",
"last_comment_at": "2025-12-20T08:18:31Z",
"last_comment_author": "dereuromark"
},
{
"number": 472,
"created_at": "2025-12-31T11:49:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 474,
"created_at": "2026-01-30T23:41:18Z",
"last_comment_at": "2026-01-30T23:45:56Z",
"last_comment_author": "PHPGangsta"
}
],
"last_merged_pr_at": "2025-06-06T02:42:52Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 7,
"created_at": "2012-08-08T11:51:28Z",
"last_comment_at": "2012-09-16T16:17:48Z",
"last_comment_author": "ezyang"
},
{
"number": 17,
"created_at": "2013-05-14T18:24:52Z",
"last_comment_at": "2014-08-31T08:24:45Z",
"last_comment_author": "ezyang"
},
{
"number": 40,
"created_at": "2014-08-18T14:34:00Z",
"last_comment_at": "2016-06-21T16:06:17Z",
"last_comment_author": "WesCossick"
},
{
"number": 41,
"created_at": "2014-09-16T09:56:04Z",
"last_comment_at": "2016-10-14T16:37:31Z",
"last_comment_author": "teells"
},
{
"number": 59,
"created_at": "2015-07-20T02:55:38Z",
"last_comment_at": "2023-04-05T09:00:13Z",
"last_comment_author": "jhony1104"
},
{
"number": 66,
"created_at": "2015-10-29T11:07:20Z",
"last_comment_at": "2016-01-06T15:23:08Z",
"last_comment_author": "Daijobou"
},
{
"number": 69,
"created_at": "2016-01-06T12:58:20Z",
"last_comment_at": "2021-03-01T03:17:51Z",
"last_comment_author": "ezyang"
},
{
"number": 71,
"created_at": "2016-01-20T20:22:51Z",
"last_comment_at": "2026-02-10T17:37:20Z",
"last_comment_author": "stardand"
},
{
"number": 82,
"created_at": "2016-04-20T23:00:40Z",
"last_comment_at": "2018-12-15T18:23:25Z",
"last_comment_author": "bys1123"
},
{
"number": 88,
"created_at": "2016-07-07T19:20:16Z",
"last_comment_at": "2023-03-02T22:43:59Z",
"last_comment_author": "frogga67"
},
{
"number": 105,
"created_at": "2016-11-23T11:21:24Z",
"last_comment_at": "2022-10-18T15:49:04Z",
"last_comment_author": "asecondwill"
},
{
"number": 106,
"created_at": "2016-12-10T12:54:56Z",
"last_comment_at": "2022-07-30T08:17:45Z",
"last_comment_author": "mbnoimi"
},
{
"number": 131,
"created_at": "2017-04-10T07:29:42Z",
"last_comment_at": "2017-04-12T05:47:42Z",
"last_comment_author": "ezyang"
},
{
"number": 132,
"created_at": "2017-04-18T09:48:54Z",
"last_comment_at": "2017-11-06T08:41:22Z",
"last_comment_author": "bodograumann"
},
{
"number": 142,
"created_at": "2017-07-11T15:11:17Z",
"last_comment_at": "2018-11-11T23:45:49Z",
"last_comment_author": "ezyang"
},
{
"number": 145,
"created_at": "2017-07-25T18:30:15Z",
"last_comment_at": "2017-10-09T03:42:04Z",
"last_comment_author": "ezyang"
},
{
"number": 146,
"created_at": "2017-08-03T17:14:44Z",
"last_comment_at": "2021-07-20T09:22:32Z",
"last_comment_author": "Whip"
},
{
"number": 147,
"created_at": "2017-08-29T16:37:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 151,
"created_at": "2017-12-03T14:24:13Z",
"last_comment_at": "2024-12-10T22:31:42Z",
"last_comment_author": "ezyang"
},
{
"number": 158,
"created_at": "2017-12-28T07:19:59Z",
"last_comment_at": "2018-01-10T10:36:27Z",
"last_comment_author": "bytestream"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ezyang/htmlpurifier",
"host": "github.com",
"name": "htmlpurifier",
"owner": "ezyang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 37,
"vitality": 26,
"community": 77,
"governance": 65,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 26,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 278,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 278 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 278
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 54,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v4.19.0",
"releases_from_tags": false,
"days_since_latest_release": 278,
"mean_days_between_releases": 375.1
},
"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 278 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 278
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~375.1 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 375.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"maintainer_replying",
"recent_release"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 19,
"unanswered_open_issues": 12,
"days_since_last_merged_pr": 411,
"days_since_last_human_commit": 278,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 278 days, with nothing left unanswered; held at dormant by a maintainer still replying, a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 278
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a maintainer still replying, a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 77,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"forks": 358,
"stars": 3354,
"watchers": 57,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,354 stars",
"points": 57.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3354
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "358 forks",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 358
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "57 watchers",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 57
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-2.1)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-2.1"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"packages": [
"ezyang/htmlpurifier"
],
"dependents": 508,
"ecosystems": "packagist",
"total_downloads": 357978740,
"monthly_downloads": 8178105
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,178,105 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8178105,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "508 packages depend on it",
"points": 18,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 508
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 88,
"top_contributor_share": 0.658
},
"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 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "88 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 88
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 128,
"open_issues": 108,
"closed_issues": 160,
"issue_closed_ratio": 0.597,
"closed_unmerged_prs": 62
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "128/190 decided PRs merged",
"points": 25.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 128,
"decided": 190
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 24/30 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 3667,
"owner_type": "User",
"is_verified": null,
"owner_login": "ezyang",
"public_repos": 257,
"account_age_days": 6613
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,667 followers of ezyang",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3667,
"login": "ezyang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "257 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 257
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"ezyang/htmlpurifier"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 278
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 278 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 278
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "2 out of 26 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://htmlpurifier.org",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://htmlpurifier.org",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.7
},
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 26 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 24/30 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "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": 22
},
"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": 41,
"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.9,
"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": "90 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"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": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 182589,
"source_files_sampled": 494,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/494 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 494,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, samples"
}
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T17:50:00.918924Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/ezyang/htmlpurifier.svg",
"full_name": "ezyang/htmlpurifier",
"license_state": "standard",
"license_spdx": "LGPL-2.1"
}