Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"hacktoberfest",
"stax-api",
"xml",
"xml-parser"
],
"is_fork": false,
"size_kb": 9512,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 13213,
"Java": 3535243
},
"pushed_at": "2026-07-27T17:51:57Z",
"created_at": "2014-08-01T19:56:59Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T17:53:03Z",
"description": "The gold standard Stax XML API implementation. Now at Github.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "http://fasterxml.com",
"name": "FasterXML, LLC",
"type": "Organization",
"login": "FasterXML",
"company": null,
"location": "Seattle, WA",
"followers": 422,
"avatar_url": "https://avatars.githubusercontent.com/u/382692?v=4",
"created_at": "2010-09-01T00:03:26Z",
"is_verified": null,
"public_repos": 68,
"account_age_days": 5811
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "adfb55be3d5b55d62b4ca6fbfa4cded93e23fddf",
"body": "… (#319)",
"is_bot": true,
"headline": "Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-27T17:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5396b2a9a905a5a49b60bb773b823d3037f69be4",
"body": "…up (#317)",
"is_bot": true,
"headline": "Bump actions/setup-java from 5.5.0 to 5.6.0 in the github-actions gro…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T22:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85988d82ec1630efb94f66b38850b3faad9703d8",
"body": "…up (#315)",
"is_bot": true,
"headline": "Bump actions/setup-java from 5.4.0 to 5.5.0 in the github-actions gro…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T16:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2812a774359b6fe7f12f0362ed72c975ecaafe0b",
"body": null,
"is_bot": false,
"headline": "Reject/fix comment ending in '-' in byte-backed XML writers (#311)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-07-06T01:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "095729f5c48897cbcf9345fa7176c6dbcc9eb738",
"body": null,
"is_bot": false,
"headline": "Reject xml-decl encoding name not matching EncName (#310)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-07-06T00:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f2d749086dbd1d7cb112653f1b3a78f48aaf99",
"body": "…up (#312)",
"is_bot": true,
"headline": "Bump actions/setup-java from 5.3.0 to 5.4.0 in the github-actions gro…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T18:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b958703b57b87b8d21c5a5ce432793ca735e6ce5",
"body": null,
"is_bot": false,
"headline": "Fix #308: regression wrt attribute validation (#309)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-24T03:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1761a75c56aa3847571731d64e3b7ba633bf93db",
"body": "…#306)",
"is_bot": false,
"headline": "Escape tab, newline and CR in `TextEscaper.writeEscapedAttrValue()` (…",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-23T03:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b37310422ea78c507740ea1472ebd5a69351133",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#307)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-23T02:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c12b0149ecbb5d071fe702f0468215cdb02bd91",
"body": null,
"is_bot": false,
"headline": "Combine surrogate pairs in `BufferingXmlWriter` entity escaping (#300)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-17T04:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02835908159c4a7f5bddbbe734a689546bee0fee",
"body": null,
"is_bot": false,
"headline": "Check for `]]>` in content split across input buffer boundary (#303)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-17T02:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ab3996fa4bd319391ec206eea475c04a2b26ee",
"body": null,
"is_bot": false,
"headline": "...",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-11T23:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c51c21e4a5e210133a15650f85f3a2786a041be",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:FasterXML/woodstox into main",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-11T23:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4209720a3198584c66c915daaacf598270f8a3e",
"body": null,
"is_bot": false,
"headline": "...",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-11T23:15:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac7cfc0c5e9b67046c70a30c8917fc4e2a3afb9",
"body": null,
"is_bot": false,
"headline": "Reject U+00D7 and U+00F7 in `is11NameChar()` (#301)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-11T23:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcb84f1b71cb1a2bc06f83342e7933f2c4af803",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#302)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T17:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50df03bd54b3a3f8e604233e5a637761e46473a6",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-07T22:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3002ad82ae6231db6362c9f070beeff009bed89",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release woodstox-core-7.2.1",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-07T22:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830646e03a5b299e521ecb6918894f70582ae008",
"body": null,
"is_bot": false,
"headline": "Prep for 7.2.1 release",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-07T22:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4a3d9384541fba85c1a606eaf07e6da75f7e68",
"body": null,
"is_bot": false,
"headline": "Fix extra debug stmt",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-07T17:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012aae2f6c61b9cd1bb8df0e575801cb695f3c05",
"body": null,
"is_bot": false,
"headline": "NMTOKENS default value validation for single-character tokens (#299)",
"author_name": "jmestwa-coder",
"author_login": "jmestwa-coder",
"committed_at": "2026-06-07T17:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05273ec8809dcaa92448183c9c55ffab7f14221",
"body": null,
"is_bot": false,
"headline": "Add release notes",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-07T17:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1bc2130a5bc76e51b5de6157dc162c5e9c4988",
"body": null,
"is_bot": false,
"headline": "NMTOKEN default value validation skipping first character (#297)",
"author_name": "jmestwa-coder",
"author_login": "jmestwa-coder",
"committed_at": "2026-06-07T17:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3404656bff62b4ba54f45bb3825ec88e3a567a",
"body": null,
"is_bot": false,
"headline": "Fix #290 by reverting #95 (and PR #270) (#296)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-03T01:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fd5202b3001264a4898c9b312f32c508985c89",
"body": "…_AS_ENTS` (\"com.ctc.wstx.treatCharRefsAsEnts\") enabled (#294)",
"is_bot": false,
"headline": "Fix #292: Text corruption with `WstxInputProperties.P_TREAT_CHAR_REFS…",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-06-03T00:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715559ee3849724626ab3ddec3105b2de96bb56a",
"body": null,
"is_bot": false,
"headline": "Reject out-of-range code points in `UTF32Reader` (#293)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-02T18:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568f8b2d1dc3e654b0dca03a989e7d4ebb7a16c1",
"body": null,
"is_bot": false,
"headline": "Reject overlong UTF-8 sequences in `UTF8Reader` (#291)",
"author_name": "aizu-m",
"author_login": "aizu-m",
"committed_at": "2026-06-02T18:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336ceb874dadfd2ba135b860f9c4b3b2769745e9",
"body": null,
"is_bot": false,
"headline": "Fix Javadoc version numbers",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T21:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c397ab883c357fed73bd1319e1a85cf0a0637c55",
"body": null,
"is_bot": false,
"headline": "Add 7.2 Javadocs",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T21:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "487916395b14de6acaed5ba118375620bad12f23",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T21:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983c1e31b807725a7bd52032c24ba4d0b2aec7ed",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release woodstox-core-7.2.0",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T21:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b9e798ef47ca1f324dfc744810c14505d10895",
"body": null,
"is_bot": false,
"headline": "Prepare for 7.2.0 release",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T21:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bf0cd0f093cb426c440163a2195061e5b9d067",
"body": null,
"is_bot": false,
"headline": "Support `XMLConstants.ACCESS_EXTERNAL_DTD` (#264)",
"author_name": "高春晖",
"author_login": "GaoSSR",
"committed_at": "2026-05-19T19:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceb08b2905ff4a316510e3a35fcc895d465b4ed1",
"body": null,
"is_bot": false,
"headline": "Fix minor formatting issues wrt DTD validation (#289)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-19T03:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db893a7fada5caa70295c670e5cd79b91e6792d9",
"body": null,
"is_bot": true,
"headline": "Bump codecov/codecov-action in the github-actions group (#288)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-18T23:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec81062461cdbf05c0547e91ce84a5d07424ac4d",
"body": null,
"is_bot": false,
"headline": "tiny comment change",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-18T20:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f60899d6702184f7969ddb32c376a9336732f0",
"body": null,
"is_bot": false,
"headline": "Fix #286: Junit 4 to 5 conversion (#287)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T22:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f660fc3970b7201bab6da51e053fe205309b458b",
"body": null,
"is_bot": false,
"headline": "Add yet more tests (#285)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T06:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38985ae1695662688f89bbd78238e237584675fd",
"body": null,
"is_bot": false,
"headline": "Add more unit tests (#284)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T05:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d27a92b9209bd25d42c93dc7768f092a3e57a4",
"body": null,
"is_bot": false,
"headline": "Add failing test for #87 (#283)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T01:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2325f3879e261ad916c9aced65ca0e69059c532a",
"body": null,
"is_bot": false,
"headline": "Fix #279: Deprecate `WstxInputProperties.P_VALIDATE_TEXT_CHARS` (#281)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T01:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1441ab97b4b4f843f110b8a418a43d7edca7bb3d",
"body": null,
"is_bot": false,
"headline": "Fix #33: xml:lang not working with DTD validation (#280)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T01:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ebe8381eb115c62a9065d37a9d0e6a03b2c9d6",
"body": null,
"is_bot": false,
"headline": "Add a failing test for #39 (#278)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T00:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a1ce6f26206755642b739fc43014a090d6b04c",
"body": null,
"is_bot": false,
"headline": "Improve MSV validation fail message for \"empty content\" cases (#277)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-14T00:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421e6c27d9a19658bda72738e5d1910bff30e406",
"body": null,
"is_bot": false,
"headline": "Fix #91: wrong location before/after entity expansion (#276)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T23:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d83ede4a97193e031c3995488e5755015d09f86",
"body": null,
"is_bot": false,
"headline": "Add failing test for #109 (#275)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T22:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa45df224757e053c68da29d4d8584ae83b21b1e",
"body": null,
"is_bot": false,
"headline": "Fix #12: improve name hashing (#274)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T22:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20cc164df2f7cc3d5cf4241f05564b4fd15bc446",
"body": null,
"is_bot": false,
"headline": "Fix #156: update Javadocs, add tests to verify (#273)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T21:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ed72299eda44bec25205d8ab940094003c945c",
"body": null,
"is_bot": false,
"headline": "Fix #201: handle invalid chars in CDATA too (#272)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T21:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e3326340e18333dd785123709b54b5e24afadd",
"body": null,
"is_bot": false,
"headline": "Fixed #184: error validating notations (#271)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T20:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27761f807b6b38f7ed25aa572c0520c295992f2",
"body": "…ement (#270)",
"is_bot": false,
"headline": "Fix #95: `BaseStreamWriter.writeRaw(String)` should not close open el…",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T20:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3207c7a5a189452929455593dace0899c6f6ceb1",
"body": null,
"is_bot": false,
"headline": "Fix #113: corrupt state on parsing wrong close tag (#269)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T04:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23595182bfcf3f2373ae3fd59fae76dafacb7ec7",
"body": "…eamWriter` (#268)",
"is_bot": false,
"headline": "Fix #189: 'Undefined ID' not thrown when validating with `SimpleNsStr…",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T03:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3df7eb74f8f48e8b598e42d903007655b294e0",
"body": "…(#267)",
"is_bot": false,
"headline": "Fix #226: `WstxSAXParser` does not inherit the factory configuration …",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T03:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edd5daba6d2795c8e4e2b489ba320ee72fbbe11",
"body": null,
"is_bot": false,
"headline": "Fix \"Artifact\" badge on README.md",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T00:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3df3ab00fc27c28ce86c39b2aeb55ea8563edc",
"body": "…r writers (#266)",
"is_bot": false,
"headline": "Convert \"new XMLStreamException()\" calls with \"throwOutputError()\" fo…",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T00:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f2191761a522e4971c7c196e18c5a14bccaca1",
"body": null,
"is_bot": false,
"headline": "Fix #231: test robustness (#265)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-13T00:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d2c344c92b979b0c9f9542b27c5d2b00ee76c34",
"body": "…lidation (#245)",
"is_bot": false,
"headline": "Fix `WstxValidationException` with nillable elements during writer va…",
"author_name": "Guillaume Nodet",
"author_login": "gnodet",
"committed_at": "2026-05-13T00:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60196acbd1b91734c2fbea0cc4cd6be41b9b373a",
"body": null,
"is_bot": false,
"headline": "Add html, pdf versions of CLA",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-12T23:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c312a9678215df5213562bae63807a44902b6ef",
"body": null,
"is_bot": false,
"headline": "Add v2 of Woodstox CLA",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-05-12T22:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e6c6d99f1c18451979385661d0ae14bbbcca4b",
"body": null,
"is_bot": true,
"headline": "Bump dawidd6/action-download-artifact in the github-actions group (#263)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T17:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692ae995c74db0da6d8b3a478c08a3a96129295f",
"body": null,
"is_bot": false,
"headline": "...",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-04-21T17:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35d51444ef89f7ac58c62e6eb36b7757d4f42b6",
"body": null,
"is_bot": true,
"headline": "Bump actions/upload-artifact in the github-actions group (#261)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T16:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc3bb0ac98b93423f23a190988d03d9c24ff24d",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#260)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-06T15:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c943e5b844687897e8895c312ccdc21c1281c7e",
"body": null,
"is_bot": false,
"headline": "Minor Charset detection fix (#258)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-04-01T18:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e8959927f7dab1a3e8a94ecd9f1ca172452579",
"body": null,
"is_bot": false,
"headline": "3 more minor bug fixes (#257)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-04-01T18:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456cccf8edbcbbe95eb0e55faf39619769a82b6f",
"body": null,
"is_bot": false,
"headline": "Fix 2 minor bugs (#256)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-04-01T17:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341e2f9ff3780670b2548e32a84ce1d070242241",
"body": null,
"is_bot": false,
"headline": "#254: reduce locking in InternCache (#255)",
"author_name": "winfriedgerlach",
"author_login": "winfriedgerlach",
"committed_at": "2026-04-01T17:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3a4c811b3a738e8d43715827b73da42787526a",
"body": null,
"is_bot": false,
"headline": "Minor performance optimizations (#249)",
"author_name": "winfriedgerlach",
"author_login": "winfriedgerlach",
"committed_at": "2026-04-01T17:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea1e77476984178e8a239f62651ca4653c40dbf",
"body": null,
"is_bot": false,
"headline": "Fix minor `EmptyValidator.getEmptyInstance()` implementation (#253)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-03-31T21:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97b863097acb4d45330bfefbf88dc9801db7a1a",
"body": null,
"is_bot": false,
"headline": "Fix #250: honor DTD override (#252)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-03-31T20:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd53891178c88e0a362a1b93d803bf5cb2dccf0",
"body": null,
"is_bot": false,
"headline": "boy scout: add some tests for StringVector (#228)",
"author_name": "winfriedgerlach",
"author_login": "winfriedgerlach",
"committed_at": "2026-03-31T20:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "594b2fe266d43536cf576d6d309f34dc08c22b88",
"body": null,
"is_bot": false,
"headline": "Update Stax2-api dep to 4.3.0; Woodstox to 7.2.0-SNAPSHOT (#251)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-03-31T20:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50afd7c24ecd0d45cc01cee415736f7a313710a2",
"body": null,
"is_bot": false,
"headline": "Fix to CI/code-cov",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-03-31T01:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f6bd4667dd77d40eb5bacabf2fe7c1a6605e9f",
"body": null,
"is_bot": false,
"headline": "Add code coverage delta calc/publishing for PRs in CI (#248)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2026-03-31T00:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1352ac4abdd4c2bf363822e06757575102d867fb",
"body": null,
"is_bot": true,
"headline": "Bump codecov/codecov-action in the github-actions group (#247)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-30T17:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16bbff277de3d991e9bedc115e086b8170818a13",
"body": null,
"is_bot": true,
"headline": "Bump codecov/codecov-action in the github-actions group (#246)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-23T17:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f9adc0c55ef6c0b95ee8391db98803f0f25d193",
"body": null,
"is_bot": true,
"headline": "Bump actions/upload-artifact in the github-actions group (#244)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-02T16:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae8765a6a6508607838fefd281db4c1c61c13fd",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#243)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-26T18:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3776a4f7da2b2e80ba22a9dc7f2b9d05fd18a379",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#241)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-15T18:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea899c5c768c1b00d0dcd6cb536f954ae6a5db39",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 2 updates (#240)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-08T14:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ac1843329e17431349dda03ce6f9ef4ae1e6e0",
"body": "… (#239)",
"is_bot": true,
"headline": "Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T21:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27c0958764d918e538e0d28d85b1f05c98b22f09",
"body": null,
"is_bot": false,
"headline": "update link to MSV in README.md (#238)",
"author_name": "winfriedgerlach",
"author_login": "winfriedgerlach",
"committed_at": "2025-11-11T01:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b063badd50cadea15080ab23593b351515e95d13",
"body": null,
"is_bot": true,
"headline": "Bump actions/upload-artifact in the github-actions group (#237)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-27T17:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b146037fd638855e43aee009ed8a3c62ecc8c8c1",
"body": null,
"is_bot": false,
"headline": "Fix CI wrt branch ref (master -> main)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-09-26T19:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d045ac844bcd918c86a518acb0016ff1fd04d896",
"body": null,
"is_bot": false,
"headline": "Try to trigger CI",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-09-26T19:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49f4d6aa560953ecac75765b117bd73afa80c3f",
"body": null,
"is_bot": false,
"headline": "Fix minor issue with CI wf def",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-09-26T19:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfde796d30f074e51960cc681e8ab478bcbbedd3",
"body": null,
"is_bot": true,
"headline": "Bump codecov/codecov-action in the github-actions group (#235)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-09T00:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d841d459d2a371c447e45f561b5f642717f4e0",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 3 updates (#234)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-26T00:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321980a6dc3471cbadc85e00859d2fc81db3a442",
"body": "… (#232)",
"is_bot": true,
"headline": "Bump actions/checkout from 4.2.2 to 4.3.0 in the github-actions group…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T17:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c91eac691fc2ed7fb0e1b6213e4c26477459ea",
"body": null,
"is_bot": true,
"headline": "Bump the github-actions group with 4 updates (#230)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-29T01:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a7714d389051b4309cf1e149a513f52d369adbe",
"body": null,
"is_bot": false,
"headline": "Update release notes wrt \"master\"->\"main\" branch renaming",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b26decee112152c2715e0086a2cb479d5aa1b81",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare for next development iteration",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31eb44282bbb70bb57e2499927b6b6b2492201f6",
"body": null,
"is_bot": false,
"headline": "[maven-release-plugin] prepare release woodstox-core-7.1.1",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c39424d877fcb01dcce8395aaee1a54bf32e2f",
"body": null,
"is_bot": false,
"headline": "Update Maven wrapper",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7999b5ae004eaf963677203be284ef9bb0a7b165",
"body": null,
"is_bot": false,
"headline": "Prep for 7.1.1 release",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660d42320273988626d64077e0f6c70d4474eb37",
"body": null,
"is_bot": false,
"headline": "Comment out cifuzz",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fa6a14e67b445f04ad91683f21ce8690be3e4e",
"body": null,
"is_bot": false,
"headline": "Update to oss-parent#68, switch to Central Portal publishing (#229)",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-05-29T01:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b66a2b1aabd973630b4e15e368b5e01529fd47e",
"body": null,
"is_bot": false,
"headline": "#220 Remove comment wrt wanting to use Arrays.copyOf(), clean up (#224)",
"author_name": "winfriedgerlach",
"author_login": "winfriedgerlach",
"committed_at": "2025-05-28T17:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba911b7d3f1efbcb1b43684b17d9217f6fe92cb",
"body": null,
"is_bot": false,
"headline": "Merge branch '6.7'",
"author_name": "Tatu Saloranta",
"author_login": "cowtowncoder",
"committed_at": "2025-02-11T18:16:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 90,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 27,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "com.fasterxml.woodstox:woodstox-core",
"exists": true,
"license": "The Apache License, Version 2.0",
"keywords": [],
"ecosystem": "maven",
"matches_repo": true,
"registry_url": "https://central.sonatype.com/artifact/com.fasterxml.woodstox/woodstox-core",
"is_deprecated": false,
"latest_version": "7.2.1",
"repository_url": "https://github.com/FasterXML/woodstox",
"versions_count": 40,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-07T22:25:15Z",
"latest_version_yanked": null,
"days_since_latest_publish": 53
}
]
},
"popularity": {
"forks": 90,
"stars": 257,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2016-01-16",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2018-03-18",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-08-30",
"count": 2
},
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-11-01",
"count": 2
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-05-14",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-10-04",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
}
],
"complete": true,
"collected": 89,
"total_forks": 90
},
"star_history": null,
"open_issues_and_prs": 26
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"pom.xml"
],
"largest_source_bytes": 226986,
"source_files_sampled": 420,
"oversized_source_files": 6,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pom.xml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "maven:com.fasterxml.woodstox:woodstox-core@7.2.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.codehaus.woodstox:stax2-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "4.3.0"
},
{
"name": "net.java.dev.msv:msv-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.msv}"
},
{
"name": "net.java.dev.msv:xsdlib",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${version.msv}"
},
{
"name": "com.sun.xml.bind.jaxb:isorelax",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "20090621"
},
{
"name": "relaxngDatatype:relaxngDatatype",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "20020414"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "com.sun.xml.bind.jaxb:isorelax",
"direct": true,
"version": "20090621",
"ecosystem": "maven"
},
{
"name": "net.java.dev.msv:msv-core",
"direct": true,
"version": "2022.7",
"ecosystem": "maven"
},
{
"name": "net.java.dev.msv:xsdlib",
"direct": true,
"version": "2022.7",
"ecosystem": "maven"
},
{
"name": "org.codehaus.woodstox:stax2-api",
"direct": true,
"version": "4.3.0",
"ecosystem": "maven"
},
{
"name": "relaxngDatatype:relaxngDatatype",
"direct": true,
"version": "20020414",
"ecosystem": "maven"
},
{
"name": "biz.aQute.bnd:biz.aQute.bnd.annotation",
"direct": false,
"version": "6.4.0",
"ecosystem": "maven"
},
{
"name": "org.apache.felix:maven-bundle-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-shade-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": false,
"version": "4.11.0",
"ecosystem": "maven"
},
{
"name": "org.moditect:moditect-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.osgi:osgi.core",
"direct": false,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "org.sonatype.central:central-publishing-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 5,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 120,
"open_issues": 19,
"closed_ratio": 0.896,
"closed_issues": 164,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cowtowncoder",
"commits": 431,
"avatar_url": "https://avatars.githubusercontent.com/u/55065?v=4"
},
{
"type": "User",
"login": "winfriedgerlach",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/158032591?v=4"
},
{
"type": "User",
"login": "aizu-m",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/289331934?v=4"
},
{
"type": "User",
"login": "chrisr3",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/25174078?v=4"
},
{
"type": "User",
"login": "ppalaga",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1826249?v=4"
},
{
"type": "User",
"login": "philippn",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/445105?v=4"
},
{
"type": "User",
"login": "GedMarc",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5367513?v=4"
},
{
"type": "User",
"login": "coheigea",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/472162?v=4"
},
{
"type": "User",
"login": "jmestwa-coder",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/269461539?v=4"
},
{
"type": "User",
"login": "valery1707",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/83507?v=4"
}
],
"contributors_sampled": 32,
"top_contributor_share": 0.874
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cifuzz.yml",
"coverage-comment.yml",
"main.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": 8,
"reason": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 10/24 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "adfb55be3d5b55d62b4ca6fbfa4cded93e23fddf",
"ran_at": "2026-07-30T23:23:58Z",
"aggregate_score": 7.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T03:59:51Z",
"oldest_open_prs": [
{
"number": 149,
"created_at": "2022-05-19T09:52:07Z",
"last_comment_at": "2022-05-19T15:58:37Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 208,
"created_at": "2024-07-09T21:20:44Z",
"last_comment_at": "2024-07-10T04:15:40Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 305,
"created_at": "2026-06-12T11:49:40Z",
"last_comment_at": "2026-07-08T01:21:53Z",
"last_comment_author": "github-actions"
},
{
"number": 314,
"created_at": "2026-07-10T17:47:45Z",
"last_comment_at": "2026-07-30T03:59:18Z",
"last_comment_author": "github-actions"
},
{
"number": 316,
"created_at": "2026-07-15T16:55:27Z",
"last_comment_at": "2026-07-30T03:59:48Z",
"last_comment_author": "github-actions"
},
{
"number": 318,
"created_at": "2026-07-26T13:08:20Z",
"last_comment_at": "2026-07-30T03:59:42Z",
"last_comment_author": "github-actions"
},
{
"number": 320,
"created_at": "2026-07-29T12:25:12Z",
"last_comment_at": "2026-07-29T12:26:45Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-27T17:51:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2015-04-01T20:08:39Z",
"last_comment_at": "2015-11-25T15:52:13Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 6,
"created_at": "2015-06-23T20:45:08Z",
"last_comment_at": "2016-07-13T19:32:37Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 20,
"created_at": "2016-07-13T16:28:04Z",
"last_comment_at": "2016-07-13T19:30:01Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 28,
"created_at": "2016-11-29T13:36:36Z",
"last_comment_at": "2026-05-26T06:24:54Z",
"last_comment_author": "winfriedgerlach"
},
{
"number": 31,
"created_at": "2016-12-30T21:33:27Z",
"last_comment_at": "2017-01-06T22:56:29Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 39,
"created_at": "2017-11-28T08:08:53Z",
"last_comment_at": "2026-05-14T00:34:40Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 51,
"created_at": "2018-05-14T14:47:43Z",
"last_comment_at": "2026-05-19T19:14:47Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 87,
"created_at": "2019-10-28T08:25:35Z",
"last_comment_at": "2020-04-28T10:27:50Z",
"last_comment_author": "vladimirovichsa"
},
{
"number": 92,
"created_at": "2019-11-06T16:57:21Z",
"last_comment_at": "2021-01-08T18:18:56Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 109,
"created_at": "2020-05-22T13:21:23Z",
"last_comment_at": "2026-05-13T22:37:03Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 130,
"created_at": "2021-08-10T10:43:00Z",
"last_comment_at": "2022-01-14T01:43:35Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 145,
"created_at": "2022-04-07T14:51:15Z",
"last_comment_at": "2022-04-07T22:01:56Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 175,
"created_at": "2023-07-02T12:45:52Z",
"last_comment_at": "2023-07-10T23:10:31Z",
"last_comment_author": "Orbisman"
},
{
"number": 242,
"created_at": "2026-01-03T11:47:55Z",
"last_comment_at": "2026-01-04T08:40:56Z",
"last_comment_author": "jamieredding"
},
{
"number": 259,
"created_at": "2026-04-02T17:17:19Z",
"last_comment_at": "2026-04-03T00:12:04Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 282,
"created_at": "2026-05-14T01:14:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 295,
"created_at": "2026-06-02T21:55:02Z",
"last_comment_at": "2026-06-02T22:59:08Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 298,
"created_at": "2026-06-05T09:17:08Z",
"last_comment_at": "2026-06-05T16:28:18Z",
"last_comment_author": "cowtowncoder"
},
{
"number": 313,
"created_at": "2026-07-10T17:45:21Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/FasterXML/woodstox",
"host": "github.com",
"name": "woodstox",
"owner": "FasterXML"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 81,
"vitality": 50,
"community": 56,
"governance": 70,
"calibration": "2026-08-02",
"engineering": 72,
"ai_readiness": 57,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"commits_last_year": 90,
"human_commit_share": 0.78,
"days_since_last_push": 3,
"active_weeks_last_year": 27
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "27/52 weeks with commits",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 27
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "90 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 90
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 27,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 27 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 27
}
}
],
"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.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"forks": 90,
"stars": 257,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "257 stars",
"points": 39.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 257
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "90 forks",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 90
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 32,
"top_contributor_share": 0.874
},
"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 87% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "32 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 32
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"merged_prs": 120,
"open_issues": 19,
"closed_issues": 164,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.896,
"closed_unmerged_prs": 8,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 37.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "120/128 decided PRs merged",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 120,
"decided": 128
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/24 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 422,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "FasterXML",
"public_repos": 68,
"account_age_days": 5811
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "422 followers of FasterXML",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 422,
"login": "FasterXML"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "68 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 68
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"com.fasterxml.woodstox:woodstox-core"
],
"ecosystems": "maven",
"any_deprecated": false,
"min_days_since_publish": 53
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on maven",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "maven"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 53 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 53
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "40 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 40
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"hacktoberfest",
"stax-api",
"xml",
"xml-parser"
],
"has_wiki": true,
"homepage": null,
"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": 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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "excellent",
"name": "Security",
"value": 81,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "17 out of 19 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 10/24 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the maven:com.fasterxml.woodstox:woodstox-core@7.2.1 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "maven:com.fasterxml.woodstox:woodstox-core@7.2.1",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"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": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"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": "46 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 60,
"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": [
"pom.xml"
],
"dependency_bot_commit_share": 0.22
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "pom.xml"
}
}
],
"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": "22 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 226986,
"source_files_sampled": 420,
"oversized_source_files": 6
},
"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": "6/420 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 420,
"oversized": 6
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.2.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T23:24:24.576284Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/FasterXML/woodstox.svg",
"full_name": "FasterXML/woodstox",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}