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 #112

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

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 the dependencies Pull requests that update a dependency file label Apr 15, 2024
Copy link

sonarcloud bot commented Apr 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@versat versat merged commit 292f8ff into master Apr 16, 2024
12 checks passed
@versat versat deleted the dependabot/github_actions/david-a-wheeler/flawfinder-2.0.19 branch April 16, 2024 03:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant