puppetlabs / puppetlabs-pe_status_check

Self Service Module for Puppet Enterprise
Apache License 2.0
1 stars 33 forks source link

Enable security cops #203

Closed joshcooper closed 1 year ago

joshcooper commented 1 year ago

IO.read is potentially unsafe when called with special characters, which isn't an issue here. Use File.read to avoid any future issues.

Please check off the steps below as you complete each step