Skip to content

Commit

Permalink
test: add test for traversal
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
  • Loading branch information
crenshaw-dev committed Apr 20, 2022
1 parent f6cc7b7 commit 29bb39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/application/v1alpha1/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,7 @@ func TestGetCAPath(t *testing.T) {
"../another/invalid/thing",
"./also/invalid",
"$invalid/as/well",
"..",
}

for _, str := range validcert {
Expand Down

0 comments on commit 29bb39e

Please sign in to comment.