have a comment
argument wherever an object is created
#354
Labels
help wanted
Extra attention is needed
comment
argument wherever an object is created
#354
postgresql_lang(deprecated)comment
argument value tocheck_input(...)
, check across all the modulesI'd say the benefit of a
comment
argument orpostgresql_comment
module overpostgresql_query
is that we can validate the kind of object which is commented, to avoid SQL injections. As this is part of the query syntax, not a variable, we cannot rely on psycopg2/3 variable escaping.Originally posted by @betanummeric in https://github.com/ansible-collections/community.postgresql/discussions/352#discussioncomment-3834647
The text was updated successfully, but these errors were encountered: