Commit 1766844
authored
Configure Dependabot to target develop branch (#54)
* fix: resolve 30 CodeQL alerts - Remove unused imports/variables, fix empty excepts, improve file permissions
- Remove unused global variable (PathT) in path_security.py
- Remove abstract method ellipsis statements in base_handler.py
- Remove unused imports: Path from diff.py, struct from ole_handler.py, Any from office_handler.py, io from image_handler.py, os/Any from routes.py, tempfile from test_path_security.py, io/tempfile from test_handlers.py, pytest from test_registry.py, pytest from conftest.py
- Replace empty except blocks with continue statements in office_handler.py, filesystem_handler.py, routes.py
- Fix overly permissive file in test_path_security.py by using mode=0o700 for directory creation
- Fix unused local variables: captured_temp_path in test_path_security.py, useCallback from App.jsx, useCallback from FilePanel.jsx, SortIcon component in FilePanel.jsx
* fix: correct CodeQL resolution defects - Restore Any import, fix continue outside loops, remove unused TypeVar
* ci: trigger CodeQL rescan
* fix: resolve remaining 10 CodeQL alerts - Correct PR #53 merge issues
* chore: configure dependabot to target develop branch for version updates
- Add target-branch: develop to all 3 package ecosystems (pip, npm electron, npm frontend)
- Add rebase-strategy: auto for automatic conflict resolution
- Preserve existing labels for better PR organization
- NOTE: Security updates will still target main (GitHub limitation)
- See docs for details on managing existing open PRs1 parent 6d6551e commit 1766844
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
16 | 29 | | |
17 | 30 | | |
18 | 31 | | |
| |||
29 | 42 | | |
30 | 43 | | |
31 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments