Closed yunzheng closed 1 year ago
Merging #45 (d52a527) into main (e579b1d) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage 74.92% 74.92%
=======================================
Files 11 11
Lines 2524 2524
=======================================
Hits 1891 1891
Misses 633 633
Flag | Coverage Δ | |
---|---|---|
unittests | 74.92% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
dissect/cobaltstrike/beacon.py | 93.61% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This correctly parses beacons that have a unicode character in the domain name. Before the unicode character would've been ignored due to ascii codec and ignoring invalid ascii characters.