Skip to content

Commit f1a0224

Browse files
authored
Fix wrong data in GHSA-c32m-27pj-4xcj.json
The fixed version for module org.xwiki.platform:xwiki-platform-security-requiredrights-default and affect version 16.5.0RC1 wasn't following what's indicated in GHSA-c32m-27pj-4xcj and for some reason is inconsistent with the data provided in other modules of the same file. As a result, this was creating for us a false positive in our automated scanner for CVE since it found the CVE for versions after 16.10.3.
1 parent 2c973be commit f1a0224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advisories/github-reviewed/2025/06/GHSA-c32m-27pj-4xcj/GHSA-c32m-27pj-4xcj.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"introduced": "16.5.0-rc-1"
162162
},
163163
{
164-
"fixed": "17.0.0"
164+
"fixed": "16.10.3"
165165
}
166166
]
167167
}
@@ -302,4 +302,4 @@
302302
"github_reviewed_at": "2025-06-13T20:38:58Z",
303303
"nvd_published_at": "2025-06-13T17:15:23Z"
304304
}
305-
}
305+
}

0 commit comments

Comments
 (0)