This avoids bugs/vulnerability with filenames containing a quote.
Details
Details
- Reviewers
ardumont moranegg - Group Reviewers
Reviewers - Commits
- rDSNIPd712e80d3d33: Use proper parameter substitution.
Diff Detail
Diff Detail
- Repository
- rDSNIP Code snippets
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
morane/crossminer_launch.py | ||
---|---|---|
78 | Note that the substitution is done inside this call, by psycopg itself, after parsing the query; instead of making the data directly in the code. |