cooljeanius / dlcompat-20030629

an old libdl implementation that was originally for Mac OS X 10.3 and older.
Other
4 stars 0 forks source link

Bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 #11

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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 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)