Commit Graph

5 Commits

Author SHA1 Message Date
TPTBusiness e4aea618b8 fix: bump axios 1.15.2→1.16.0, postcss 8.4.31→8.5.14 (Dependabot CVEs) 2026-05-10 22:16:09 +02:00
dependabot[bot] fddc472e16 chore(deps): Bump axios from 1.15.0 to 1.15.2 in /web (#55)
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.15.0...v1.15.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-05 07:22:00 +02:00
dependabot[bot] 009f18eb46 chore(deps): Bump axios from 1.14.0 to 1.15.0 in /web
Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 10:09:37 +00:00
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