Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 51574,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 28067,
"Java": 3359959,
"XSLT": 1175
},
"pushed_at": "2024-04-10T19:36:37Z",
"created_at": "2011-07-31T22:18:18Z",
"owner_type": "User",
"updated_at": "2026-06-04T21:43:40Z",
"description": "Java manipulation of XML made easy",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": null,
"name": "Jason Hunter",
"type": "User",
"login": "hunterhacker",
"company": "AWS",
"location": null,
"followers": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/321454?v=4",
"created_at": "2010-07-02T20:49:38Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 5872
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "JDOM-2.0.6.1",
"kind": "other",
"published_at": "2021-12-09T17:08:00Z"
},
{
"tag": "JDOM-2.0.6",
"kind": "other",
"published_at": "2015-02-27T20:13:09Z"
}
],
"recent_commits": [
{
"oid": "c6065f684bdff5cebf5f23b2859c5e4c89fd89db",
"body": "codespell",
"is_bot": false,
"headline": "Merge pull request #194 from schwehr/codespell",
"author_name": "Jason Hunter",
"author_login": "hunterhacker",
"committed_at": "2021-10-20T21:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7cb36b2305a894355c092ebb698fcdd50b1d67d",
"body": null,
"is_bot": false,
"headline": "codespell",
"author_name": "Kurt Schwehr",
"author_login": "schwehr",
"committed_at": "2021-10-20T18:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6f028f8ddbfebcf69380f984c6c1461f8bf85c",
"body": "Fixes #186 - update to Jaxen 1.2.0",
"is_bot": false,
"headline": "Merge pull request #192 from hunterhacker/tmp-cleanup",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T12:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25cf24eeb65e3231109915132cb34be08884fde1",
"body": null,
"is_bot": false,
"headline": "Fixes #186 - update to Jaxen 1.2.0",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T12:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a391ad6f5a10b3f6f13e5a620412d0e60351c5",
"body": "Expand Entities again, and StAX unit tests - fix some, document some fail causes.",
"is_bot": false,
"headline": "Merge pull request #191 from hunterhacker/tmp-cleanup",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T12:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9af12b26222212b6114756472b5b28d5226cb2",
"body": null,
"is_bot": false,
"headline": "Resolve as many StAX unit test fails as possible",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T12:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "118853b185914527f13d606f9c650f5efac75f39",
"body": "…cking",
"is_bot": false,
"headline": "Addresses #189 again - use just the features for entity expansion tra…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T12:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c20d8359ed355d23d1ceb8c953e95d96a456d1",
"body": "Fixes #161 - Made sure we set the parent if it where not set.",
"is_bot": false,
"headline": "Merge pull request #162 from seberget/master",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T04:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3788905ace4c5df5ed528d732681f6f400daad0",
"body": "provide Automatic-Module-Name",
"is_bot": false,
"headline": "Merge pull request #185 from yagee-de/Automatic-Module-Name",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T04:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768c7e8b125ea79518a8642b10677a2e80b222d0",
"body": "Include cumulative fixes from jdom-2.0.x branch",
"is_bot": false,
"headline": "Merge pull request #190 from hunterhacker/tmp-cleanup",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T03:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f316957b59d305f04c7bdb26292852bcbc2eb5",
"body": "…lated #189",
"is_bot": false,
"headline": "Update test case to ensure DTD handling is OK again. Related #188. Re…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T03:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd4f3c2fc7893edd914954c73eb577f925a7d361",
"body": null,
"is_bot": false,
"headline": "Addresses #189 - synchronizes external entity expansion setting",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T03:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f81562b5cc813bfbacb7e2842b5be17eb34896b",
"body": "Also includes test case for #173 that was missed in previous commit",
"is_bot": false,
"headline": "Fixes #178 - updates docs to match implementation",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T02:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0defeeddafc11d6b60954da9e164e47202a1e03e",
"body": "…t when flushing chars",
"is_bot": false,
"headline": "Fixes #173 - no longer injects empty Text content before CDATA conten…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T02:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1ec50b75f234111ad75ee3038bd7add238c855",
"body": "…spaces",
"is_bot": false,
"headline": "Revert change to supply all namespaces to StAX, just include new name…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T01:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a39a205a8bd70160df3e2d5d3ccebf80ce76e80",
"body": null,
"is_bot": false,
"headline": "Merge branch 'mystash' into tmp-cleanup",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T01:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf02e7763aeda778548d0e222de0d75d82ffdbf4",
"body": null,
"is_bot": false,
"headline": "Use cleaner pre-pop stack unravel",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T01:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c76eba33339ae1dac11c4bd87ad910e386b46f0",
"body": "…t namespace",
"is_bot": false,
"headline": "Fix issue with attribute default namespace overwriting element defaul…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2021-07-02T01:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181983003f8dfb16158fdd010152d9ac6d5bd097",
"body": "Conflicts:\n\tcore/src/java/org/jdom2/input/StAXStreamBuilder.java\n\tcore/src/java/org/jdom2/input/sax/TextBuffer.java\n\tcore/src/java/org/jdom2/output/support/AbstractStAXStreamProcessor.java",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/jdom-2.0.x' into tmp-cleanup",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2021-07-01T18:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a25ee409d09fb3eed75a4272ab8540c5261f960",
"body": "fix setFeature bug and add test case",
"is_bot": false,
"headline": "Merge pull request #188 from esti-burstein/SetFeatureBugFix",
"author_name": "Jason Hunter",
"author_login": "hunterhacker",
"committed_at": "2021-06-24T20:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3ab78370098491911d7fe9d7a43b97144a234e",
"body": null,
"is_bot": false,
"headline": "fix setFeature bug and add test case",
"author_name": "Esti",
"author_login": "estiburstein",
"committed_at": "2021-02-18T14:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "603a911f16995349e3510c4b2c537d7e63e2ce75",
"body": "closes #172",
"is_bot": false,
"headline": "provide Automatic-Module-Name",
"author_name": "Thomas Scheffler",
"author_login": "yagee-de",
"committed_at": "2020-07-31T11:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4e2cfec3b8c7de45ec04cf5c2a01e3dc20c59c",
"body": "Fix for NPE on null attribute name",
"is_bot": false,
"headline": "Merge pull request #171 from fournm/fix-npe-on-attribute",
"author_name": "Jason Hunter",
"author_login": "hunterhacker",
"committed_at": "2018-04-21T11:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c871dacdf200345bf5f75bc91c22885d3d8fe13f",
"body": null,
"is_bot": false,
"headline": "Fix for NPE on null attribute name",
"author_name": "Alli Grant",
"author_login": "alligrant-mt",
"committed_at": "2018-02-28T23:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09dae5d2229c8a4aac4a88a47f2e82d7039259af",
"body": "fix apostrophe abuse",
"is_bot": false,
"headline": "Merge pull request #168 from smoothreggae/pr/fix-apostrophe-abuse",
"author_name": "Jason Hunter",
"author_login": "hunterhacker",
"committed_at": "2017-12-27T18:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ae5a67cada332d445ceb86cbfebdb51c5ec178",
"body": null,
"is_bot": false,
"headline": "fix apostrophe abuse",
"author_name": "george thomas",
"author_login": "smoothreggae",
"committed_at": "2017-12-11T01:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f44b982d2be787199cbc1e17f63d87ec4edef00",
"body": "…o upper level supplier",
"is_bot": false,
"headline": "Fixes #165 - elevates thread-local caching from low-level XSDReader t…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2017-10-15T15:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "797fdd68a458ee80039814df9965506fef70c6cc",
"body": null,
"is_bot": false,
"headline": "Fixes #161 - Made sure we set the parent if it where not set.",
"author_name": "Stein Erik Berget",
"author_login": "seberget",
"committed_at": "2017-03-08T06:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3691702b8cbf51c2249e8f58f67c1eb5495b3686",
"body": null,
"is_bot": false,
"headline": "Fixes #146 - Improves Filters JavaDoc and related references",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-24T03:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5440c96c0f794ac14996acea052b25386ccb1d",
"body": "All character encodings are required to be specified with ASCII names,\nmaking the ENGLISH locale appropreiate.",
"is_bot": false,
"headline": "Fixes #149 - case conversion requires specific locale",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T20:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "130a4a0cab9501927bbb27747273c89e47493749",
"body": "sources jar in maven central.",
"is_bot": false,
"headline": "Fixes #150 - removes contrib and junit code from the offical \"core\"",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T20:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fad1e26450195247ed4f9edae07ab7bc8e796f9",
"body": "Report prolog whitespace - allow the Document level content to include whitespace, not just Doctype, root element, comments, PI's, etc.",
"is_bot": false,
"headline": "Merge pull request #156 from hunterhacker/report-prolog-whitespace",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2016-05-23T20:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f46bc69f9e02353287fd761eba469a4fa89435",
"body": "platform.",
"is_bot": false,
"headline": "Force newline formatting on the output of the tests to work cross",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T19:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067e7d4c50611437112fe0b519523e963af92ad1",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary warning supression",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T19:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737904c50f26a0642f8a0c670ed462cdbc5ee742",
"body": null,
"is_bot": false,
"headline": "Additional whitespce handling in prolog tests.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T19:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560228ee3984e5a99347a5f5b179497f9222fbca",
"body": null,
"is_bot": false,
"headline": "Use Verifier to determine whitespace content of the Text in the prolog.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T19:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea988ed215fb6a151127fb57e39f57b907cd76e",
"body": null,
"is_bot": false,
"headline": "Fix for support report_prolog_whitespace",
"author_name": "rfscholte",
"author_login": "rfscholte",
"committed_at": "2016-05-23T19:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c4bf202c21bd25606b6c9ad6e13795a1e8166d1",
"body": null,
"is_bot": false,
"headline": "Fixes #154 - remove JavaDoc copied from Java API.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T13:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5b8aecbf92d71388bd6c9b1e23315d733678b6",
"body": null,
"is_bot": false,
"headline": "Fixes #154 - remove JavaDoc copied from Java API.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2016-05-23T13:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98f4aeee8dbe87dfbd66a4002f0dfd21894f2e2",
"body": "typo: \"vaulue\" -> \"value\"",
"is_bot": false,
"headline": "Merge pull request #140 from typekpb/patch-1",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2015-11-14T13:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d8b6bd0ff1112c5a6acfea141b1ede96f7626f",
"body": null,
"is_bot": false,
"headline": "Rename README and fix markdown - fixes #147",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2015-11-14T13:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae05d54f470d6af3779ddd4ed13f336e31bbea22",
"body": "JDOM 1.x managed to handle badly-built DOM documents that had implied\nnamespaces in place.",
"is_bot": false,
"headline": "Fixes #138 - backward ccompatibility issue with JDOM 1.x DOM",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a0ec2900c09cb375b128714ad01d59c377baba",
"body": "Originally the enum would initialize all three factories on firs use.\nNow the initialization will happen on a per-factory basis. It is still\na lazy singleton concept. On my computer this saves as much as 200ms on\nJDOM startup",
"is_bot": false,
"headline": "Fixes #136 - Make the XMLReader implementations Lazy-initialize.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4daef11c0bfd1531df97cde1d523f50af6798eba",
"body": null,
"is_bot": false,
"headline": "Include Xalan Jars in the deployed package.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbe826e8ca281f4a7bd9d2df8a191485602deb8",
"body": null,
"is_bot": false,
"headline": "Fix JavaDoc build issue",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a693f084a578f77dbcb4dca89995e551022a621",
"body": null,
"is_bot": false,
"headline": "Fixes #143 - maven pom versions for Xerces and Jaxen",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ef73622b8a416f012bbb43abe82561739b1f85a",
"body": null,
"is_bot": false,
"headline": "Fixes #134 - use upgraded Xalan library 2.7.2",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02ec10fff8145d488c14d300923653b24ce4300",
"body": null,
"is_bot": false,
"headline": "Fixes #131 - update example code to use generics.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2015-02-15T03:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e946f814b5ea255c0a5f861a61f911b83bad28a",
"body": "JDOM 1.x managed to handle badly-built DOM documents that had implied\nnamespaces in place.",
"is_bot": false,
"headline": "Fixes #138 - backward ccompatibility issue with JDOM 1.x DOM",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T02:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c6d0f0172b528ab8b33bd141c869097f3d9237",
"body": "Originally the enum would initialize all three factories on firs use.\nNow the initialization will happen on a per-factory basis. It is still\na lazy singleton concept. On my computer this saves as much as 200ms on\nJDOM startup",
"is_bot": false,
"headline": "Fixes #136 - Make the XMLReader implementations Lazy-initialize.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T01:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8306698ae3754ff2462c3e4e6eb7524b1b13e84d",
"body": null,
"is_bot": false,
"headline": "Include Xalan Jars in the deployed package.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-15T00:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa425feff3e42c6499e002dd38b02dfe22990b5a",
"body": null,
"is_bot": false,
"headline": "Fix JavaDoc build issue",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-14T22:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7072d6ce1b8d3c6fb0d991b01abc72ecb58b9512",
"body": null,
"is_bot": false,
"headline": "Fixes #143 - maven pom versions for Xerces and Jaxen",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-14T21:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3721839ed7b463fc8f3beba74cb89ab04318b7",
"body": null,
"is_bot": false,
"headline": "Fixes #134 - use upgraded Xalan library 2.7.2",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2015-02-14T14:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3405c7e98c712b48f8f3656ab14056d97645acb",
"body": null,
"is_bot": false,
"headline": "typo: \"vaulue\" -> \"value\"",
"author_name": "Peter Butkovic",
"author_login": "typekpb",
"committed_at": "2014-11-12T13:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf04c7ce212a412d61d00479217e38931080344",
"body": null,
"is_bot": false,
"headline": "Fixes #131 - update example code to use generics.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2014-04-26T12:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35dcdd46c15f1467a90707e7827a4c62f8af16b5",
"body": null,
"is_bot": false,
"headline": "Issue #126 - additional test case",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c93b74f8fece42a9e174f2be331e2c8e00ec8b",
"body": null,
"is_bot": false,
"headline": "Fixes #129 - update JavaDoc, and augment tests",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071063d8471bd57f3b9460c238d07250ce274bdc",
"body": null,
"is_bot": false,
"headline": "No issue. Just add bin to the .gitignore.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884c0acdf744c9b23ce0693ad6a18db835ae29b3",
"body": "conflict. Make JDOM sort methods public.",
"is_bot": false,
"headline": "Fixes #129 - new Java8 sort method on List causes private/public method",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc6eeaa0fc58a236bfdf0091eceea42c34f3694",
"body": null,
"is_bot": false,
"headline": "Issue #128 - use of reflection in Test Cases removed.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94b6ea15e473cf5e331b7330dfbfb584d5420c6",
"body": null,
"is_bot": false,
"headline": "Issue #128 File storage in Bean",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2080c2024d357b4933c5a1219c4e53f218eef0",
"body": "…st case to 2.x anyway - even though code works.",
"is_bot": false,
"headline": "Issue #124 - Split CDATA sections causing trouble in JDOM 1.x. Add te…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e252be927f37338b1e574b6d19dbdaa537dcec00",
"body": null,
"is_bot": false,
"headline": "Fixes #176 - Namespaces starting with XML in other cases, etc.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c5f9aa334a3785959c9730ed94fbf359e7a9c4f",
"body": null,
"is_bot": false,
"headline": "Fixes #127 - PRESERVE after some other mode.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08df133762f7761e1f07266ce0391f7d758570bd",
"body": null,
"is_bot": false,
"headline": "Issue #126 - additional test case",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T03:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b36948e376dd8dd4f39b3f42255955a2e5002bf",
"body": null,
"is_bot": false,
"headline": "Fixes #129 - update JavaDoc, and augment tests",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-05T02:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c7209d67a24d5f737a7ceb7dd35e6b5c0aa226c",
"body": null,
"is_bot": false,
"headline": "No issue. Just add bin to the .gitignore.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-04T22:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3929e0e9bcec9f9c652c841a93519b0b5f65aa75",
"body": "conflict. Make JDOM sort methods public.",
"is_bot": false,
"headline": "Fixes #129 - new Java8 sort method on List causes private/public method",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-04-04T22:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb87783b7d023dcfa77f742fe29bfe6b8be220b",
"body": null,
"is_bot": false,
"headline": "Issue #128 - use of reflection in Test Cases removed.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T14:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0f7b99d953730413da41ccc8028cd7120e45ec2",
"body": null,
"is_bot": false,
"headline": "Issue #128 File storage in Bean",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T03:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b7ae3090b894f5c47f4324d65857433a2cd480",
"body": "…st case to 2.x anyway - even though code works.",
"is_bot": false,
"headline": "Issue #124 - Split CDATA sections causing trouble in JDOM 1.x. Add te…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T03:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa0ec9ed570b873255e4fac85e4fc3230a6cdec",
"body": "….0.x",
"is_bot": false,
"headline": "Merge branch 'jdom-2.0.x' of github.com:hunterhacker/jdom into jdom-2…",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T01:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4aef17b91f2387a765b465445e566b6a89d0f61",
"body": null,
"is_bot": false,
"headline": "Fixes #126 - Namespaces starting with XML in other cases, etc.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T01:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bdf1322081db403ec5459abb9ee68872016fb37",
"body": null,
"is_bot": false,
"headline": "Fixes #176 - Namespaces starting with XML in other cases, etc.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-30T00:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22ad92de6f007553673bb915239cb826ae0bac9",
"body": null,
"is_bot": false,
"headline": "Fixes #127 - PRESERVE after some other mode.",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-03-29T17:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e327dbc8281c3114f5bc6668dff582303a0a5d9",
"body": null,
"is_bot": false,
"headline": "Add Copyright notice",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-01-22T22:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5497a5a66db770644619318c8be86d563134f9a8",
"body": "Now it does a Copy-Constructor clone instead of changing final instance fields.",
"is_bot": false,
"headline": "Fixes #120 - clone of JaxenComplied instance.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2014-01-22T22:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64ab66c5a27672035c26df031888301dc6ba3372",
"body": null,
"is_bot": false,
"headline": "Add Copyright notice",
"author_name": "Rolf Lear",
"author_login": "rolfl",
"committed_at": "2014-01-22T22:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d009dea5c1bf3c2c450bb6f4ded551610b7039b",
"body": "Now it does a Copy-Constructor clone instead of changing final instance fields.",
"is_bot": false,
"headline": "Fixes #120 - clone of JaxenComplied instance.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-06-08T17:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250d723ca7899e068aaa9f36f4aa496aeb196f11",
"body": "…now variables)",
"is_bot": false,
"headline": "Fixes #118 - eclipse target uses correct Jaxen jar (and all jars are …",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-28T23:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf1c57a9ea93acc8d6b09bf46d697d7e15b01f9",
"body": "More work to come",
"is_bot": false,
"headline": "Issue #119 - Extend the StAX Handling (again).",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-28T23:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e69aa31bd1c2e1a90f6b34a6dd41e461363a63c2",
"body": "…now variables)",
"is_bot": false,
"headline": "Fixes #118 - eclipse target uses correct Jaxen jar (and all jars are …",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-16T22:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880a8aa165fd65f87450c9f2a4cde6744c104458",
"body": "StAX is a *poor* specification, and the default implementations of StAX are broken too.",
"is_bot": false,
"headline": "Issue #106 - This is a more correct fix.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T21:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00258bfc4bab8ee1fc72127ca3321f76ac912a5",
"body": "…content outside the root element. Not able to reproduce with my StAX libraries, but the fix is 'safe'.",
"is_bot": false,
"headline": "Fixes #101 - possible problem with some StAX streams supplying SPACE …",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453cb9a4da6114a674da95bcb3efd8aa5de68985",
"body": "…ace as http://www.w3.org/2000/xmlns/",
"is_bot": false,
"headline": "Make sure Attrs generated for \"xmlns\" attributes specify their namesp…",
"author_name": "Peter Wright",
"author_login": "petergeneric",
"committed_at": "2013-04-14T15:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a51fe5e1d4fa9a5bda4065b1937b1ca00a99758",
"body": "…test class so may not be desirable for permanent inclusion)",
"is_bot": false,
"headline": "Adding unit test from issue report to code (doesn't use the abstract …",
"author_name": "Peter Wright",
"author_login": "petergeneric",
"committed_at": "2013-04-14T15:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845c2b48f54d9a3cd5457c09d8b37edf17c4aceb",
"body": null,
"is_bot": false,
"headline": "Fixes #116 - use iterator for document output",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c87d799dcf3281cec55244cb8983bf338abc07",
"body": "COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized.\nFix is to just do things simpler. Much simpler.",
"is_bot": false,
"headline": "Fixes #114 - line separator fails to initialize.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf50164a1adbae66f4b361c1f658a4fff4f588f",
"body": null,
"is_bot": false,
"headline": "Fixes #111 - improve build(String) documentation for SAXBuilder",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2b63e8d873d6f42ce26d18fa29e2771663c00e",
"body": null,
"is_bot": false,
"headline": "Fixes #106 - setPrefix call before startElement.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad013fac534cb9b635ce31c80e09ba07c228c74c",
"body": "…rence to latest 1.1.4",
"is_bot": false,
"headline": "Fixes #113 - Jaxen 1.1.6 - no 1.1.6 jaxen in maven, update maven refe…",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe25bc997bbe1987f096b5fb99fdb30c021e684",
"body": "…other outputters in JDOM",
"is_bot": false,
"headline": "Tidy up the implementation of the StAXStreamReader to conform to the …",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T15:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be510b260b092630e6e26102a0bb49140cf1ce6d",
"body": "…content outside the root element. Not able to reproduce with my StAX libraries, but the fix is 'safe'.",
"is_bot": false,
"headline": "Fixes #101 - possible problem with some StAX streams supplying SPACE …",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-14T14:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b174b37e2f2bae8bbd46b50fd3a82f086e539218",
"body": "…ace as http://www.w3.org/2000/xmlns/",
"is_bot": false,
"headline": "Make sure Attrs generated for \"xmlns\" attributes specify their namesp…",
"author_name": "Peter Wright",
"author_login": "petergeneric",
"committed_at": "2013-04-12T23:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25153eacad8318e02bda06d6b60f93b367c380c4",
"body": "…test class so may not be desirable for permanent inclusion)",
"is_bot": false,
"headline": "Adding unit test from issue report to code (doesn't use the abstract …",
"author_name": "Peter Wright",
"author_login": "petergeneric",
"committed_at": "2013-04-12T23:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74bc93196de06f60054f3e25189857655d8ac965",
"body": null,
"is_bot": false,
"headline": "Fixes #116 - use iterator for document output",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-12T22:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5e1e1929b55a650c2473767bee4c2538dbeada",
"body": "COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized.\nFix is to just do things simpler. Much simpler.",
"is_bot": false,
"headline": "Fixes #114 - line separator fails to initialize.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-12T02:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fca9491ac4e8d081055bb3661e3d998c0f2a998",
"body": null,
"is_bot": false,
"headline": "Fixes #111 - improve build(String) documentation for SAXBuilder",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-08T01:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101f2e1494b827ef96859ce565045e8c0afeddee",
"body": null,
"is_bot": false,
"headline": "Issue #106 - setPrefix call before startElement.",
"author_name": "Rolf",
"author_login": "rolfl",
"committed_at": "2013-04-08T01:44:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2021-12-09T17:08:00Z",
"latest_release_tag": "JDOM-2.0.6.1",
"releases_from_tags": false,
"days_since_last_push": 841,
"active_weeks_last_year": 0,
"days_since_latest_release": 1694,
"mean_days_between_releases": 2476.9
},
"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": []
},
"popularity": {
"forks": 123,
"stars": 353,
"watchers": 37,
"fork_history": {
"days": [
{
"date": "2011-11-09",
"count": 1
},
{
"date": "2012-09-16",
"count": 1
},
{
"date": "2012-09-27",
"count": 1
},
{
"date": "2012-10-04",
"count": 1
},
{
"date": "2012-12-06",
"count": 1
},
{
"date": "2013-01-02",
"count": 1
},
{
"date": "2013-01-20",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-05-10",
"count": 1
},
{
"date": "2013-05-23",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-07-06",
"count": 1
},
{
"date": "2013-08-28",
"count": 1
},
{
"date": "2013-09-10",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-12-24",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-04-16",
"count": 1
},
{
"date": "2014-04-28",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-25",
"count": 1
},
{
"date": "2014-06-30",
"count": 2
},
{
"date": "2014-07-04",
"count": 1
},
{
"date": "2014-07-06",
"count": 1
},
{
"date": "2014-10-15",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-19",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-20",
"count": 2
},
{
"date": "2015-06-04",
"count": 1
},
{
"date": "2015-09-05",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-10-25",
"count": 1
},
{
"date": "2015-11-01",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2016-01-09",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-05-09",
"count": 1
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-03-02",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
}
],
"complete": true,
"collected": 123,
"total_forks": 123
},
"star_history": null,
"open_issues_and_prs": 37
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 123147,
"source_files_sampled": 329,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 13,
"open_issues": 32,
"closed_ratio": 0.838,
"closed_issues": 165,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rolfl",
"commits": 494,
"avatar_url": "https://avatars.githubusercontent.com/u/937893?v=4"
},
{
"type": "User",
"login": "hunterhacker",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/321454?v=4"
},
{
"type": "User",
"login": "petergeneric",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/870655?v=4"
},
{
"type": "User",
"login": "gburgett",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/430257?v=4"
},
{
"type": "User",
"login": "alligrant-mt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/272302549?v=4"
},
{
"type": "User",
"login": "estiburstein",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/33195584?v=4"
},
{
"type": "User",
"login": "schwehr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/389869?v=4"
},
{
"type": "User",
"login": "typekpb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/499820?v=4"
},
{
"type": "User",
"login": "stefanbirkner",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/711349?v=4"
},
{
"type": "User",
"login": "seberget",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5228453?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.952
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"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": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 5/10 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c6065f684bdff5cebf5f23b2859c5e4c89fd89db",
"ran_at": "2026-07-30T23:40:08Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 124,
"created_at": "2013-11-25T12:57:44Z",
"last_comment_at": "2014-03-30T03:05:17Z",
"last_comment_author": "rolfl"
},
{
"number": 210,
"created_at": "2023-05-22T22:10:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 211,
"created_at": "2023-05-22T22:36:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 212,
"created_at": "2023-05-22T22:45:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 218,
"created_at": "2024-04-10T19:36:37Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-10-20T21:50:34Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 11,
"created_at": "2011-08-01T03:56:05Z",
"last_comment_at": "2012-02-01T01:21:08Z",
"last_comment_author": "rolfl"
},
{
"number": 34,
"created_at": "2011-09-13T09:54:59Z",
"last_comment_at": "2012-02-01T01:12:00Z",
"last_comment_author": "rolfl"
},
{
"number": 76,
"created_at": "2012-05-11T00:26:49Z",
"last_comment_at": "2016-10-24T22:17:32Z",
"last_comment_author": "rolfl"
},
{
"number": 77,
"created_at": "2012-05-11T00:29:47Z",
"last_comment_at": "2012-05-11T01:06:18Z",
"last_comment_author": "rolfl"
},
{
"number": 78,
"created_at": "2012-05-11T00:33:34Z",
"last_comment_at": "2012-05-11T01:12:18Z",
"last_comment_author": "rolfl"
},
{
"number": 79,
"created_at": "2012-05-11T00:45:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2012-05-11T01:02:50Z",
"last_comment_at": "2012-07-26T13:58:14Z",
"last_comment_author": "groe"
},
{
"number": 99,
"created_at": "2012-10-28T21:36:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2012-12-19T11:17:31Z",
"last_comment_at": "2012-12-20T21:07:13Z",
"last_comment_author": "aheritier"
},
{
"number": 104,
"created_at": "2012-12-29T21:10:07Z",
"last_comment_at": "2013-04-30T19:41:52Z",
"last_comment_author": "tommack"
},
{
"number": 119,
"created_at": "2013-04-28T23:22:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2014-01-15T19:42:50Z",
"last_comment_at": "2014-02-07T22:43:43Z",
"last_comment_author": "WonderCsabo"
},
{
"number": 130,
"created_at": "2014-04-05T11:52:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 145,
"created_at": "2015-04-09T01:22:18Z",
"last_comment_at": "2015-04-09T12:13:25Z",
"last_comment_author": "kovica"
},
{
"number": 151,
"created_at": "2015-12-21T23:06:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 164,
"created_at": "2017-04-17T16:06:16Z",
"last_comment_at": "2019-04-09T21:58:38Z",
"last_comment_author": "wltjr"
},
{
"number": 169,
"created_at": "2018-01-14T19:54:00Z",
"last_comment_at": "2018-08-17T18:50:03Z",
"last_comment_author": "VISTALL"
},
{
"number": 174,
"created_at": "2018-09-04T12:28:05Z",
"last_comment_at": "2023-06-09T19:42:21Z",
"last_comment_author": "ar"
},
{
"number": 177,
"created_at": "2019-07-09T06:39:56Z",
"last_comment_at": "2021-07-02T02:47:26Z",
"last_comment_author": "rolfl"
},
{
"number": 195,
"created_at": "2021-11-03T07:16:16Z",
"last_comment_at": "2022-02-10T19:38:38Z",
"last_comment_author": "easebranek"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hunterhacker/jdom",
"host": "github.com",
"name": "jdom",
"owner": "hunterhacker"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 22,
"inputs": {
"security": 25,
"vitality": 13,
"community": 56,
"governance": 50,
"engineering": 34,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 36,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 841,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 841 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 841
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"releases_count": 2,
"latest_release_tag": "JDOM-2.0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 1694,
"mean_days_between_releases": 2476.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1694 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1694
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2476.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2476.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 14,
"days_since_last_merged_pr": 1744,
"days_since_last_human_commit": 1744,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1744 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1744,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 123,
"stars": 353,
"watchers": 37,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "353 stars",
"points": 41.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 353
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "123 forks",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 123
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "37 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 37
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.952
},
"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 95% of commits",
"points": 1.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 13,
"open_issues": 32,
"closed_issues": 165,
"issue_closed_ratio": 0.838,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/19 decided PRs merged",
"points": 26.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 19
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/10 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 51,
"inputs": {
"followers": 60,
"owner_type": "User",
"is_verified": null,
"owner_login": "hunterhacker",
"public_repos": 6,
"account_age_days": 5872
},
"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": "60 followers of hunterhacker",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 60,
"login": "hunterhacker"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~16 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 25,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"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": "0 out of 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/10 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.71,
"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": "71 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 123147,
"source_files_sampled": 329,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/329 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 329,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"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": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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"
],
"report_type": "repository",
"generated_at": "2026-07-30T23:40:27.669838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hunterhacker/jdom.svg",
"full_name": "hunterhacker/jdom",
"license_state": "custom",
"license_spdx": null
}