You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
After entering prerequisite commands for authz0, I got a runtime error when I entered the scan command; authz0 scan omas.yaml -r "organ_test" "Cookie: Mycookie"
Error result below
Aug 16 06:22:57.449 [INFO] start scan 🚀
Aug 16 06:22:57.450 [INFO] loaded testing template: nelit_organ
Aug 16 06:22:57.450 [INFO] append credential to template [organ_test role]
Aug 16 06:22:57.450 [INFO] targets: 1 URLs
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x758380]
goroutine 6 [running]:
github.com/hahwul/authz0/pkg/scan.checkAssert(0x0, {0xc000012a20?, 0x3, 0x0?}, 0x0)
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/assert.go:29 +0x520
github.com/hahwul/authz0/pkg/scan.Run.func1()
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/scan.go:60 +0x35f
created by github.com/hahwul/authz0/pkg/scan.Run
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/scan.go:47 +0x356
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
After entering prerequisite commands for authz0, I got a runtime error when I entered the scan command; authz0 scan omas.yaml -r "organ_test" "Cookie: Mycookie"
Error result below
Aug 16 06:22:57.449 [INFO] start scan 🚀
Aug 16 06:22:57.450 [INFO] loaded testing template: nelit_organ
Aug 16 06:22:57.450 [INFO] append credential to template [organ_test role]
Aug 16 06:22:57.450 [INFO] targets: 1 URLs
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x758380]
goroutine 6 [running]:
github.com/hahwul/authz0/pkg/scan.checkAssert(0x0, {0xc000012a20?, 0x3, 0x0?}, 0x0)
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/assert.go:29 +0x520
github.com/hahwul/authz0/pkg/scan.Run.func1()
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/scan.go:60 +0x35f
created by github.com/hahwul/authz0/pkg/scan.Run
/home/coolcat/go/pkg/mod/github.com/hahwul/authz0@v1.1.2/pkg/scan/scan.go:47 +0x356
Beta Was this translation helpful? Give feedback.
All reactions