You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2018. It is now read-only.
Currently all rules requires one parameter. This parameter is passed with the --ruleparam CLI argument. The problem is that when this argument is not passed, the rule is called with (None,). This is specially dangerous for the oltderthan rule, because with None as a rule parameter it will potentially delete all container content.
This happens because any integer returns True when compared do None, so: