Search for packages
Package details: pkg:gem/nokogiri@1.13.4
purl pkg:gem/nokogiri@1.13.4
Next non-vulnerable version 1.18.8
Latest non-vulnerable version 1.18.8
Risk 4.5
Vulnerabilities affecting this package (19)
Vulnerability Summary Fixed by
VCID-2fyr-85vm-aaak
Aliases:
CVE-2023-45322
** DISPUTED ** libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation fails. This occurs in xmlUnlinkNode in tree.c. NOTE: the vendor's position is "I don't think these issues are critical enough to warrant a CVE ID ... because an attacker typically can't control when memory allocations fail." There are no reported fixed by versions.
VCID-3q3t-625m-aaak
Aliases:
CVE-2023-28484
NULL Pointer Dereference In libxml2 before 2.10.4, parsing of certain invalid XSD schemas can lead to a NULL pointer dereference and subsequently a segfault. This occurs in xmlSchemaFixupComplexType in xmlschemas.c.
1.14.3
Affected by 10 other vulnerabilities.
VCID-3x6j-ugme-aaas
Aliases:
GHSA-xc9x-jj77-9p9j
GMS-2024-127
Nokogiri update packaged libxml2 to v2.12.5 to resolve CVE-2024-25062
1.15.6
Affected by 7 other vulnerabilities.
1.16.0.rc1
Affected by 8 other vulnerabilities.
1.16.2
Affected by 7 other vulnerabilities.
VCID-7ytf-hshe-aaaa
Aliases:
GHSA-r95h-9x8f-r3f7
Nokogiri updates packaged libxml2 to v2.12.7 to resolve CVE-2024-34459
1.16.5
Affected by 4 other vulnerabilities.
VCID-adp7-tpp1-8qbn
Aliases:
GHSA-vvfq-8hwr-qm4m
Nokogiri updates packaged libxml2 to 2.13.6 to resolve CVE-2025-24928 and CVE-2024-56171 ## Summary Nokogiri v1.18.3 upgrades its dependency libxml2 to [v2.13.6](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6). libxml2 v2.13.6 addresses: - CVE-2025-24928 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/847 - CVE-2024-56171 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/828 ## Impact ### CVE-2025-24928 Stack-buffer overflow is possible when reporting DTD validation errors if the input contains a long (~3kb) QName prefix. ### CVE-2024-56171 Use-after-free is possible during validation against untrusted XML Schemas (.xsd) and, potentially, validation of untrusted documents against trusted Schemas if they make use of `xsd:keyref` in combination with recursively defined types that have additional identity constraints.
1.18.3
Affected by 2 other vulnerabilities.
VCID-b8ge-qb4s-aaad
Aliases:
CVE-2022-40304
An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.
1.13.9
Affected by 15 other vulnerabilities.
VCID-duvb-k7ce-aaar
Aliases:
CVE-2022-29181
GHSA-xh29-r2w5-wx8m
Nokogiri is an open source XML and HTML library for Ruby. Nokogiri prior to version 1.13.6 does not type-check all inputs into the XML and HTML4 SAX parsers, allowing specially crafted untrusted inputs to cause illegal memory access errors (segfault) or reads from unrelated memory. Version 1.13.6 contains a patch for this issue. As a workaround, ensure the untrusted input is a `String` by calling `#to_s` or equivalent.
1.13.6
Affected by 17 other vulnerabilities.
VCID-dwdk-kk6d-43b2
Aliases:
GHSA-5w6v-399v-w3cc
Nokogiri updates packaged libxml2 to v2.13.8 to resolve CVE-2025-32414 and CVE-2025-32415
1.18.8
Affected by 0 other vulnerabilities.
VCID-ejvv-2b2c-aaan
Aliases:
GHSA-pxvg-2qj5-37jq
GMS-2023-1115
Nokogiri updates packaged libxml2 to v2.10.4 to resolve multiple CVEs
1.14.3
Affected by 10 other vulnerabilities.
VCID-fke8-gpzm-aaad
Aliases:
CVE-2022-40303
An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.
1.13.9
Affected by 15 other vulnerabilities.
VCID-n1r2-jqwt-jucp
Aliases:
GHSA-5mwf-688x-mr7x
Duplicate Advisory: Nokogiri updates packaged libxml2 to 2.13.6 to resolve CVE-2025-24928 and CVE-2024-56171 Nokogiri v1.18.3 upgrades its dependency libxml2 to [v2.13.6](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6). libxml2 v2.13.6 addresses: - CVE-2025-24928 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/847 - CVE-2024-56171 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/828
1.18.3
Affected by 2 other vulnerabilities.
VCID-psj6-phjv-a7bb
Aliases:
GHSA-mrxw-mxhj-p664
Nokogiri updates packaged libxslt to v1.1.43 to resolve multiple CVEs ## Summary Nokogiri v1.18.4 upgrades its dependency libxslt to [v1.1.43](https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.43). libxslt v1.1.43 resolves: - CVE-2025-24855: Fix use-after-free of XPath context node - CVE-2024-55549: Fix UAF related to excluded namespaces ## Impact ### CVE-2025-24855 - "Use-after-free due to xsltEvalXPathStringNs leaking xpathCtxt->node" - MITRE has rated this 7.8 High CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H - Upstream report: https://gitlab.gnome.org/GNOME/libxslt/-/issues/128 - NVD entry: https://nvd.nist.gov/vuln/detail/CVE-2025-24855 ### CVE-2024-55549 - "Use-after-free related to excluded result prefixes" - MITRE has rated this 7.8 High CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H - Upstream report: https://gitlab.gnome.org/GNOME/libxslt/-/issues/127 - NVD entry: https://nvd.nist.gov/vuln/detail/CVE-2024-55549
1.18.4
Affected by 1 other vulnerability.
VCID-rc6j-z37r-aaaq
Aliases:
GHSA-r3w4-36x6-7r99
Duplicate Advisory: Nokogiri updates packaged libxml2 to v2.12.7 to resolve CVE-2024-34459
1.16.5
Affected by 4 other vulnerabilities.
VCID-tu3y-7d5y-aaap
Aliases:
GHSA-2qc6-mcvw-92cw
GMS-2022-5550
Update bundled libxml2 to v2.10.3 to resolve multiple CVEs
1.13.9
Affected by 15 other vulnerabilities.
VCID-tvba-4tuf-aaam
Aliases:
GHSA-cgx6-hpwq-fhv5
GMS-2022-1438
Integer Overflow or Wraparound in libxml2 affects Nokogiri
1.13.5
Affected by 18 other vulnerabilities.
VCID-u9nd-yvuf-aaas
Aliases:
GHSA-vcc3-rw6f-jv97
Use-after-free in libxml2 via Nokogiri::XML::Reader
1.15.6
Affected by 7 other vulnerabilities.
1.16.2
Affected by 7 other vulnerabilities.
VCID-us2h-627w-aaab
Aliases:
CVE-2022-23476
GHSA-qv4q-mr5r-qprj
Unchecked return value from xmlTextReaderExpand
1.13.10
Affected by 12 other vulnerabilities.
VCID-vekd-aqst-aaas
Aliases:
CVE-2017-15412
GHSA-r58r-74gx-6wx3
Use After Free Use after free in libxml2, as used in Google Chrome and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
2.9.6
Affected by 0 other vulnerabilities.
VCID-wunb-embq-aaaq
Aliases:
CVE-2023-29469
Double Free An issue was discovered in libxml2 before 2.10.4. When hashing empty dict strings in a crafted XML document, xmlDictComputeFastKey in dict.c can produce non-deterministic values, leading to various logic and memory errors, such as a double free. This behavior occurs because there is an attempt to use the first byte of an empty string, and any value is possible (not solely the '\0' value).
1.14.3
Affected by 10 other vulnerabilities.
Vulnerabilities fixed by this package (5)
Vulnerability Summary Aliases
VCID-4j3k-2xfx-aaaj Out-of-bounds Write in zlib affects Nokogiri GHSA-v6gp-9mmm-c6p5
GMS-2022-787
VCID-5g2v-sxrc-aaaf Nokogiri is an open source XML and HTML library for Ruby. Nokogiri `< v1.13.4` contains an inefficient regular expression that is susceptible to excessive backtracking when attempting to detect encoding in HTML documents. Users are advised to upgrade to Nokogiri `>= 1.13.4`. There are no known workarounds for this issue. CVE-2022-24836
GHSA-crjr-9rc5-ghw8
VCID-rfmt-xmc2-aaan XML Injection in Xerces Java affects Nokogiri GHSA-xxx9-3xcr-gjj3
GMS-2022-788
VCID-scun-vfj2-aaaq Denial of Service (DoS) in Nokogiri on JRuby GHSA-gx8x-g87m-h5q6
GMS-2022-786
VCID-v5mj-f96s-aaas CVE-2018-25032
GHSA-jc36-42cf-vqwj

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:20:20.943790+00:00 GitLab Importer Affected by VCID-dwdk-kk6d-43b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.3
2025-06-20T17:17:59.975608+00:00 GitLab Importer Affected by VCID-psj6-phjv-a7bb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-mrxw-mxhj-p664.yml 36.1.3
2025-06-20T17:16:48.017052+00:00 GitLab Importer Affected by VCID-n1r2-jqwt-jucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5mwf-688x-mr7x.yml 36.1.3
2025-06-20T17:16:44.431578+00:00 GitLab Importer Affected by VCID-adp7-tpp1-8qbn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.3
2025-06-20T16:58:32.618298+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 36.1.3
2025-06-20T16:58:11.070307+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.3
2025-06-20T16:55:18.423498+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.3
2025-06-20T16:52:26.833056+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.3
2025-06-20T16:52:25.135006+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 36.1.3
2025-06-20T16:44:49.941610+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.3
2025-06-20T16:29:38.329189+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 36.1.3
2025-06-20T16:29:34.306466+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.3
2025-06-20T16:29:32.756130+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 36.1.3
2025-06-20T16:29:29.276570+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.3
2025-06-20T16:28:10.985941+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 36.1.3
2025-06-20T16:28:07.311453+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 36.1.3
2025-06-20T16:15:17.878552+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.3
2025-06-20T16:15:16.474107+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 36.1.3
2025-06-20T16:15:14.270500+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 36.1.3
2025-06-20T16:15:11.199787+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.3
2025-06-20T16:10:23.229673+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 36.1.3
2025-06-20T16:09:13.821936+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 36.1.3
2025-06-20T15:46:38.164615+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 36.1.3
2025-06-20T15:46:24.730387+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 36.1.3
2025-06-20T15:46:14.156025+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 36.1.3
2025-06-20T15:46:10.822913+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 36.1.3
2025-06-20T13:44:30.976966+00:00 Ruby Importer Affected by VCID-dwdk-kk6d-43b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.3
2025-06-20T13:44:26.192208+00:00 Ruby Importer Affected by VCID-adp7-tpp1-8qbn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.3
2025-06-20T13:43:34.549129+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.3
2025-06-20T13:43:29.999741+00:00 Ruby Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.3
2025-06-20T13:43:19.042833+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.3
2025-06-20T13:42:51.559146+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 36.1.3
2025-06-20T13:42:26.271914+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 36.1.3
2025-06-20T13:42:23.772550+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 36.1.3
2025-06-20T13:42:07.692608+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 36.1.3
2025-06-03T23:55:18.380068+00:00 GitLab Importer Affected by VCID-dwdk-kk6d-43b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.0
2025-06-03T23:53:03.641141+00:00 GitLab Importer Affected by VCID-psj6-phjv-a7bb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-mrxw-mxhj-p664.yml 36.1.0
2025-06-03T23:51:58.850505+00:00 GitLab Importer Affected by VCID-n1r2-jqwt-jucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5mwf-688x-mr7x.yml 36.1.0
2025-06-03T23:51:56.400354+00:00 GitLab Importer Affected by VCID-adp7-tpp1-8qbn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.0
2025-06-03T23:35:11.198301+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 36.1.0
2025-06-03T23:34:50.181653+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.0
2025-06-03T23:32:11.187856+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.0
2025-06-03T23:29:45.644897+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.0
2025-06-03T23:29:44.212739+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 36.1.0
2025-06-03T23:22:58.418392+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.0
2025-06-03T23:08:52.649569+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 36.1.0
2025-06-03T23:08:48.936972+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.0
2025-06-03T23:08:47.555016+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 36.1.0
2025-06-03T23:08:43.674837+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.0
2025-06-03T23:07:27.971645+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 36.1.0
2025-06-03T23:07:24.255324+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 36.1.0
2025-06-03T22:55:04.447756+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.0
2025-06-03T22:55:03.189869+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 36.1.0
2025-06-03T22:55:01.311087+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 36.1.0
2025-06-03T22:55:00.162177+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.0
2025-06-03T22:50:23.450057+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 36.1.0
2025-06-03T22:49:15.956139+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 36.1.0
2025-06-03T22:26:55.992072+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 36.1.0
2025-06-03T22:26:43.976046+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 36.1.0
2025-06-03T22:26:34.084898+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 36.1.0
2025-06-03T22:26:31.011480+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 36.1.0
2025-06-03T20:27:58.729772+00:00 Ruby Importer Affected by VCID-dwdk-kk6d-43b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.0
2025-06-03T20:27:53.971889+00:00 Ruby Importer Affected by VCID-adp7-tpp1-8qbn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.0
2025-06-03T20:27:08.875353+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.0
2025-06-03T20:27:03.576649+00:00 Ruby Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.0
2025-06-03T20:26:54.360970+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.0
2025-06-03T20:26:30.821945+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 36.1.0
2025-06-03T20:26:07.306798+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 36.1.0
2025-06-03T20:26:04.951797+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 36.1.0
2025-06-03T20:25:51.225391+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 36.1.0
2025-06-02T23:54:10.294960+00:00 GitLab Importer Affected by VCID-dwdk-kk6d-43b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.2
2025-06-02T23:51:53.361844+00:00 GitLab Importer Affected by VCID-psj6-phjv-a7bb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-mrxw-mxhj-p664.yml 36.1.2
2025-06-02T23:50:47.114289+00:00 GitLab Importer Affected by VCID-n1r2-jqwt-jucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5mwf-688x-mr7x.yml 36.1.2
2025-06-02T23:50:45.159387+00:00 GitLab Importer Affected by VCID-adp7-tpp1-8qbn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.2
2025-06-02T23:33:10.443766+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 36.1.2
2025-06-02T23:32:50.236279+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.2
2025-06-02T23:30:03.004707+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.2
2025-06-02T23:27:26.129397+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.2
2025-06-02T23:27:24.474434+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 36.1.2
2025-06-02T23:20:22.178304+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.1.2
2025-06-02T23:05:37.274043+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 36.1.2
2025-06-02T23:05:33.261423+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.1.2
2025-06-02T23:05:31.807108+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 36.1.2
2025-06-02T23:05:28.180883+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.1.2
2025-06-02T23:04:12.749240+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 36.1.2
2025-06-02T23:04:06.731087+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 36.1.2
2025-06-02T22:51:15.155845+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.1.2
2025-06-02T22:51:13.741998+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 36.1.2
2025-06-02T22:51:11.739699+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 36.1.2
2025-06-02T22:51:10.401692+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.1.2
2025-06-02T22:46:20.232267+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 36.1.2
2025-06-02T22:44:55.996304+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 36.1.2
2025-06-02T22:16:00.616535+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 36.1.2
2025-06-02T22:15:46.285472+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 36.1.2
2025-06-02T22:15:35.068211+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 36.1.2
2025-06-02T22:15:31.556119+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 36.1.2
2025-06-02T20:16:58.990553+00:00 Ruby Importer Affected by VCID-dwdk-kk6d-43b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.1.2
2025-06-02T20:16:53.423488+00:00 Ruby Importer Affected by VCID-adp7-tpp1-8qbn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.1.2
2025-06-02T20:16:00.379788+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.1.2
2025-06-02T20:15:55.371139+00:00 Ruby Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.1.2
2025-06-02T20:15:45.401641+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.1.2
2025-06-02T20:15:14.766114+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 36.1.2
2025-06-02T20:14:39.122699+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 36.1.2
2025-06-02T20:14:34.991893+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 36.1.2
2025-06-02T20:14:18.495399+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 36.1.2
2025-05-25T23:07:06.614037+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.0.0
2025-05-23T20:13:52.265398+00:00 Ruby Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.0.0
2025-05-22T23:31:23.856448+00:00 GitLab Importer Affected by VCID-dwdk-kk6d-43b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.0.0
2025-04-28T13:03:48.858059+00:00 Ruby Importer Affected by VCID-dwdk-kk6d-43b2 https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-5w6v-399v-w3cc.yml 36.0.0
2025-04-21T23:18:29.733461+00:00 GitLab Importer Affected by VCID-psj6-phjv-a7bb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-mrxw-mxhj-p664.yml 36.0.0
2025-04-15T18:44:59.462023+00:00 Ruby Importer Affected by VCID-adp7-tpp1-8qbn https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.0.0
2025-04-15T18:42:44.685474+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.0.0
2025-04-15T18:42:13.489414+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 36.0.0
2025-04-15T18:41:06.017732+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 36.0.0
2025-04-15T18:40:01.524563+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 36.0.0
2025-04-15T18:39:54.514369+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 36.0.0
2025-04-15T18:39:20.731573+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 36.0.0
2025-04-03T22:42:11.500267+00:00 GitLab Importer Affected by VCID-n1r2-jqwt-jucp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-5mwf-688x-mr7x.yml 36.0.0
2025-04-03T22:42:05.689447+00:00 GitLab Importer Affected by VCID-adp7-tpp1-8qbn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vvfq-8hwr-qm4m.yml 36.0.0
2025-04-03T22:06:13.495075+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 36.0.0
2025-04-03T22:05:40.617257+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 36.0.0
2025-04-03T22:00:06.394628+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 36.0.0
2025-04-03T21:54:23.510991+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 36.0.0
2025-04-03T21:38:45.049574+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 36.0.0
2025-04-03T21:08:36.672857+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 36.0.0
2025-04-03T21:08:25.833405+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 36.0.0
2025-04-03T21:08:21.613007+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 36.0.0
2025-04-03T21:08:13.800710+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 36.0.0
2025-04-03T21:05:27.510065+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 36.0.0
2025-04-03T21:05:20.376955+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 36.0.0
2025-04-03T20:38:20.374631+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 36.0.0
2025-04-03T20:38:16.397061+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 36.0.0
2025-04-03T20:38:11.000586+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 36.0.0
2025-04-03T20:38:07.050278+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 36.0.0
2025-04-03T20:29:47.839220+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 36.0.0
2025-04-03T20:28:36.786433+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 36.0.0
2025-04-03T19:49:10.358468+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 36.0.0
2025-04-03T19:48:40.056669+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 36.0.0
2025-04-03T19:48:16.322948+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 36.0.0
2025-04-03T19:48:08.856466+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 36.0.0
2025-03-29T10:47:08.308817+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf None 36.0.0
2025-02-18T07:52:01.138519+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 35.1.0
2025-02-18T07:07:33.176154+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 35.1.0
2025-02-18T07:07:29.289606+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 35.1.0
2025-02-18T05:59:24.609818+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 35.1.0
2025-02-18T05:59:21.073126+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 35.1.0
2025-02-18T04:32:59.124122+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 35.1.0
2025-02-18T04:32:52.128797+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 35.1.0
2025-02-18T02:45:33.172496+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 35.1.0
2025-02-18T02:45:29.653622+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 35.1.0
2025-02-18T01:15:12.869793+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 35.1.0
2025-02-18T01:14:26.702351+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 35.1.0
2025-02-18T01:14:14.430498+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 35.1.0
2025-02-18T01:05:12.690302+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 35.1.0
2025-02-18T01:00:05.454813+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 35.1.0
2025-02-18T01:00:01.038154+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 35.1.0
2025-02-18T00:59:47.535465+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 35.1.0
2025-02-18T00:59:42.806324+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 35.1.0
2025-02-18T00:46:38.324422+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 35.1.0
2025-02-18T00:46:27.098205+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 35.1.0
2025-02-18T00:46:18.319632+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 35.1.0
2025-02-18T00:46:10.761046+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 35.1.0
2025-01-17T02:28:31.782441+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan None 35.1.0
2025-01-17T02:28:28.437556+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj None 35.1.0
2025-01-17T02:28:20.832109+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq None 35.1.0
2024-11-21T03:15:50.117900+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 35.0.0
2024-11-21T02:52:52.916528+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 35.0.0
2024-11-21T02:15:47.325548+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 35.0.0
2024-11-21T01:30:54.769447+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 35.0.0
2024-11-21T00:33:58.547942+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 35.0.0
2024-11-20T23:35:48.289756+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 35.0.0
2024-11-20T23:35:27.162344+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 35.0.0
2024-11-20T23:35:20.381166+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 35.0.0
2024-11-20T23:19:36.086591+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 35.0.0
2024-11-20T23:19:31.519054+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 35.0.0
2024-11-19T03:05:28.805903+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 34.3.2
2024-11-19T02:42:49.801965+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.3.2
2024-11-19T02:05:57.614461+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.3.2
2024-11-19T01:10:07.713245+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.3.2
2024-11-19T00:19:09.020824+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.3.2
2024-11-18T23:24:39.000666+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 34.3.2
2024-11-18T23:24:16.956250+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 34.3.2
2024-11-18T23:24:09.090987+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 34.3.2
2024-11-18T23:07:08.024210+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.3.2
2024-11-18T23:07:03.634267+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.3.2
2024-10-15T18:54:54.722448+00:00 GithubOSV Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-crjr-9rc5-ghw8/GHSA-crjr-9rc5-ghw8.json 34.0.2
2024-10-15T18:21:14.940854+00:00 GithubOSV Importer Fixing VCID-v5mj-f96s-aaas https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/03/GHSA-jc36-42cf-vqwj/GHSA-jc36-42cf-vqwj.json 34.0.2
2024-10-15T18:00:11.323986+00:00 GithubOSV Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-xxx9-3xcr-gjj3/GHSA-xxx9-3xcr-gjj3.json 34.0.2
2024-10-15T17:59:58.412454+00:00 GithubOSV Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-v6gp-9mmm-c6p5/GHSA-v6gp-9mmm-c6p5.json 34.0.2
2024-10-15T17:59:31.641116+00:00 GithubOSV Importer Fixing VCID-scun-vfj2-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-gx8x-g87m-h5q6/GHSA-gx8x-g87m-h5q6.json 34.0.2
2024-10-15T17:36:40.862993+00:00 Ruby Importer Affected by VCID-duvb-k7ce-aaar https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-29181.yml 34.0.2
2024-10-15T17:36:08.352060+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 34.0.2
2024-10-15T17:25:13.361844+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 34.0.2
2024-10-15T17:25:06.298757+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 34.0.2
2024-10-15T17:25:00.849117+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 34.0.2
2024-10-15T17:24:55.569984+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 34.0.2
2024-10-15T17:24:39.473640+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 34.0.2
2024-10-08T03:34:55.549151+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 34.0.2
2024-10-08T03:11:13.862623+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.0.2
2024-10-08T02:33:30.216953+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.0.2
2024-10-08T01:45:53.906563+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.0.2
2024-10-08T00:55:51.384405+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.0.2
2024-10-08T00:21:09.190112+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 34.0.2
2024-10-08T00:20:51.566192+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 34.0.2
2024-10-08T00:20:44.965477+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 34.0.2
2024-10-08T00:06:27.116929+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.0.2
2024-10-08T00:06:22.452637+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.0.2
2024-10-07T20:25:45.527360+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar https://github.com/advisories/GHSA-xh29-r2w5-wx8m 34.0.2
2024-10-07T20:21:39.166258+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/advisories/GHSA-crjr-9rc5-ghw8 34.0.2
2024-10-07T16:33:34.706247+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/advisories/GHSA-xxx9-3xcr-gjj3 34.0.2
2024-10-07T16:32:48.912421+00:00 GHSA Importer Affected by VCID-3x6j-ugme-aaas https://github.com/advisories/GHSA-xc9x-jj77-9p9j 34.0.2
2024-10-07T16:29:57.716499+00:00 GHSA Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/advisories/GHSA-vcc3-rw6f-jv97 34.0.2
2024-10-07T16:29:34.046191+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/advisories/GHSA-v6gp-9mmm-c6p5 34.0.2
2024-10-07T16:28:42.733358+00:00 GHSA Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/advisories/GHSA-r95h-9x8f-r3f7 34.0.2
2024-10-07T16:28:19.180596+00:00 GHSA Importer Affected by VCID-rc6j-z37r-aaaq https://github.com/advisories/GHSA-r3w4-36x6-7r99 34.0.2
2024-10-07T16:26:11.008811+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/advisories/GHSA-pxvg-2qj5-37jq 34.0.2
2024-10-07T16:15:36.192441+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq https://github.com/advisories/GHSA-gx8x-g87m-h5q6 34.0.2
2024-10-07T16:13:19.250917+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam https://github.com/advisories/GHSA-cgx6-hpwq-fhv5 34.0.2
2024-10-07T16:03:17.688490+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/advisories/GHSA-2qc6-mcvw-92cw 34.0.2
2024-09-23T03:29:17.743784+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 34.0.1
2024-09-23T03:07:35.888915+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.0.1
2024-09-23T02:31:41.151645+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.0.1
2024-09-23T01:47:36.617226+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.0.1
2024-09-23T01:03:53.635254+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.0.1
2024-09-23T00:35:01.591901+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 34.0.1
2024-09-23T00:34:42.616633+00:00 GitLab Importer Affected by VCID-7ytf-hshe-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r95h-9x8f-r3f7.yml 34.0.1
2024-09-23T00:34:35.925582+00:00 GitLab Importer Affected by VCID-rc6j-z37r-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-r3w4-36x6-7r99.yml 34.0.1
2024-09-23T00:20:00.254101+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.0.1
2024-09-23T00:19:54.483889+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.0.1
2024-09-22T21:07:03.139250+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar https://github.com/advisories/GHSA-xh29-r2w5-wx8m 34.0.1
2024-09-22T16:55:55.793296+00:00 GHSA Importer Affected by VCID-3x6j-ugme-aaas https://github.com/advisories/GHSA-xc9x-jj77-9p9j 34.0.1
2024-09-22T16:53:11.114545+00:00 GHSA Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/advisories/GHSA-vcc3-rw6f-jv97 34.0.1
2024-09-22T16:51:53.866948+00:00 GHSA Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/advisories/GHSA-r95h-9x8f-r3f7 34.0.1
2024-09-22T16:51:32.126433+00:00 GHSA Importer Affected by VCID-rc6j-z37r-aaaq https://github.com/advisories/GHSA-r3w4-36x6-7r99 34.0.1
2024-09-22T16:50:14.668384+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/advisories/GHSA-pxvg-2qj5-37jq 34.0.1
2024-09-22T16:38:07.457087+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam https://github.com/advisories/GHSA-cgx6-hpwq-fhv5 34.0.1
2024-09-22T16:28:47.160522+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/advisories/GHSA-2qc6-mcvw-92cw 34.0.1
2024-09-21T16:01:42.996200+00:00 Ruby Importer Affected by VCID-duvb-k7ce-aaar https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-29181.yml 34.0.1
2024-09-21T16:01:10.703582+00:00 Ruby Importer Affected by VCID-us2h-627w-aaab https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/CVE-2022-23476.yml 34.0.1
2024-09-21T15:50:00.539554+00:00 Ruby Importer Affected by VCID-3x6j-ugme-aaas https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-xc9x-jj77-9p9j.yml 34.0.1
2024-09-21T15:49:53.077919+00:00 Ruby Importer Affected by VCID-7ytf-hshe-aaaa https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-r95h-9x8f-r3f7.yml 34.0.1
2024-09-21T15:49:47.240949+00:00 Ruby Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-pxvg-2qj5-37jq.yml 34.0.1
2024-09-21T15:49:41.740589+00:00 Ruby Importer Affected by VCID-tvba-4tuf-aaam https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-cgx6-hpwq-fhv5.yml 34.0.1
2024-09-21T15:49:29.031554+00:00 Ruby Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/rubysec/ruby-advisory-db/blob/master/gems/nokogiri/GHSA-2qc6-mcvw-92cw.yml 34.0.1
2024-09-18T09:15:57.011883+00:00 GithubOSV Importer Fixing VCID-v5mj-f96s-aaas https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/03/GHSA-jc36-42cf-vqwj/GHSA-jc36-42cf-vqwj.json 34.0.1
2024-09-18T09:06:19.086138+00:00 GithubOSV Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-xxx9-3xcr-gjj3/GHSA-xxx9-3xcr-gjj3.json 34.0.1
2024-09-18T09:06:18.523563+00:00 GithubOSV Importer Fixing VCID-scun-vfj2-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-gx8x-g87m-h5q6/GHSA-gx8x-g87m-h5q6.json 34.0.1
2024-09-18T09:06:17.796592+00:00 GithubOSV Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-v6gp-9mmm-c6p5/GHSA-v6gp-9mmm-c6p5.json 34.0.1
2024-09-18T09:06:05.945205+00:00 GithubOSV Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-crjr-9rc5-ghw8/GHSA-crjr-9rc5-ghw8.json 34.0.1
2024-09-17T22:47:39.160338+00:00 GitLab Importer Fixing VCID-rfmt-xmc2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-788.yml 34.0.1
2024-09-17T22:47:38.931655+00:00 GitLab Importer Fixing VCID-4j3k-2xfx-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-787.yml 34.0.1
2024-09-17T22:47:38.899035+00:00 GitLab Importer Fixing VCID-5g2v-sxrc-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-24836.yml 34.0.1
2024-09-17T22:47:38.206952+00:00 GitLab Importer Fixing VCID-v5mj-f96s-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2018-25032.yml 34.0.1
2024-09-17T22:47:37.738329+00:00 GitLab Importer Fixing VCID-scun-vfj2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-786.yml 34.0.1
2024-09-17T22:17:42.980587+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/advisories/GHSA-crjr-9rc5-ghw8 34.0.1
2024-09-17T22:17:42.930392+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/advisories/GHSA-v6gp-9mmm-c6p5 34.0.1
2024-09-17T22:17:42.896144+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/advisories/GHSA-xxx9-3xcr-gjj3 34.0.1
2024-09-17T22:17:42.862621+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq https://github.com/advisories/GHSA-gx8x-g87m-h5q6 34.0.1
2024-09-17T22:17:30.591270+00:00 GHSA Importer Fixing VCID-v5mj-f96s-aaas https://github.com/advisories/GHSA-jc36-42cf-vqwj 34.0.1
2024-05-17T13:06:20.544303+00:00 GHSA Importer Affected by VCID-u9nd-yvuf-aaas https://github.com/advisories/GHSA-vcc3-rw6f-jv97 34.0.0rc4
2024-04-24T06:13:40.559769+00:00 GitLab Importer Affected by VCID-3x6j-ugme-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2024-127.yml 34.0.0rc4
2024-04-24T05:46:09.062889+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.0.0rc4
2024-04-24T05:46:04.856940+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc4
2024-04-24T05:04:28.737979+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.0.0rc4
2024-04-24T05:04:25.570126+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc4
2024-04-24T04:06:44.116685+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc4
2024-04-24T04:06:40.742123+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.0.0rc4
2024-04-24T03:24:00.116462+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 34.0.0rc4
2024-04-24T03:23:56.863847+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.0.0rc4
2024-04-24T02:42:59.963899+00:00 GitLab Importer Affected by VCID-u9nd-yvuf-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GHSA-vcc3-rw6f-jv97.yml 34.0.0rc4
2024-04-24T02:41:42.064990+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc4
2024-04-24T02:37:58.146161+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc4
2024-04-24T02:37:54.369659+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 34.0.0rc4
2024-04-24T02:37:42.216417+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc4
2024-04-24T02:37:38.180741+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 34.0.0rc4
2024-04-24T02:32:52.657563+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.0.0rc4
2024-04-24T02:32:41.556572+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc4
2024-04-24T02:32:37.688184+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.0.0rc4
2024-04-24T02:32:30.042830+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc4
2024-04-23T23:10:20.950489+00:00 GithubOSV Importer Fixing VCID-v5mj-f96s-aaas https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/03/GHSA-jc36-42cf-vqwj/GHSA-jc36-42cf-vqwj.json 34.0.0rc4
2024-04-23T23:02:32.438825+00:00 GithubOSV Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-xxx9-3xcr-gjj3/GHSA-xxx9-3xcr-gjj3.json 34.0.0rc4
2024-04-23T23:02:31.941929+00:00 GithubOSV Importer Fixing VCID-scun-vfj2-aaaq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-gx8x-g87m-h5q6/GHSA-gx8x-g87m-h5q6.json 34.0.0rc4
2024-04-23T23:02:31.246131+00:00 GithubOSV Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-v6gp-9mmm-c6p5/GHSA-v6gp-9mmm-c6p5.json 34.0.0rc4
2024-04-23T23:02:20.365805+00:00 GithubOSV Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-crjr-9rc5-ghw8/GHSA-crjr-9rc5-ghw8.json 34.0.0rc4
2024-04-23T22:57:48.141207+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar https://github.com/advisories/GHSA-xh29-r2w5-wx8m 34.0.0rc4
2024-04-23T22:57:29.401978+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar None 34.0.0rc4
2024-04-23T22:42:41.066549+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/advisories/GHSA-crjr-9rc5-ghw8 34.0.0rc4
2024-04-23T22:42:34.851484+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf None 34.0.0rc4
2024-04-23T18:40:44.971515+00:00 GHSA Importer Affected by VCID-vekd-aqst-aaas None 34.0.0rc4
2024-04-23T17:42:07.183146+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan None 34.0.0rc4
2024-04-23T17:42:04.044731+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/advisories/GHSA-xxx9-3xcr-gjj3 34.0.0rc4
2024-04-23T17:41:02.673010+00:00 GHSA Importer Affected by VCID-3x6j-ugme-aaas https://github.com/advisories/GHSA-xc9x-jj77-9p9j 34.0.0rc4
2024-04-23T17:36:32.900504+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj None 34.0.0rc4
2024-04-23T17:36:29.771915+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/advisories/GHSA-v6gp-9mmm-c6p5 34.0.0rc4
2024-04-23T17:33:09.892834+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc4
2024-04-23T17:33:06.250465+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/advisories/GHSA-pxvg-2qj5-37jq 34.0.0rc4
2024-04-23T17:27:36.933555+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq https://github.com/advisories/GHSA-gx8x-g87m-h5q6 34.0.0rc4
2024-04-23T17:27:30.852691+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq None 34.0.0rc4
2024-04-23T17:24:08.425132+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc4
2024-04-23T17:24:05.129861+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam https://github.com/advisories/GHSA-cgx6-hpwq-fhv5 34.0.0rc4
2024-04-23T17:11:00.904308+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc4
2024-04-23T17:10:57.675521+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/advisories/GHSA-2qc6-mcvw-92cw 34.0.0rc4
2024-01-10T08:17:08.940345+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.0.0rc2
2024-01-10T08:17:05.459162+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc2
2024-01-10T07:37:50.076504+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.0.0rc2
2024-01-10T07:37:46.986076+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc2
2024-01-10T06:42:29.252549+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc2
2024-01-10T06:42:26.115306+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.0.0rc2
2024-01-10T06:04:35.094781+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 34.0.0rc2
2024-01-10T06:04:32.106193+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.0.0rc2
2024-01-10T05:17:01.352978+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc2
2024-01-10T05:13:18.440004+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc2
2024-01-10T05:13:14.958035+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 34.0.0rc2
2024-01-10T05:13:06.951807+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc2
2024-01-10T05:13:03.201602+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 34.0.0rc2
2024-01-10T05:08:01.121875+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.0.0rc2
2024-01-10T05:07:50.796191+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc2
2024-01-10T05:07:47.296994+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.0.0rc2
2024-01-10T05:07:40.585084+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc2
2024-01-10T00:52:23.853878+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar https://github.com/advisories/GHSA-xh29-r2w5-wx8m 34.0.0rc2
2024-01-10T00:52:06.284149+00:00 GHSA Importer Affected by VCID-duvb-k7ce-aaar None 34.0.0rc2
2024-01-10T00:39:51.693555+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/advisories/GHSA-crjr-9rc5-ghw8 34.0.0rc2
2024-01-10T00:39:45.850112+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf None 34.0.0rc2
2024-01-09T20:31:20.851784+00:00 GHSA Importer Affected by VCID-vekd-aqst-aaas None 34.0.0rc2
2024-01-09T19:43:34.204091+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan None 34.0.0rc2
2024-01-09T19:43:31.361994+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/advisories/GHSA-xxx9-3xcr-gjj3 34.0.0rc2
2024-01-09T19:36:17.757460+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj None 34.0.0rc2
2024-01-09T19:36:14.890887+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/advisories/GHSA-v6gp-9mmm-c6p5 34.0.0rc2
2024-01-09T19:31:44.386142+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc2
2024-01-09T19:31:41.054717+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan https://github.com/advisories/GHSA-pxvg-2qj5-37jq 34.0.0rc2
2024-01-09T19:23:37.163154+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq https://github.com/advisories/GHSA-gx8x-g87m-h5q6 34.0.0rc2
2024-01-09T19:23:31.485432+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq None 34.0.0rc2
2024-01-09T19:18:28.381550+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc2
2024-01-09T19:18:25.463165+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam https://github.com/advisories/GHSA-cgx6-hpwq-fhv5 34.0.0rc2
2024-01-09T18:59:43.271866+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc2
2024-01-09T18:59:40.225148+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap https://github.com/advisories/GHSA-2qc6-mcvw-92cw 34.0.0rc2
2024-01-04T01:02:27.555279+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2023-1115.yml 34.0.0rc1
2024-01-04T01:02:24.241347+00:00 GitLab Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc1
2024-01-04T00:23:19.750183+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-1438.yml 34.0.0rc1
2024-01-04T00:23:16.570101+00:00 GitLab Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc1
2024-01-03T23:29:03.268146+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc1
2024-01-03T23:29:00.252480+00:00 GitLab Importer Affected by VCID-tu3y-7d5y-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-5550.yml 34.0.0rc1
2024-01-03T22:52:01.757760+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar None 34.0.0rc1
2024-01-03T22:51:58.725425+00:00 GitLab Importer Affected by VCID-duvb-k7ce-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-29181.yml 34.0.0rc1
2024-01-03T22:04:51.348922+00:00 GitLab Importer Affected by VCID-2fyr-85vm-aaak None 34.0.0rc1
2024-01-03T22:01:04.697085+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq None 34.0.0rc1
2024-01-03T22:01:01.268616+00:00 GitLab Importer Affected by VCID-wunb-embq-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-29469.yml 34.0.0rc1
2024-01-03T22:00:53.259940+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak None 34.0.0rc1
2024-01-03T22:00:49.582693+00:00 GitLab Importer Affected by VCID-3q3t-625m-aaak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2023-28484.yml 34.0.0rc1
2024-01-03T21:55:45.630517+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40304.yml 34.0.0rc1
2024-01-03T21:55:35.366806+00:00 GitLab Importer Affected by VCID-b8ge-qb4s-aaad None 34.0.0rc1
2024-01-03T21:55:31.985536+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-40303.yml 34.0.0rc1
2024-01-03T21:55:25.311841+00:00 GitLab Importer Affected by VCID-fke8-gpzm-aaad None 34.0.0rc1
2024-01-03T18:08:44.649614+00:00 GitLab Importer Fixing VCID-rfmt-xmc2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-788.yml 34.0.0rc1
2024-01-03T18:08:44.430484+00:00 GitLab Importer Fixing VCID-4j3k-2xfx-aaaj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-787.yml 34.0.0rc1
2024-01-03T18:08:44.397939+00:00 GitLab Importer Fixing VCID-5g2v-sxrc-aaaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2022-24836.yml 34.0.0rc1
2024-01-03T18:08:43.764991+00:00 GitLab Importer Fixing VCID-v5mj-f96s-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/CVE-2018-25032.yml 34.0.0rc1
2024-01-03T18:08:43.393962+00:00 GitLab Importer Fixing VCID-scun-vfj2-aaaq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/gem/nokogiri/GMS-2022-786.yml 34.0.0rc1
2024-01-03T17:47:16.936860+00:00 GHSA Importer Fixing VCID-5g2v-sxrc-aaaf https://github.com/advisories/GHSA-crjr-9rc5-ghw8 34.0.0rc1
2024-01-03T17:47:16.888458+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj https://github.com/advisories/GHSA-v6gp-9mmm-c6p5 34.0.0rc1
2024-01-03T17:47:16.859650+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan https://github.com/advisories/GHSA-xxx9-3xcr-gjj3 34.0.0rc1
2024-01-03T17:47:16.829722+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq https://github.com/advisories/GHSA-gx8x-g87m-h5q6 34.0.0rc1
2024-01-03T17:47:05.518783+00:00 GHSA Importer Fixing VCID-v5mj-f96s-aaas https://github.com/advisories/GHSA-jc36-42cf-vqwj 34.0.0rc1
2024-01-03T15:48:29.249563+00:00 GHSA Importer Affected by VCID-vekd-aqst-aaas None 34.0.0rc1
2024-01-03T15:16:08.471191+00:00 GHSA Importer Fixing VCID-rfmt-xmc2-aaan None 34.0.0rc1
2024-01-03T15:12:23.676499+00:00 GHSA Importer Fixing VCID-4j3k-2xfx-aaaj None 34.0.0rc1
2024-01-03T15:10:04.845227+00:00 GHSA Importer Affected by VCID-ejvv-2b2c-aaan None 34.0.0rc1
2024-01-03T15:06:03.179874+00:00 GHSA Importer Fixing VCID-scun-vfj2-aaaq None 34.0.0rc1
2024-01-03T15:03:31.733135+00:00 GHSA Importer Affected by VCID-tvba-4tuf-aaam None 34.0.0rc1
2024-01-03T14:53:58.148084+00:00 GHSA Importer Affected by VCID-tu3y-7d5y-aaap None 34.0.0rc1