Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 #3

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

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-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/david-a-wheeler/flawfinder-2.0.19 branch February 5, 2025 07:02
@xdeadboy666x xdeadboy666x restored the dependabot/github_actions/david-a-wheeler/flawfinder-2.0.19 branch February 16, 2025 04:15
@xdeadboy666x xdeadboy666x reopened this Feb 16, 2025
@xdeadboy666x xdeadboy666x merged commit 87acb34 into main Feb 16, 2025
7 of 8 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/david-a-wheeler/flawfinder-2.0.19 branch February 16, 2025 04:20
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.

1 participant