Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic due to nil pointer dereference in sechub #39

Closed
htnosm opened this issue Jul 13, 2024 · 3 comments
Closed

Panic due to nil pointer dereference in sechub #39

htnosm opened this issue Jul 13, 2024 · 3 comments

Comments

@htnosm
Copy link
Contributor

htnosm commented Jul 13, 2024

Version

v0.8.1

Description

The following error is occurring:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x9855fe]

goroutine 1 [running]:
github.com/pepabo/control-controls/sechub.ctrls({0xc35f50, 0xc000092000}, 0xc000092000?, 0xc0002e6c20)
	/Users/runner/work/control-controls/control-controls/sechub/sechub.go:384 +0x33e
github.com/pepabo/control-controls/sechub.(*SecHub).Fetch(_, {_, _}, {{0xc00015a5e0, 0xa}, {0xc30120, 0xc0000a3240}, {0x0, 0x0}, {0x0, ...}, ...})
	/Users/runner/work/control-controls/control-controls/sechub/fetch.go:28 +0x1de
github.com/pepabo/control-controls/sechub.(*SecHub).Plan(_, {_, _}, {{0xc00015a5e0, 0xa}, {0xc30120, 0xc0000a3240}, {0x0, 0x0}, {0x0, ...}, ...}, ...)
	/Users/runner/work/control-controls/control-controls/sechub/plan.go:45 +0x248
github.com/pepabo/control-controls/cmd.glob..func4(0xfbe800?, {0xc000147290, 0x1, 0x3?})
	/Users/runner/work/control-controls/control-controls/cmd/plan.go:67 +0x9d5
github.com/spf13/cobra.(*Command).execute(0xfbe800, {0xc000147200, 0x3, 0x3})
	/Users/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:916 +0x862
github.com/spf13/cobra.(*Command).ExecuteC(0xfbeae0)
	/Users/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1044 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:968
github.com/pepabo/control-controls/cmd.Execute()
	/Users/runner/work/control-controls/control-controls/cmd/root.go:61 +0x256
main.main()
	/Users/runner/work/control-controls/control-controls/main.go:27 +0x17

Although I am not sure about the exact occurrence date, it was functioning normally until around the end of May 2024.
It seems that the error occurs when DescribeStandardsControls is executed and DisabledReason is not present.
Checking the return value and inserting an empty string when it is nil seems to resolve the issue.
However, The impact on other parts is unknown.

@k1LoW
Copy link
Contributor

k1LoW commented Oct 2, 2024

ref: #40

@k1LoW
Copy link
Contributor

k1LoW commented Oct 2, 2024

@htnosm Sorry for reply 💦

Fixed as v0.8.3.

@htnosm
Copy link
Contributor Author

htnosm commented Oct 2, 2024

@k1LoW The issue was resolved by upgrading the version. Thank you for your assistance.

@htnosm htnosm closed this as completed Oct 2, 2024
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

No branches or pull requests

2 participants