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.

貢獻者指南