microsoft/vasim

Reading in CSVs with glob

Ouverte

#18 ouverte le 30 août 2024

 (2 commentaires) (0 réaction) (0 personne assignée)Python (7 forks)auto 404
buggood first issuerefactor

Métriques du dépôt

Stars
 (12 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur