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
We are not handling an empty cmdArgs either as nil or empty string slice. We should check if our code still works with both and that we are not running into a panic.
Furthermore, we should add tests to cover these edge cases.
The text was updated successfully, but these errors were encountered:
Description of issue or feature request:
in-toto-golang/in_toto/runlib.go
Line 293 in 02b98c8
We are not handling an empty
cmdArgs
either asnil
or empty string slice. We should check if our code still works with both and that we are not running into a panic.Furthermore, we should add tests to cover these edge cases.
The text was updated successfully, but these errors were encountered: