Skip to content

Commit 1eb0474

Browse files
authored
Merge pull request #18 from qwasd7680/copilot/improve-insecure-code-performance
Performance: Add client pooling, response caching, and fix path traversal vulnerabilities
2 parents 9e56b9e + 4c98fbc commit 1eb0474

2 files changed

Lines changed: 281 additions & 105 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea
2-
temp
2+
temp
3+
__pycache__
4+
*.pyc
5+
*.pyo

0 commit comments

Comments
 (0)