)]}'
{"helm-toolkit/templates/scripts/_db-drop.py.tpl":[{"author":{"_account_id":32871,"name":"Ksawery Dziekoński","email":"ksdziekonski@gmail.com","username":"ksdziekonski"},"change_message_id":"121d10514471b905db17656cb60fc041adaf8403","unresolved":true,"context_lines":[{"line_number":170,"context_line":""},{"line_number":171,"context_line":"            # Drop database"},{"line_number":172,"context_line":"            stmt \u003d \"DROP DATABASE :db\""},{"line_number":173,"context_line":"            if root_engine.engine.driver \u003d\u003d \u0027psycopg2\u0027:"},{"line_number":174,"context_line":"                try:"},{"line_number":175,"context_line":"                    db_conn \u003d root_engine.raw_connection()"},{"line_number":176,"context_line":"                    stmt \u003d psycopg2.sql.SQL(\"DROP DATABASE {db}\").format("}],"source_content_type":"text/x-smarty","patch_set":8,"id":"fe5c02d0_16532db2","line":173,"updated":"2021-02-15 15:12:27.000000000","message":"Since identifiers in PostgreSQL aren\u0027t quoted and SQLAlchemy doesn\u0027t have a notion of an unquoted string parameter without causing potentially SQLi-susceptible flagging by injecting values into raw SQL, I\u0027ve decided to parameterize this behavior specifically based on a given driver capable of achieving this.\n\nGiven psycopg2\u0027s prevalence, this could\u0027ve been omitted, but cause breakage in case this situation changes in the future.","commit_id":"dbb54ee0fca650fd349c11dfef868a7053a1c09d"}],"helm-toolkit/templates/snippets/_tls_owner_fix_init_container.tpl":[{"author":{"_account_id":32871,"name":"Ksawery Dziekoński","email":"ksdziekonski@gmail.com","username":"ksdziekonski"},"change_message_id":"121d10514471b905db17656cb60fc041adaf8403","unresolved":true,"context_lines":[{"line_number":5,"context_line":"{{- $targetVolume :\u003d default \"\" (index . \"targetVolume\") -}}"},{"line_number":6,"context_line":"{{- if and (ne $tlsSecret \"\") (ne $targetVolume \"\") }}"},{"line_number":7,"context_line":"- name: {{ $tlsSecret }}-tls-owner-fix"},{"line_number":8,"context_line":"  image: \"alpine:edge\""},{"line_number":9,"context_line":"  securityContext:"},{"line_number":10,"context_line":"    runAsUser: 0"},{"line_number":11,"context_line":"  volumeMounts:"}],"source_content_type":"text/x-smarty","patch_set":8,"id":"11dbbfb2_e59bc02d","line":8,"updated":"2021-02-15 15:12:27.000000000","message":"Arbitrarily chosen POSIX-compatible image here. Most likely subject to change.","commit_id":"dbb54ee0fca650fd349c11dfef868a7053a1c09d"}]}
