microsoft/vasim

Reading in CSVs with glob

Aperta

#18 aperta il 30 ago 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Python (7 fork)auto 404
buggood first issuerefactor

Metriche repository

Star
 (12 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor