Tags: Arvmor/RustScan
Tags
Bump rustls from 0.21.10 to 0.21.11 (bee-san#574) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.10...v/0.21.11) --- updated-dependencies: - dependency-name: rustls dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bee ci changes (bee-san#250) * 1.10.0 release * building CI * building CI
Added DNS lookup using Google DNS, refactored IP code (bee-san#246) * Added DNS lookup using Google DNS, refactored IP code * fixed comments & cargo fmt * Fixed code review comments, added tests, removed unwrap() panics * Added assertion to test
socket_iterator: use itertools.iproducts for ip x ports set (bee-san#231 ) Replace the current manual iterator-like implementation with the call to the itertools.iproduct macro to generate the cartesian product of the IPs and ports. stdlib reference: https://docs.rs/itertools/0.9.0/itertools/macro.iproduct.html Co-authored-by: Bee <10378052+bee-san@users.noreply.github.com>
PreviousNext