theforeman / foreman_omaha

Foreman Plugin to allow CoreOS Updates via Omaha Protocol.
GNU General Public License v3.0
8 stars 8 forks source link

Fixes strong params on reports #15

Closed ares closed 6 years ago

ares commented 6 years ago

I'm not sure if this is a problem or not but it was for openscap and core reports after core was update to newer version of rails. We need to mark params as "safe" since they are coming from proxy so we don't expect any insidious params from properly authenticated internal system.

timogoebel commented 6 years ago

Thanks, @ares.