This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push: new d42da57d9 remove executable bit for ssl key fixtures new 9b1593857 Merge pull request #1960 from kbrock/non-exec-fixtures d42da57d9 is described below commit d42da57d9df746726e4975dd7359f82add125bf2 Author: Keenan Brock <kee...@thebrocks.net> AuthorDate: Tue Oct 3 16:10:33 2023 -0400 remove executable bit for ssl key fixtures 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 --- libcloud/test/loadbalancer/fixtures/nttcis/alice.crt | 0 libcloud/test/loadbalancer/fixtures/nttcis/alice.key | 0 libcloud/test/loadbalancer/fixtures/nttcis/denis.crt | 0 libcloud/test/loadbalancer/fixtures/nttcis/denis.key | 0 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/libcloud/test/loadbalancer/fixtures/nttcis/alice.crt b/libcloud/test/loadbalancer/fixtures/nttcis/alice.crt old mode 100755 new mode 100644 diff --git a/libcloud/test/loadbalancer/fixtures/nttcis/alice.key b/libcloud/test/loadbalancer/fixtures/nttcis/alice.key old mode 100755 new mode 100644 diff --git a/libcloud/test/loadbalancer/fixtures/nttcis/denis.crt b/libcloud/test/loadbalancer/fixtures/nttcis/denis.crt old mode 100755 new mode 100644 diff --git a/libcloud/test/loadbalancer/fixtures/nttcis/denis.key b/libcloud/test/loadbalancer/fixtures/nttcis/denis.key old mode 100755 new mode 100644