You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi,
are there security guidelines for ansible role creators found somewhere
that lists common security pitfalls that one should look at to avoid
things like [1][2] and other such cases?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
None Ansible specific, just follow good security practices you would
with any other systems.
Most of it boils down to validating and sanitizing your inputs and try
to avoid injection by quoting and escaping as the context requires it.
Also try to always use the least privilege needed and disclose as
little information as possible.