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.