Commit bf9aea6
Exclude imported tests from CodeQL analysis
The historical gitdb and smmap test suites contain intentional legacy uses
of tempfile.mktemp. Importing them made GitPython's CodeQL workflow report
new security findings even though the code is test-only and unchanged from
the standalone projects.
Ignore only the imported test directories while continuing to analyze all
three production packages.1 parent 205d4cc commit bf9aea6
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments