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

Next/20220727/v7 #7652

Closed
wants to merge 18 commits into from
Closed

Commits on Jul 25, 2022

  1. detect/engine: init alert queue counters on reload

    alert_queue_overflow and alerts_suppressed were not being
    reinitialized when there was a reload of Suricata rules, leading to
    non-valid stats counters if that happened.
    
    Bug OISF#5457
    jufajardini committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    93c2c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    02f2602 View commit details
    Browse the repository at this point in the history
  2. src: remove unused header files

    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4411ef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36b1344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e69e99f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21f7677 View commit details
    Browse the repository at this point in the history
  6. includes: minor cleanups

    victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0ec9379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08e349a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad76502 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fa0033 View commit details
    Browse the repository at this point in the history
  10. threads: cleaner code with one instruction per line

    As reported by Shchelk
    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    adeb1fd View commit details
    Browse the repository at this point in the history
  11. github-actions: bump actions/cache from 3.0.4 to 3.0.5

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@c3f1317...0865c47)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8090cba View commit details
    Browse the repository at this point in the history
  12. userguide: fix typo in inline mode illustration

    The image describing Suricata's sliding window had two of the "packets"
    with the same text. Now they actually give the sense of a sliding
    window.
    
    This was found by Zhiyuan-liao.
    jufajardini authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f9c9091 View commit details
    Browse the repository at this point in the history
  13. output: do not log empty arrays for sid

    Ticket: OISF#5167
    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    da0be16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    262a93c View commit details
    Browse the repository at this point in the history
  15. ike: do not log empty notify array

    Ticket: OISF#5167
    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    632581a View commit details
    Browse the repository at this point in the history
  16. dnp3: do not log empty objects array

    Ticket: OISF#5167
    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    16fc786 View commit details
    Browse the repository at this point in the history
  17. quic: do not log empty cyu array

    Ticket: OISF#5167
    catenacyber authored and victorjulien committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    11e0eb9 View commit details
    Browse the repository at this point in the history