Commit Graph

9159 Commits

Author SHA1 Message Date
Julien Voisin 9cba786762
Fix the path for mutagen's corpus (#10133) 2023-04-20 12:10:16 -04:00
Julien Voisin 0ff05419be
Fix Pygment's corpus paths (#10134) 2023-04-20 12:10:02 -04:00
jonathanmetzman a00aa3c55f
Add google account (#10135) 2023-04-20 11:40:20 -04:00
Benjamin Bannier cf59ba0b1c
spicy: build binaries in Release mode (#10128) 2023-04-20 12:45:17 +01:00
Sergey Bronnikov cbe2d96e16
tarantool: remove --depth in git clone (#10114)
Option breaks checkouts for certain commits in branches.
2023-04-20 09:44:10 +01:00
Sean Gilligan 2a5d850371
urllib3 performance improvements (#10115)
While investigating the urllib3 performance with the `fuzz_requests` I
saw that a lot of tests had been failing with timeouts. I had some
misunderstandings about how oss-fuzz works and that you need light and
quick implementations for the fuzzer to work effectively.

Doing some local testing a single iteration of the fuzzer was taking as
long as 90 seconds.

This change updates the `urllib3` timeouts to be far shorter and reduces
the number of requests the fuzzer tries to do in a single iteration.
This should bring us under the 25 second timeout and hopefully get this
fuzzer closer to working.
2023-04-20 09:43:42 +01:00
Dongge Liu 81f8c1034f
Add missing `main_repo` in `project.yaml` (#10111)
Fix #10110.
2023-04-20 09:49:03 +10:00
AdamKorcz 85ef7b1793
u-root: refactor build (#10121)
Refactor the build so it will pass with
https://github.com/u-root/u-root/pull/2655.

Fixes https://github.com/google/oss-fuzz/issues/10112

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-04-19 10:25:26 +01:00
Hayden B 0295dfbb45
Update project contacts for Sigstore projects (#10108) 2023-04-19 09:46:49 +01:00
tsdgeos fb32d86890
poppler: Fix build (#10098) 2023-04-18 16:15:26 -04:00
Arthur Chan 2a1c4caf15
Sigstore-java: Add target package prefix environment variable (#9997)
This PR adds an extra environment variable to specify target package
prefix of java classes for the jvm frontend. This could ignore unrelated
class in the frontend processing and decrease the time and resources
overhead.
Reference: https://github.com/ossf/fuzz-introspector/pull/938

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
2023-04-18 14:28:13 +01:00
DavidKorczynski a01dcaee59
liblouis: add myself to project (#10095)
@bertfrees could you please confirm this is okay?
2023-04-18 10:32:20 +01:00
Raphael Salas 9381b4796d
[xs] disable leak check at exit (#10106)
This PR instructs ASAN to not check for leaks at exit (i.e., after
fuzzing is done), and use only the detection in libfuzzer using lsan's
non-destructive checks.

Currently, the fuzzer reports leaks that only occur because it's
in-process, so they are not true positives. When XS expects to exit (no
`free` immediately before exit), it doesn't actually exit and continues
to the next case. A comprehensive fix would be expensive.

To reduce the amount of false-positives we suppress LSAN in abort paths,
since any allocation would be short lived. However, the at-exit leak
detection still reports non-reproducible leaks when fuzzer is exiting.
We are disabling while we explore other alternatives to fix
comprehensively (a possible one is #7347).
2023-04-18 10:10:52 +01:00
Quentin Young 55312206ce
projects: add user to frr cc list (#10105) 2023-04-17 20:35:59 +01:00
DavidKorczynski bcb3619beb
asteval: initial integration (#10103)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-17 10:14:18 -04:00
DavidKorczynski f23c697958
pdoc: initial integration (#10102)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-17 10:13:54 -04:00
DavidKorczynski f791d737a5
python-markdownify: initial integration (#10101)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-17 10:11:00 -04:00
DavidKorczynski 7e14b08c6b
arrow-py: initial integration (#10100)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-17 10:05:53 -04:00
Julien Voisin c58d80e654
Add Mutagen to OSS-Fuzz (#10072)
This project is used by a couple of *high-profile* music-related
software, like [picard]( https://picard.musicbrainz.org/ ), [beets](
https://beets.io/), [Exaile]( https://exaile.org/),
[QuodLibet](https://quodlibet.readthedocs.io/en/latest/) … Making it
more robust will also help the [metabrainz foundation](
https://metabrainz.org/ ) to collect better quality data, which will
[benefit Google]( https://metabrainz.org/sponsors ) in the end.

CC @phw @lazka
2023-04-17 10:05:27 -04:00
DavidKorczynski a366d6eaea
python-hyperlink: initial integration (#10104)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-17 10:03:49 -04:00
Waldemar Quevedo 184d1fdc4f
Update NATS maintainers (#10099)
Hi! Adding more members to the list to be able to investigate NATS
issues.
2023-04-17 13:24:55 +01:00
Dongge Liu a8b3c98130
Revert "Update Centipede to 7a20b4e (#10021)" (#10073)
This reverts commit e3fdcc25ec to
temporarily avoid [the
issues](https://github.com/google/oss-fuzz/pull/10021#issuecomment-1505301564)
mentioned in #10021 during further investigation.
Backward-compatibility of `Centipede` is validated by
https://github.com/google/clusterfuzz/pull/2999.
2023-04-17 09:47:01 +10:00
AdamKorcz 83b0e6c20e
vitess: bump go (#10096)
Bump Go for Vitess to 1.20.2

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-04-15 18:22:44 +01:00
DavidKorczynski a9d6535c04
woff2: fix introspector build (#10093)
It currently runs into:

```
Step #6 - "compile-libfuzzer-introspector-x86_64": clang-15: ␛[0;1;35mwarning: ␛[0m␛[1moptimization flag '-fno-tree-vrp' is not supported [-Wignored-optimization-argument]␛[0m
Step #6 - "compile-libfuzzer-introspector-x86_64": llvm-ar crf src/convert_woff2ttf_fuzzer.a  src/font.o  src/glyph.o  src/normalize.o  src/table_tags.o  src/transform.o  src/woff2_dec.o  src/woff2_enc.o  src/woff2_common.o  src/woff2_out.o  src/variable_length.o \
Step #6 - "compile-libfuzzer-introspector-x86_64":       brotli/bin/obj/c/common/*.o brotli/bin/obj/c/enc/*.o brotli/bin/obj/c/dec/*.o src/convert_woff2ttf_fuzzer.o
Step #6 - "compile-libfuzzer-introspector-x86_64": llvm-ar: ␛[0;1;31merror: ␛[0munknown option f
Step #6 - "compile-libfuzzer-introspector-x86_64": OVERVIEW: LLVM Archiver
```

This fixes the above issue.

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-15 12:15:05 +01:00
DavidKorczynski 3318482738
skia-ftz: fix build (#10086)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55584

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 21:29:00 +01:00
Kevin Lubick 5d7e994e31
[skia] Clean up auto-cc list (#10088) 2023-04-14 13:52:19 -04:00
DavidKorczynski 066b11a567
sleuthkit: fix build (#10089)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52848

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 16:38:49 +01:00
DavidKorczynski 5e70fbdf53
mbedtls: fix build (#10087)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57995

Apply the same fix from openssl
https://github.com/google/oss-fuzz/pull/10063

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 16:12:47 +01:00
fanquake df76eb3f27
bitcoin-core: re-enable DEBUG=1 in the depends build (#9828)
We'll be removing the `_LIBCPP_DEBUG` (which has been deprecated/removed
by LLVM), downstream in https://github.com/bitcoin/bitcoin/pull/27447.

So remove the comment about re-enabling DEBUG=1, as that will no-longer
do anything for the builds here.

We could follow up with getting a Debug Mode build of libc++ available
in the
oss-fuzz environment.
2023-04-14 11:00:14 -04:00
DavidKorczynski 1172e269c3
tensorflow-addons: fix build (#10085)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57778

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 14:58:09 +01:00
Zi Fan 7696fb5b5f
connectedhomeip: initial integration (#10064)
This PR is to bring existing fuzzers in the connectedhomeip project to
OSS-Fuzz.

CC: @gmarcosb, @andy31415
2023-04-14 13:08:19 +00:00
dependabot[bot] 63fe031ba5
build(deps): bump commonmarker from 0.23.7 to 0.23.9 in /docs (#10065)
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from
0.23.7 to 0.23.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gjtorikian/commonmarker/releases">commonmarker's
releases</a>.</em></p>
<blockquote>
<h2>v0.23.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to 0.29.0.gfm.11 by <a
href="https://github.com/anticomputer"><code>@​anticomputer</code></a>
in <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/236">gjtorikian/commonmarker#236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v0.23.9">https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v0.23.9</a></p>
<h2>v0.23.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Update cmark-upstream to <code>0.29.0.gfm.9</code> by <a
href="https://github.com/smockle"><code>@​smockle</code></a> in <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/227">gjtorikian/commonmarker#227</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/smockle"><code>@​smockle</code></a> made
their first contribution in <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/227">gjtorikian/commonmarker#227</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v0.23.8">https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v0.23.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md">commonmarker's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a
href="https://github.com/gjtorikian/commonmarker/tree/v1.0.0.pre9">v1.0.0.pre9</a>
(2023-03-28)</h2>
<p><a
href="https://github.com/gjtorikian/commonmarker/compare/v1.0.0.pre8...v1.0.0.pre9">Full
Changelog</a></p>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Updates from upstream <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/235">#235</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
<li>Bump comrak from 0.16.0 to 0.17.1 <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/234">#234</a>
(<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Bump magnus from 0.5.1 to 0.5.2 <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/233">#233</a>
(<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Add ability to load <code>tmtheme</code>s from a folder <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/232">#232</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
<li>Bump magnus from 0.5.0 to 0.5.1 <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/231">#231</a>
(<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Bump magnus from 0.4.4 to 0.5.0 <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/230">#230</a>
(<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Test the new integrated rb-sys <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/228">#228</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
</ul>
<h2><a
href="https://github.com/gjtorikian/commonmarker/tree/v1.0.0.pre8">v1.0.0.pre8</a>
(2023-03-09)</h2>
<p><a
href="https://github.com/gjtorikian/commonmarker/compare/v0.23.8...v1.0.0.pre8">Full
Changelog</a></p>
<p><strong>Closed issues:</strong></p>
<ul>
<li>Something changed in how header anchors are named in the output HTML
<a
href="https://redirect.github.com/gjtorikian/commonmarker/issues/229">#229</a></li>
<li>Problem with CommonMarker on an Azure VM <a
href="https://redirect.github.com/gjtorikian/commonmarker/issues/226">#226</a></li>
</ul>
<h2><a
href="https://github.com/gjtorikian/commonmarker/tree/v0.23.8">v0.23.8</a>
(2023-01-31)</h2>
<p><a
href="https://github.com/gjtorikian/commonmarker/compare/v1.0.0.pre7...v0.23.8">Full
Changelog</a></p>
<h2><a
href="https://github.com/gjtorikian/commonmarker/tree/v1.0.0.pre7">v1.0.0.pre7</a>
(2023-01-26)</h2>
<p><a
href="https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v1.0.0.pre7">Full
Changelog</a></p>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Bump comrak from 0.15.0 to 0.16.0 <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/225">#225</a>
(<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li>
<li>Change <code>unsafe_</code> to <code>unsafe</code> <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/220">#220</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
<li>Clarify syntax highlighter plugin usage in README <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/218">#218</a>
(<a href="https://github.com/DannyBen">DannyBen</a>)</li>
<li>Fix a couple of misleading README points <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/215">#215</a>
(<a href="https://github.com/DannyBen">DannyBen</a>)</li>
<li>remove gemspec <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/214">#214</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
<li>Add shortcodes/emoji <a
href="https://redirect.github.com/gjtorikian/commonmarker/pull/210">#210</a>
(<a href="https://github.com/gjtorikian">gjtorikian</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="42cfc90251"><code>42cfc90</code></a>
Merge pull request <a
href="https://redirect.github.com/gjtorikian/commonmarker/issues/236">#236</a>
from anticomputer/update-to-0.29.0.gfm.10</li>
<li><a
href="d793fbf451"><code>d793fbf</code></a>
Update cmark-upstream to <a
href="https://github.com/github/cmark-gfm/commit/1e230827a">https://github.com/github/cmark-gfm/commit/1e230827a</a>...</li>
<li><a
href="4e4588f2e0"><code>4e4588f</code></a>
Update Makefile for export header consolidation</li>
<li><a
href="2eb8ca8f2f"><code>2eb8ca8</code></a>
Update cmark-upstream to <a
href="https://github.com/github/cmark-gfm/commit/c8dcdc71c">https://github.com/github/cmark-gfm/commit/c8dcdc71c</a>...</li>
<li><a
href="bbb49db722"><code>bbb49db</code></a>
HtmlRenderer: don't nest &lt;strong&gt;</li>
<li><a
href="f303e6bae7"><code>f303e6b</code></a>
💎 release 0.23.9</li>
<li><a
href="d6fe4c8be4"><code>d6fe4c8</code></a>
Update cmark-upstream to <a
href="https://github.com/github/cmark-gfm/commit/dcf6b3862">https://github.com/github/cmark-gfm/commit/dcf6b3862</a>...</li>
<li><a
href="94c0af96f0"><code>94c0af9</code></a>
Merge pull request <a
href="https://redirect.github.com/gjtorikian/commonmarker/issues/227">#227</a>
from gjtorikian/update-to-0.29.0.gfm.9</li>
<li><a
href="5249f70a97"><code>5249f70</code></a>
💎 release 0.23.8</li>
<li><a
href="85c205798f"><code>85c2057</code></a>
Added aria-label changes to test-footnotes.rb</li>
<li>Additional commits viewable in <a
href="https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v0.23.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commonmarker&package-manager=bundler&previous-version=0.23.7&new-version=0.23.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/oss-fuzz/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2023-04-14 08:20:12 -04:00
Max Jonas Werner 1fb9716d99
Flux: Update affiliations; add makkes (#10082)
This updates the email addresses of @pjbgf and @scottrigby and adds my
own email address (cc @hiddeco).

Signed-off-by: Max Jonas Werner <mail@makk.es>
2023-04-14 08:19:56 -04:00
dependabot[bot] b9fd3a17ef
build(deps): bump nokogiri from 1.13.10 to 1.14.3 in /docs (#10066)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10
to 1.14.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sparklemotion/nokogiri/releases">nokogiri's
releases</a>.</em></p>
<blockquote>
<h2>1.14.3 / 2023-04-11</h2>
<h3>Security</h3>
<ul>
<li>[CRuby] Vendored libxml2 is updated to address CVE-2023-29469,
CVE-2023-28484, and one other security-related issue. See <a
href="https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-pxvg-2qj5-37jq">GHSA-pxvg-2qj5-37jqGHSA-pxvg-2qj5-37jq</a>
for more information.</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>[CRuby] Vendored libxml2 is updated to <a
href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.4">v2.10.4</a>
from v2.10.3.</li>
</ul>
<hr />
<p>sha256 checksums:</p>

<pre><code>9cc53dd8d92868a0f5bcee44396357a19f95e32d8b9754092622a25bc954c60c
nokogiri-1.14.3-aarch64-linux.gem
320fa1836b8e59e86a804baee534893bcf3b901cc255bbec6d87f3dd3e431610
nokogiri-1.14.3-arm-linux.gem
67dd4ac33a8cf0967c521fa57e5a5422db39da8a9d131aaa2cd53deaa12be4cd
nokogiri-1.14.3-arm64-darwin.gem
13969ec7f41d9cff46fc7707224c55490a519feef7cfea727c6945c5b444caa2
nokogiri-1.14.3-java.gem
9885085249303461ee08f9a9b161d0a570391b8f5be0316b3ac5a6d9a947e1e2
nokogiri-1.14.3-x64-mingw-ucrt.gem
997943d7582a23ad6e7a0abe081d0d40d2c1319a6b2749f9b30fd18037f0c38a
nokogiri-1.14.3-x64-mingw32.gem
58c30b763aebd62dc4222385509d7f83ac398ee520490fadc4b6d7877e29895a
nokogiri-1.14.3-x86-linux.gem
e1d58a5c56c34aab71b00901a969e19bf9f7322ee459b4e9380f433213887c04
nokogiri-1.14.3-x86-mingw32.gem
f0a1ed1460a91fd2daf558357f4c0ceac6d994899da1bf98431aeda301e4dc74
nokogiri-1.14.3-x86_64-darwin.gem
e323a7c654ef846e64582fb6e26f6fed869a96753f8e048ff723e74d8005cb11
nokogiri-1.14.3-x86_64-linux.gem
3b1cee0eb8879e9e25b6dd431be597ca68f20283b0d4f4ca986521fad107dc3a
nokogiri-1.14.3.gem
</code></pre>
<h2>1.14.2 / 2023-02-13</h2>
<h3>Fixed</h3>
<ul>
<li>Calling <code>NodeSet#to_html</code> on an empty node set no longer
raises an encoding-related exception. This bug was introduced in v1.14.0
while fixing <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2649">#2649</a>.
[<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2784">#2784</a>]</li>
</ul>
<hr />
<p>sha256 checksums:</p>
<pre
lang="text"><code>966acf4f6c1fba10518f86498141cf44265564ac5a65dcc8496b65f8c354f776
nokogiri-1.14.2-aarch64-linux.gem
8a3a35cadae4a800ddc0b967394257343d62196d9d059b54e38cf067981db428
nokogiri-1.14.2-arm-linux.gem
81404cd014ecb597725c3847523c2ee365191a968d0b5f7d857e03f388c57631
nokogiri-1.14.2-arm64-darwin.gem
0a39222af14e75eb0243e8d969345e03b90c0e02b0f33c61f1ebb6ae53538bb5
nokogiri-1.14.2-java.gem
62a18f9213a0ceeaf563d1bc7ccfd93273323c4356ded58a5617c59bc4635bc5
nokogiri-1.14.2-x64-mingw-ucrt.gem
54f6ac2c15a7a88f431bb5e23f4616aa8fc97a92eb63336bcf65b7050f2d3be0
nokogiri-1.14.2-x64-mingw32.gem
c42fa0856f01f901954898e28c3c2b4dce0e843056b1b126f441d06e887e1b77
nokogiri-1.14.2-x86-linux.gem
f940d9c8e47b0f19875465376f2d1c8911bc9489ac9a48c124579819dc4a7f19
nokogiri-1.14.2-x86-mingw32.gem
2508978f5ca28944919973f6300f0a7355fbe72604ab6a6913f1630be1030265
nokogiri-1.14.2-x86_64-darwin.gem
bc6405e1f3ddac6e401f82d775f1c0c24c6e58c371b3fadaca0596d5d511e476
nokogiri-1.14.2-x86_64-linux.gem
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md">nokogiri's
changelog</a>.</em></p>
<blockquote>
<h2>1.14.3 / 2023-04-11</h2>
<h3>Security</h3>
<ul>
<li>[CRuby] Vendored libxml2 is updated to address CVE-2023-29469,
CVE-2023-28484, and one other security-related issue. See <a
href="https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-pxvg-2qj5-37jq">GHSA-pxvg-2qj5-37jqGHSA-pxvg-2qj5-37jq</a>
for more information.</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>[CRuby] Vendored libxml2 is updated to <a
href="https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.10.4">v2.10.4</a>
from v2.10.3.</li>
</ul>
<h2>1.14.2 / 2023-02-13</h2>
<h3>Fixed</h3>
<ul>
<li>Calling <code>NodeSet#to_html</code> on an empty node set no longer
raises an encoding-related exception. This bug was introduced in v1.14.0
while fixing <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2649">#2649</a>.
[<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2784">#2784</a>]</li>
</ul>
<h2>1.14.1 / 2023-01-30</h2>
<h3>Fixed</h3>
<ul>
<li>Serializing documents now works again with pseudo-IO objects that
don't support IO's encoding API (like rubyzip's
<code>Zip::OutputStream</code>). This was a regression in v1.14.0 due to
the fix for <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/752">#752</a>
in <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2434">#2434</a>,
and was not completely fixed by <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2753">#2753</a>.
[<a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2773">#2773</a>]</li>
<li>[CRuby] Address compiler warnings about <code>void*</code> casting
and old-style C function definitions.</li>
</ul>
<h2>1.14.0 / 2023-01-12</h2>
<h3>Notable Changes</h3>
<h4>Ruby</h4>
<p>This release introduces native gem support for Ruby 3.2. (Also see
&quot;Technical note&quot; under &quot;Changed&quot; below.)</p>
<p>This release ends support for:</p>
<ul>
<li>Ruby 2.6, for which <a
href="https://www.ruby-lang.org/en/downloads/branches/">upstream support
ended 2022-04-12</a>.</li>
<li>JRuby 9.3, which is not fully compatible with Ruby 2.7+</li>
</ul>
<h4>Faster, more reliable installation: Native Gem for
<code>aarch64-linux</code> (aka <code>linux/arm64/v8</code>)</h4>
<p>This version of Nokogiri ships <em>official</em> native gem support
for the <code>aarch64-linux</code> platform, which should support AWS
Graviton and other ARM64 Linux platforms. Please note that glibc &gt;=
2.29 is required for aarch64-linux systems, see <a
href="https://nokogiri.org/#supported-platforms">Supported Platforms</a>
for more information.</p>
<h4>Faster, more reliable installation: Native Gem for
<code>arm-linux</code> (aka <code>linux/arm/v7</code>)</h4>
<p>This version of Nokogiri ships <em>experimental</em> native gem
support for the <code>arm-linux</code> platform. Please note that glibc
&gt;= 2.29 is required for arm-linux systems, see <a
href="https://nokogiri.org/#supported-platforms">Supported Platforms</a>
for more information.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e8d2f4a829"><code>e8d2f4a</code></a>
version bump to v1.14.3</li>
<li><a
href="59fbc7b6d5"><code>59fbc7b</code></a>
doc: update CHANGELOG for v1.14.3</li>
<li><a
href="347eacbeea"><code>347eacb</code></a>
Merge pull request <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2852">#2852</a>
from sparklemotion/flavorjones-libxml2-2.10.4-backport</li>
<li><a
href="36b0b3355d"><code>36b0b33</code></a>
dep: update libxml2 to 2.10.4 from 2.10.3</li>
<li><a
href="ac83e6ee70"><code>ac83e6e</code></a>
test: update behavior of namespaces in HTML4</li>
<li><a
href="2cf4996c52"><code>2cf4996</code></a>
test: make default GC behavior &quot;normal&quot;</li>
<li><a
href="1580121eea"><code>1580121</code></a>
version bump to v1.14.2</li>
<li><a
href="530947753e"><code>5309477</code></a>
Merge pull request <a
href="https://redirect.github.com/sparklemotion/nokogiri/issues/2791">#2791</a>
from sparklemotion/2784-encoding-empty-strings-v1.14.x</li>
<li><a
href="975ae491c4"><code>975ae49</code></a>
doc: update CHANGELOG</li>
<li><a
href="f13cdb4640"><code>f13cdb4</code></a>
fix: empty node set serialization when document encoding is nil</li>
<li>Additional commits viewable in <a
href="https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.14.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nokogiri&package-manager=bundler&previous-version=1.13.10&new-version=1.14.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/google/oss-fuzz/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 08:07:03 -04:00
DavidKorczynski 67d5cafe85
lark-parser: initial integration (#10076)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 08:06:26 -04:00
Henry Lin baab3431e0
opencsv: Initial integration (#10069)
Initial integration of opencsv into OSS-Fuzz.
2023-04-14 08:05:45 -04:00
DavidKorczynski 987055edc8
ipaddress: initial integration (#10077)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 08:04:35 -04:00
DavidKorczynski a337794d97
python-jose: initial integration (#10078)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 08:04:11 -04:00
Phil Turnbull 29fd94099f
gss-ntlmssp: New project (#9891)
This PR adds a new gss-ntlmssp project.
[gss-ntlmssp](https://github.com/gssapi/gss-ntlmssp) is a mechglue
plugin for [krb5](https://github.com/krb5/krb5) that implements NTLM
authentication via GSSAPI.

The plugin is available in the Debian, Ubuntu and Suse package
repositories.

cc @simo5 as the gss-ntlmssp maintainer.
2023-04-14 08:03:27 -04:00
DavidKorczynski cd08a88b50
urlextract: initial integration (#10080)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 07:59:02 -04:00
DavidKorczynski c2d65ada62
pytables: fix build (#10083)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57762

Signed-off-by: David Korczynski <david@adalogics.com>
2023-04-14 07:56:48 -04:00
Arjun 35ac856ce5
[unit] Issue 57574 build failure (#10061)
Fix : https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57574#c1

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
2023-04-14 15:52:25 +10:00
Guido Vranken 380cf4b6fd
[openssl] Fix build (#10063)
Fixes the OpenSSL build by downloading the corpora submodule.

Fixes https://github.com/openssl/openssl/issues/20712
2023-04-12 19:57:27 +01:00
tsdgeos a339ef28de
Fix karchive/kimageformats build (#10048) 2023-04-12 19:57:11 +01:00
Sean Gilligan 2aa8de903e
Croniter get_next fix (#10068)
Fix for an incorrect call to `get_next` that was stopping the Croniter
`fuzz_iter` executing, see
[https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57139#c2](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57139#c2).

It was being called with a `datetime` object instead of a `datetime`
class as it's `ret_type` argument causing a type error. I've removed the
argument that's fixed it.

Also I've added the `undefined` sanitizer as it was missing from the
`project.yaml`. I've done a local run and it works fine with it enabled.
2023-04-12 19:55:49 +01:00
Julien Voisin 05338d3e0d
Fuzz filters as well in Pygments (#10071) 2023-04-12 19:54:36 +01:00
Julien Voisin b82e1a2fa4
Fix pygment's corpus creation (#10070)
Example files are now in folders
2023-04-12 19:54:09 +01:00
Benjamin Bannier bfa2f705b5
spicy: add files missing for coverage generation (#10067)
Automatic copying of the source files skipped softlinks which lead to
some include files not being found during coverage generation. With this
patch we now manually deep-copy softlinks in the source tree to their
export target locations.
2023-04-12 13:10:54 +01:00
jonathanmetzman 88d15b281c
[helper] Hide fuzzbench arguments (#10060)
Fixes https://github.com/google/oss-fuzz/issues/10043
2023-04-11 17:49:43 -04:00
Richard Russon f09ce842f4
neomutt: install libidn2 (#10062)
NeoMutt now uses IDN2 by default.

Sorry, another NeoMutt update.
Thanks.
2023-04-11 16:29:04 -04:00