|
1 | | -# Gitleaks allowlist for false positives |
2 | | -# Add file:line patterns for legitimate secrets that gitleaks flags incorrectly |
| 1 | +# Gitleaks allowlist for false positives in git history |
3 | 2 | # |
4 | | -# Format: path/to/file:rule_id:line_number |
5 | | -# These are DICOM UIDs that match the IPv4 pattern |
| 3 | +# These are DICOM UIDs that match the IPv4 pattern in old commits. |
| 4 | +# Current files use inline `# gitleaks:allow` comments instead. |
| 5 | +# |
| 6 | +# Format: commit:path:rule_id:line_number |
6 | 7 |
|
7 | | -# Git history fingerprints (for renamed/deleted files in old commits) |
8 | 8 | 064a96209818176322c8f84ab3781f78fc43d7c5:tests/integration/test_upload_listener.py:ipv4:38 |
9 | 9 | 064a96209818176322c8f84ab3781f78fc43d7c5:tests/integration/test_upload_listener.py:ipv4:66 |
10 | 10 | 064a96209818176322c8f84ab3781f78fc43d7c5:tests/integration/test_upload_listener.py:ipv4:71 |
@@ -48,61 +48,40 @@ c7095ccbf4f5458f19746dd3ae69c9f5e3e63aa6:tests/services/test_storage.py:ipv4:88 |
48 | 48 | c7095ccbf4f5458f19746dd3ae69c9f5e3e63aa6:tests/services/test_storage.py:ipv4:107 |
49 | 49 | d9b882c916499c8cf2107879c83de2897fe99247:tests/integration/test_c_store_saves_metadata.py:ipv4:52 |
50 | 50 |
|
51 | | -# Source files |
52 | | -src/services/storage.py:ipv4:89 |
53 | | - |
54 | | -# Test files - test_c_store_saves_metadata.py |
55 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:23 |
56 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:38 |
57 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:55 |
58 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:73 |
59 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:91 |
60 | | -tests/integration/test_c_store_saves_metadata.py:ipv4:108 |
61 | | - |
62 | | -# Test files - test_pacs_storage_upload.py |
63 | | -tests/integration/test_pacs_storage_upload.py:ipv4:21 |
64 | | -tests/integration/test_pacs_storage_upload.py:ipv4:25 |
65 | | -tests/integration/test_pacs_storage_upload.py:ipv4:29 |
66 | | -tests/integration/test_pacs_storage_upload.py:ipv4:30 |
67 | | -tests/integration/test_pacs_storage_upload.py:ipv4:32 |
68 | | -tests/integration/test_pacs_storage_upload.py:ipv4:36 |
69 | | -tests/integration/test_pacs_storage_upload.py:ipv4:45 |
70 | | -tests/integration/test_pacs_storage_upload.py:ipv4:46 |
71 | | -tests/integration/test_pacs_storage_upload.py:ipv4:48 |
72 | | -tests/integration/test_pacs_storage_upload.py:ipv4:52 |
73 | | -tests/integration/test_pacs_storage_upload.py:ipv4:62 |
74 | | -tests/integration/test_pacs_storage_upload.py:ipv4:65 |
75 | | -tests/integration/test_pacs_storage_upload.py:ipv4:66 |
76 | | -tests/integration/test_pacs_storage_upload.py:ipv4:67 |
77 | | -tests/integration/test_pacs_storage_upload.py:ipv4:69 |
78 | | -tests/integration/test_pacs_storage_upload.py:ipv4:72 |
79 | | - |
80 | | -# Test files - test_c_store.py |
81 | | -tests/services/dicom/test_c_store.py:ipv4:19 |
82 | | -tests/services/dicom/test_c_store.py:ipv4:62 |
83 | | - |
84 | | -# Test files - test_dicom_uploader.py |
85 | | -tests/services/dicom/test_dicom_uploader.py:ipv4:18 |
86 | | -tests/services/dicom/test_dicom_uploader.py:ipv4:28 |
87 | | - |
88 | | -# Test files - test_upload_processor.py |
89 | | -tests/services/dicom/test_upload_processor.py:ipv4:52 |
90 | | -tests/services/dicom/test_upload_processor.py:ipv4:58 |
91 | | -tests/services/dicom/test_upload_processor.py:ipv4:74 |
92 | | -tests/services/dicom/test_upload_processor.py:ipv4:89 |
93 | | -tests/services/dicom/test_upload_processor.py:ipv4:90 |
94 | | -tests/services/dicom/test_upload_processor.py:ipv4:91 |
95 | | -tests/services/dicom/test_upload_processor.py:ipv4:95 |
96 | | -tests/services/dicom/test_upload_processor.py:ipv4:108 |
97 | | -tests/services/dicom/test_upload_processor.py:ipv4:113 |
98 | | -tests/services/dicom/test_upload_processor.py:ipv4:131 |
99 | | -tests/services/dicom/test_upload_processor.py:ipv4:150 |
100 | | -tests/services/dicom/test_upload_processor.py:ipv4:174 |
| 51 | +# Commit feafe758d7c1e85472cc81c5c275aae9ec078cef (gitleaks fix branch) |
| 52 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_dicom_uploader.py:ipv4:19 |
| 53 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_dicom_uploader.py:ipv4:29 |
| 54 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:21 |
| 55 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:25 |
| 56 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:29 |
| 57 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:30 |
| 58 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:32 |
| 59 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:36 |
| 60 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:45 |
| 61 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:46 |
| 62 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:48 |
| 63 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:52 |
| 64 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:62 |
| 65 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:65 |
| 66 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:66 |
| 67 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:67 |
| 68 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:69 |
| 69 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/integration/test_pacs_storage_upload.py:ipv4:72 |
| 70 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:52 |
| 71 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:58 |
| 72 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:74 |
| 73 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:89 |
| 74 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:90 |
| 75 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:91 |
| 76 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:95 |
| 77 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:108 |
| 78 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:113 |
| 79 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:131 |
| 80 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:150 |
| 81 | +feafe758d7c1e85472cc81c5c275aae9ec078cef:tests/services/dicom/test_upload_processor.py:ipv4:174 |
101 | 82 |
|
102 | | -# Test files - test_storage.py |
103 | | -tests/services/test_storage.py:ipv4:38 |
104 | | -tests/services/test_storage.py:ipv4:41 |
105 | | -tests/services/test_storage.py:ipv4:53 |
106 | | -tests/services/test_storage.py:ipv4:56 |
107 | | -tests/services/test_storage.py:ipv4:90 |
108 | | -tests/services/test_storage.py:ipv4:108 |
| 83 | +# Commit 6e612df4d168fa8388ba7d6a5c6cd2428bb25767 |
| 84 | +6e612df4d168fa8388ba7d6a5c6cd2428bb25767:tests/integration/test_c_store_saves_metadata.py:ipv4:91 |
| 85 | +6e612df4d168fa8388ba7d6a5c6cd2428bb25767:tests/integration/test_c_store_saves_metadata.py:ipv4:108 |
| 86 | +6e612df4d168fa8388ba7d6a5c6cd2428bb25767:tests/services/dicom/test_c_store.py:ipv4:19 |
| 87 | +6e612df4d168fa8388ba7d6a5c6cd2428bb25767:tests/services/dicom/test_c_store.py:ipv4:62 |
0 commit comments