Skip to content

Conversation

@antoniovazquezblanco
Copy link
Contributor

Checklist:

  • If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • I squashed commits belonging together
  • I added unit tests or explained why they are not relevant
  • I executed the regression tests (using cd test && ./run_tests or tox)
  • If the PR is still not finished, please create a Draft Pull Request

imagen

Name field must be 248 bytes!

@codecov
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Merging #4303 (877286d) into master (d8d24da) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4303   +/-   ##
=======================================
  Coverage   82.01%   82.02%           
=======================================
  Files         350      350           
  Lines       82225    82225           
=======================================
+ Hits        67440    67441    +1     
+ Misses      14785    14784    -1     
Files Coverage Δ
scapy/layers/bluetooth.py 89.59% <100.00%> (ø)

... and 5 files with indirect coverage changes

@gpotter2 gpotter2 merged commit 389b268 into secdev:master Mar 23, 2024
@antoniovazquezblanco
Copy link
Contributor Author

Thank you!

@antoniovazquezblanco antoniovazquezblanco deleted the btfix2 branch March 23, 2024 15:46
oskar456 added a commit to oskar456/scapy that referenced this pull request May 7, 2024
Instead of considering the full IPv4 routing table, we only look for
IPv4 default route and IPv6 routes shorter or equal /8 (for instance
`2000::/3`). Since the `conf.route6` is not ready yet when we first run,
we reload `conf.ifaces` after loading `route6.py`.

This fixes secdev#4303.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
oskar456 added a commit to oskar456/scapy that referenced this pull request May 7, 2024
Instead of considering the full IPv4 routing table, we only look for
IPv4 default route and IPv6 routes shorter or equal /8 (for instance
`2000::/3`). Since the `conf.route6` is not ready yet when we first run,
we reload `conf.ifaces` after loading `route6.py`.

This fixes secdev#4303.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
oskar456 added a commit to oskar456/scapy that referenced this pull request May 7, 2024
Instead of considering the full IPv4 routing table, we only look for
IPv4 default route and IPv6 routes shorter or equal /8 (for instance
`2000::/3`). Since the `conf.route6` is not ready yet when we first run,
we reload `conf.ifaces` after loading `route6.py`.

This fixes secdev#4303.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
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