Commit 579cf4a
File tree
15 files changed
+69
-37
lines changedFilter options
- python
- extractor
- semmle
- ql
- lib/change-notes
- test
- extractor-tests/filter-option
15 files changed
+69
-37
lines changedpython/extractor/cli-integration-test/hidden-files/config.yml
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
python/extractor/cli-integration-test/hidden-files/query-default.expected
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
python/extractor/cli-integration-test/hidden-files/query-skipped.expected
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
python/extractor/cli-integration-test/hidden-files/query.ql
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_dir/internal_non_hidden/another_non_hidden.py
Copy file name to clipboardExpand all lines: python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_dir/internal_non_hidden/another_non_hidden.pyWhitespace-only changes.
python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_dir/visible_file_in_hidden_dir.py
Copy file name to clipboardExpand all lines: python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_dir/visible_file_in_hidden_dir.pyWhitespace-only changes.
python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_file.py
Copy file name to clipboardExpand all lines: python/extractor/cli-integration-test/hidden-files/repo_dir/.hidden_file.pyWhitespace-only changes.
python/extractor/cli-integration-test/hidden-files/repo_dir/foo.py
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
python/extractor/cli-integration-test/hidden-files/test.sh
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
python/extractor/semmle/path_filters.py
Copy file name to clipboardExpand all lines: python/extractor/semmle/path_filters.py+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
51 | 59 |
|
52 | 60 |
|
53 | 61 |
|
54 | 62 |
|
55 | 63 |
|
56 |
| - |
| 64 | + |
57 | 65 |
|
58 | 66 |
|
59 | 67 |
|
|
python/extractor/semmle/traverser.py
Copy file name to clipboardExpand all lines: python/extractor/semmle/traverser.py+10-35Lines changed: 10 additions & 35 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
98 | 96 |
|
99 | 97 |
|
100 | 98 |
|
101 | 99 |
|
102 | 100 |
|
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 | 101 |
|
127 | 102 |
|
128 | 103 |
|
|
python/extractor/semmle/util.py
Copy file name to clipboardExpand all lines: python/extractor/semmle/util.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
python/ql/lib/change-notes/2025-04-30-extract-hidden-files-by-default.md
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
python/ql/test/2/extractor-tests/hidden/test.expected
Copy file name to clipboardExpand all lines: python/ql/test/2/extractor-tests/hidden/test.expected+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
|
python/ql/test/extractor-tests/filter-option/Test.expected
Copy file name to clipboardExpand all lines: python/ql/test/extractor-tests/filter-option/Test.expected+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
0 commit comments