build(deps-dev): bump flatted from 3.2.7 to 3.4.2 in /tools/vscode-extension - #3
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.7 to 3.4.2. - [Commits](WebReflection/flatted@v3.2.7...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
pull Bot
pushed a commit
that referenced
this pull request
Jul 30, 2026
This PR updates the compiler used when building the fuzzers to be the one provided by the underlying ubuntu image. Prior to this PR, the build process would use Envoy's hermetic LLVM to build the fuzzers. However, the required glibc version by the LLVM is incompatible with the one provided by the underlying image. We get the following error: ``` Step #3 - "compile-honggfuzz-address-x86_64": # Execution platform: @@internal_platforms_do_not_use//host:host Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by external/llvm_toolchain_llvm/bin/clang) Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by external/llvm_toolchain_llvm/bin/clang) Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by external/llvm_toolchain_llvm/bin/clang) Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by external/llvm_toolchain_llvm/bin/clang) Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by external/llvm_toolchain_llvm/bin/clang) Step #3 - "compile-honggfuzz-address-x86_64": external/llvm_toolchain_llvm/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by external/llvm_toolchain_llvm/bin/clang) ``` We tried to upgrade the underlying ubuntu image to v24.04, however other version incompatibilities were observed.
pull Bot
pushed a commit
that referenced
this pull request
Sep 15, 2026
The OSS‑Fuzz fuzzer build fails because the compiler cannot find `libunwind.h`. The build script only adds `-I./include`, but libunwind’s public headers, including `libunwind.h`, `libunwind‑x86_64.h`, and the generated `libunwind‑common.h`, are now located under `include/api`. Update `build.sh` to add `-I./include/api` to the fuzzer compilation include paths. > Step #3 - "compile-afl-address-x86_64": /src/fuzz_libunwind.c:19:10: fatal error: 'libunwind.h' file not found > Step #3 - "compile-afl-address-x86_64": 19 | #include <libunwind.h> > Step #3 - "compile-afl-address-x86_64": | ^~~~~~~~~~~~~ > Step #3 - "compile-afl-address-x86_64": 1 error generated. > Step #3 - "compile-afl-address-x86_64": ******************************************************************************** > Failed to build. > To reproduce, run: > python infra/helper.py build_image libunwind > python infra/helper.py build_fuzzers --sanitizer address --engine afl --architecture x86_64 libunwind > ******************************************************************************** > Finished Step Signed-off-by: xingyaner <longfor2025@gmail.com>
pull Bot
pushed a commit
that referenced
this pull request
Sep 16, 2026
`Commit 7181fcd` updated the project dependencies and introduced `mdbook-renderer 0.5.3`, whose manifest requires Edition 2024 support. The previously pinned `nightly-2024-07-07` toolchain uses `Cargo 1.81 nightly`, which cannot parse this manifest and causes cargo fuzz build to fail before compilation. Using the current nightly toolchain provides the required Cargo support while leaving the existing fuzz targets and build logic unchanged. > Step #3 - "compile-libfuzzer-address-x86_64": error: failed to parse manifest at `/rust/registry/src/index.crates.io-6f17d22bba15001f/mdbook-preprocessor-0.5.4/Cargo.toml` > Step #3 - "compile-libfuzzer-address-x86_64": > Step #3 - "compile-libfuzzer-address-x86_64": Caused by: > Step #3 - "compile-libfuzzer-address-x86_64": feature `edition2024` is required > Step #3 - "compile-libfuzzer-address-x86_64": > Step #3 - "compile-libfuzzer-address-x86_64": The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.81.0-nightly (a515d4634 2024-07-02)). > Step #3 - "compile-libfuzzer-address-x86_64": Consider trying a more recent nightly release. > Step #3 - "compile-libfuzzer-address-x86_64": See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. Signed-off-by: xingyaner <longfor2025@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps flatted from 3.2.7 to 3.4.2.
Commits
3bf09093.4.2885ddccfix CWE-13210bdba70added flatted-view to the benchmark2a02dce3.4.1fba4e8fMerge pull request #89 from WebReflection/python-fix5fe8648added "when in Rome" also a test for PHP53517adsome minor improvementb3e2a0cFixing recursion issue in Python tooc4b46dbAdd SECURITY.md for security policy and reportingf86d071Create dependabot.yml for version updatesDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.