TPTBusiness
|
9925b3132c
|
fix: Resolve security vulnerabilities (Dependabot + Code Scanning)
npm vulnerabilities fixed (4 → 0):
- vite: 8.0.x → 6.4.2 (Path Traversal, File Read bypass)
- micromatch: Added override to ^4.0.8 (ReDoS)
- braces: Already overridden to ^3.0.3
- lodash/lodash-es: Already overridden to ^4.18.0
- postcss: Already overridden to ^8.4.31
- picomatch: Already overridden to ^4.0.4
.bandit.yml restored to root:
- Security scanning configuration for pre-commit hooks
- Proper skips for false positives and intentional patterns
Result: 0 npm vulnerabilities, 0 bandit issues
|
2026-04-09 15:21:43 +02:00 |
|
TPTBusiness
|
e0a5e6d86c
|
chore: Clean up root directory - move generated files to proper locations
Moved from root to results/:
- 45+ fin_quant_run*.log files (30+ GB total) → results/logs/
- selector.log → results/logs/
- .coverage → results/
- data_raw/ → results/
- .env.backup, .env.local → results/
- log/ → results/
- pickle_cache/ → results/
- predix.egg-info/ → results/
- prompt_cache.db → results/
- intraday_pv_*.h5 → git_ignore_folder/
Updated .gitignore:
- *.log, fin_quant*.log
- .coverage, htmlcov/
- ..bfg-report/
- .env.backup, .env.local
- data_raw/
- *.h5, intraday_pv*.h5
- pickle_cache/, predix.egg-info/, __pycache__/
- log/, prompt_cache.db, strategies_new/
Root directory: 53 files → 44 files (clean)
|
2026-04-09 14:42:25 +02:00 |
|