microsoft/vasim

Reading in CSVs with glob

Open

#18 opened on Aug 30, 2024

 (2 comments) (0 reactions) (0 assignees)Python (7 forks)auto 404
buggood first issuerefactor

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide