Skip to content

Commit

Permalink
remove executable bit for ssl key fixtures
Browse files Browse the repository at this point in the history
We have a security scanner that noticed that these fixtures are chmod x+a
Since these are data files, best to make them non-executable
  • Loading branch information
kbrock committed Oct 3, 2023
1 parent 966ba6d commit d42da57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/alice.crt
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/alice.key
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/denis.crt
100755 → 100644
Empty file.
Empty file modified libcloud/test/loadbalancer/fixtures/nttcis/denis.key
100755 → 100644
Empty file.

0 comments on commit d42da57

Please sign in to comment.