Skip to content

Tags: Arvmor/RustScan

Tags

untagged-544fc861a2260fa82810

Toggle untagged-544fc861a2260fa82810's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.2.4-rc1

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.2.3 (bee-san#581)

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

2.1.0

Toggle 2.1.0's commit message
2.1.0 release

2.0.1

Toggle 2.0.1's commit message
fixing cargo lock

2.0.0

Toggle 2.0.0's commit message
2.0

1.10.1

Toggle 1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bee ci changes (bee-san#250)

* 1.10.0 release

* building CI

* building CI

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>