Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19.

Changelog

Sourced from david-a-wheeler/flawfinder's changelog.

2021-08-29 David A. Wheeler

  • Version 2.0.19
  • Fix so we send error messages to stderr instead of stdout. Originally we sent some to stdout by mistake, which could mess up results since the error messages would be mixed up with the results.

2021-06-24 David A. Wheeler

  • Version 2.0.18
  • Fix SARIF output. SARIF output is new to flawfinder, and there was a subtle error in its generation that causes GitHub to reject the SARIF file.

2021-06-02 David A. Wheeler

  • Version 2.0.17
  • Fix the distributed tarball, which didn't include the key source file due to the earlier file restructure.
  • Minor code style fix, which simplifies the code slightly.
  • Update date in manual page to 2021. That's important because the documentation now includes information on --sarif.

2021-05-31 David A. Wheeler

  • Version 2.0.16
  • The distributed source file is now flawfinder.py, not flawfinder. This is part of a change that improves improve cross-platform ease-of-use by using entry_points. That said, "make install" will still install it as "flawfinder" (so those who install it via "make install" will see no change). Many thanks to Ben Spoor!
  • Added support for generating SARIF output, use --sarif. A big thanks to Yong Yan for this work!
  • Track curly brace level to reduce some problems, my thanks to Greg Myers for the work!
  • Improved handling of Git patch format, thanks to Robin Geffroy.

2021-01-11 David A. Wheeler

  • Version 2.0.15
  • Fixed some release problems in 2.0.14.
  • Improved handling of LoadLibraryEx; flawfinderr no longer complains about certain constructs that are known to be safe (eliminating some false positives).

2021-01-09 David A. Wheeler

  • Version 2.0.14
  • If there are >0 hits, tell users how to ignore them as part of the tool output.
  • Various Windows improvments. Ignore LoadLibraryEx if its third parameter is LOAD_LIBRARY_SEARCH_SYSTEM32, as this is safe, and

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [david-a-wheeler/flawfinder](https://github.com/david-a-wheeler/flawfinder) from 2.0.19.pre.alpha1 to 2.0.19.
- [Release notes](https://github.com/david-a-wheeler/flawfinder/releases)
- [Changelog](https://github.com/david-a-wheeler/flawfinder/blob/master/ChangeLog)
- [Commits](david-a-wheeler/flawfinder@8e4a779...c57197c)

---
updated-dependencies:
- dependency-name: david-a-wheeler/flawfinder
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 24, 2025
@danielaparker danielaparker merged commit 627cc19 into master Nov 24, 2025
73 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/david-a-wheeler/flawfinder-2.0.19 branch November 24, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants