Validating file paths to satisfy GitHub CodeQL’s "Uncontrolled data used in path expression" alert [migrated]
I’m writing functions for a Python package to register files from a file system to an SQL database, and GitHub’s CodeQL has flagged that the file paths are a potential security risk.
I have constructed a basic validator to make sure that o… Continue reading Validating file paths to satisfy GitHub CodeQL’s "Uncontrolled data used in path expression" alert [migrated]