opdev / opcap

Apache License 2.0
3 stars 15 forks source link

Audit.go line 59 throws out of range error on slice #288

Closed acmenezes closed 2 years ago

acmenezes commented 2 years ago

Bug Description

Audit.go line 59 throws out of range error on slice

Version and Command Invocation

opcap check

Steps to Reproduce:

1) run opcap check

Expected Result

run audits

Actual Result

panics on audit.go line 59

Additional Context

Check issue 286. Some lines on main file are masking this panic error making opcap exit without errors.