microsoft/vasim

Reading in CSVs with glob

开放

#18 创建于 2024年8月30日

 (2 条评论) (0 个反应) (0 位负责人)Python (7 个派生)auto 404
buggood first issuerefactor

仓库指标

星标
 (12 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南