Skip to content

Comments

next/551/20240801/v1#11595

Merged
victorjulien merged 12 commits intoOISF:masterfrom
victorjulien:next/551/20240801/v1
Aug 1, 2024
Merged

next/551/20240801/v1#11595
victorjulien merged 12 commits intoOISF:masterfrom
victorjulien:next/551/20240801/v1

Conversation

Ticket: 5734

Adds frames for SSH records, that come after banner, and before
the data is encrypted.
These records may contain cipher lists for instance.
for SSH packets that mark the end of plaintext
use debug_validate_bug_on instead
Used by documentation with the SIP frames only
Ticket: 7181

Allows confyaml.c to be in the release archive
warning: can be more succinctly written as a byte str
   --> src/mime/smtp.rs:762:37
    |
762 |     mime_smtp_find_url_strings(ctx, &[b'\n']);
    |                                     ^^^^^^^^ help: try: `b"\n"`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices
    = note: `#[warn(clippy::byte_char_slices)]` on by default
warning: this `match` can be collapsed into the outer `match`
help: the outer pattern can be modified to include the inner pattern
@codecov
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

Attention: Patch coverage is 91.35802% with 14 lines in your changes missing coverage. Please review.

Project coverage is 82.52%. Comparing base (da1645b) to head (42e5e55).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11595      +/-   ##
==========================================
+ Coverage   82.50%   82.52%   +0.01%     
==========================================
  Files         923      923              
  Lines      248721   248808      +87     
==========================================
+ Hits       205215   205317     +102     
+ Misses      43506    43491      -15     
Flag Coverage Δ
fuzzcorpus 60.55% <81.36%> (+0.03%) ⬆️
livemode 18.77% <32.91%> (+0.14%) ⬆️
pcap 44.13% <80.12%> (+0.07%) ⬆️
suricata-verify 61.80% <80.24%> (+0.02%) ⬆️
unittests 59.08% <68.94%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 21808

Copy link
Contributor

@jufajardini jufajardini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Number of commits, lines added and removed match. ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants