Describe the bug
I get this error message when running aderyn in the cyfrin devcontainer on my mac:
Panic: aderyn_driver/src/process_auto.rs:48
called `Result::unwrap()` on an `Err` value: SvmError(UnknownVersion)
Aderyn version: 0.5.3
Operating system: linux
To Reproduce
- Run the devcontainer
- run
aderyn in the terminal
Expected behavior
Aderyn to produce a report.
Desktop (please complete the following information):
% uname -a
Darwin Mac 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:24 PST 2025; root:xnu- 11215.81.4~3/RELEASE_ARM64_T6030 arm64
docker:
$ uname -a
Linux d54e29ba1cfc 6.10.14-linuxkit #1 SMP Fri Nov 29 17:22:03 UTC 2024 aarch64 GNU/Linux
- Chip: arm
- Aderyn Version: 0.5.3
Additional context
I only get this when running on my MacBook. When I run the same devcontainer on my Ubuntu laptop i don't get this issue.
Describe the bug
I get this error message when running aderyn in the cyfrin devcontainer on my mac:
To Reproduce
aderynin the terminalExpected behavior
Aderyn to produce a report.
Desktop (please complete the following information):
host machine:
% uname -a Darwin Mac 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:24 PST 2025; root:xnu- 11215.81.4~3/RELEASE_ARM64_T6030 arm64docker:
$ uname -a Linux d54e29ba1cfc 6.10.14-linuxkit #1 SMP Fri Nov 29 17:22:03 UTC 2024 aarch64 GNU/LinuxAdditional context
I only get this when running on my MacBook. When I run the same devcontainer on my Ubuntu laptop i don't get this issue.