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

[inet6] make ICMPv6NDOptUnknown a bit more fuzzable #4305

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

evverx
Copy link
Contributor

@evverx evverx commented Mar 1, 2024

Without this patch the type of Neighbor Discovery options generated by fuzz(ICMPv6NDOptUnknown()) is always 0. With this patch applied option types are random.

It's a follow-up to #4233

Without this patch the type of Neighbor Discovery options generated by
fuzz(ICMPv6NDOptUnknown()) is always 0. With this patch applied option
types are random.

It's a follow-up to secdev#4233
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Merging #4305 (e898305) into master (d8d24da) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4305      +/-   ##
==========================================
- Coverage   82.01%   82.01%   -0.01%     
==========================================
  Files         350      350              
  Lines       82225    82225              
==========================================
- Hits        67440    67437       -3     
- Misses      14785    14788       +3     
Files Coverage Δ
scapy/layers/inet6.py 88.67% <100.00%> (ø)

... and 3 files with indirect coverage changes

@guedou guedou merged commit 28c2f78 into secdev:master Mar 1, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants