apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 929 forks source link

remove executable bit for ssl key fixtures #1960

Closed kbrock closed 9 months ago

kbrock commented 9 months ago

Description

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

Status

Checklist (tick everything that applies)

codecov-commenter commented 9 months ago

Codecov Report

Merging #1960 (d42da57) into trunk (966ba6d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##            trunk    #1960   +/-   ##
=======================================
  Coverage   83.19%   83.19%           
=======================================
  Files         353      353           
  Lines       81387    81387           
  Branches     8586     8586           
=======================================
  Hits        67707    67707           
  Misses      10874    10874           
  Partials     2806     2806           
kbrock commented 9 months ago

Thank you @Kami for supporting us all