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

Fix issues found by CodeQL #854

Merged
merged 10 commits into from
Sep 2, 2021
Merged

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    eb28998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58abfe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71dd37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c8436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de4b2f9 View commit details
    Browse the repository at this point in the history
  6. Format with clang-format

    y0urself committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7d182ac View commit details
    Browse the repository at this point in the history
  7. Fix: security check that open is called basedd on previous lstat check

    Instead of using lstate before opening the file to later on check if it
    was changed manually the file descriptor can also be open before and
    just check if fstat is returning an error even after opening it.
    nichtsfrei authored and y0urself committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    9052172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fb01bf View commit details
    Browse the repository at this point in the history
  9. Add a CHANGELOG entry

    y0urself committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    b434944 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'y0urself/fix-issues-from-code-ql' of github.com:greenbo…

    …ne/openvas-scanner into y0urself/fix-issues-from-code-ql
    y0urself committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    b737037 View commit details
    Browse the repository at this point in the history