microsoft/vasim

Reading in CSVs with glob

Offen

#18 geöffnet am 30.08.2024

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (7 Forks)auto 404
buggood first issuerefactor

Repository-Metriken

Stars
 (12 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We are currently reading in all of the CSVs of the performance trace data using python's glob (list(self.data_dir.glob("**/*.csv"))) with no security checks. It seems like we need to do a bit more here in terms of sanitizing inputs.

Contributor Guide