Skip to content

Commit 8dd9676

Browse files
osv-robotgithub-actions[bot]
authored andcommitted
test: update snapshots
1 parent 0439c0d commit 8dd9676

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/apitester/__snapshots__/cassette_TestCommand.snap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,9 +2700,8 @@
27002700

27012701
[Test/cassette_TestCommand/TestCommand/one_specific_supported_lockfile_with_offline_explicitly_false - 1]
27022702
{
2703-
"results": [
2704-
{}
2705-
]
2703+
"code": 504,
2704+
"message": "upstream request timeout"
27062705
}
27072706

27082707
---

tools/apitester/__snapshots__/cassette_single_query.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3383,6 +3383,7 @@
33833383
"details": "## Summary\n\nNokogiri's CRuby extension fails to check the return value from `xmlC14NExecute` in the method `Nokogiri::XML::Document#canonicalize` and `Nokogiri::XML::Node#canonicalize`. When canonicalization fails, an empty string is returned instead of raising an exception. This incorrect return value may allow downstream libraries to accept invalid or incomplete canonicalized XML, which has been demonstrated to enable signature validation bypass in SAML libraries.\n\nJRuby is not affected, as the Java implementation correctly raises `RuntimeError` on canonicalization failure.\n\n## Mitigation\n\nUpgrade to Nokogiri `\u003e= 1.19.1`.\n\n## Severity\n\nThe maintainers have assessed this as **Medium** severity. Nokogiri itself is a parsing library without a clear security boundary related to canonicalization, so the direct impact is that a method returns incorrect data on invalid input. However, this behavior was exploited in practice to bypass SAML signature validation in downstream libraries (see References).\n\n## Credit\n\nThis vulnerability was responsibly reported by HackerOne researcher `d4d`.",
33843384
"modified": "<RFC3339 date with the year 2026>",
33853385
"published": "2026-02-18T21:57:38Z",
3386+
"related": ["CGA-wm7m-2wf3-587h"],
33863387
"database_specific": "<Any value>",
33873388
"references": [
33883389
{

0 commit comments

Comments
 (0)