cloudfoundry / capi-release

Bosh Release for Cloud Controller and friends
Apache License 2.0
24 stars 101 forks source link

Ensure gems don't have world-writable files #468

Closed sethboyles closed 2 months ago

sethboyles commented 2 months ago

One gem we install has a few world-writable files.

Thankfully, none of them are actually loaded while running CC, as far as I can tell, but this was flagged by a scanner as a potential security issue.

See this issue for more info: https://github.com/rdp/os/issues/44. It appears to have been unintentional, so if this can happen accidentally we'd like to prevent it in the future.