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/89/20230713/v1 #9233

Merged
merged 7 commits into from
Jul 14, 2023
Merged

Commits on Jul 13, 2023

  1. util/mime: skip over any invalid char

    For certain edge case handling for spaces, spaces were handled
    particularly in the remainder processing functions. Make sure that now
    that as per RFC 2045, util-base64 would skip over any invalid char, the
    edge cases in MIME processor also be handled the same way.
    
    This completes the work done in e46b033.
    
    Ticket 6135
    Ticket 6207
    inashivb authored and victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    789353b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9c430d View commit details
    Browse the repository at this point in the history
  3. output/alert: add verdict field

    Related to
    Bug OISF#5464
    jufajardini authored and victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    53b8def View commit details
    Browse the repository at this point in the history
  4. output/drop: add verdict field

    Related to
    Bug OISF#5464
    jufajardini authored and victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0437173 View commit details
    Browse the repository at this point in the history
  5. userguide/eve: format and reorganize alert section

    The `field action` portion seemed to be comprised of a more generic
    section that followed it. Also formatted the section for lines to be
    within the character limit.
    jufajardini authored and victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9900bdc View commit details
    Browse the repository at this point in the history
  6. rust: update cargo.lock

    victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0068b81 View commit details
    Browse the repository at this point in the history
  7. rust: fix clippy warnings

    inashivb authored and victorjulien committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d4e674b View commit details
    Browse the repository at this point in the history