Commit 3c23c65
committed
deps: update challenge dependencies and incentive weights for historical fingerprinter and flowradar
1 parent 30b67c1 commit 3c23c65
4 files changed
Lines changed: 8 additions & 8 deletions
File tree
- src
- challenges
- redteam_core/challenge_pool
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
- AGENT.md+147
- CHANGELOG.md+8
- VERSION.txt+1-1
- compose.yml+1-1
- docs/release-notes.md+8
- examples/miner_commit/README.md+11
- skills/challenge-score/SKILL.md+108
- skills/challenge-score/scripts/check_score.py+92
- skills/challenge-setup/SKILL.md+119
- skills/challenge-setup/scripts/healthcheck.sh+28
- skills/challenge-setup/scripts/setup.sh+48
- skills/challenge-solver-guide/SKILL.md+151
- skills/challenge-solver-guide/references/do-and-dont.md+19
- skills/challenge-solver-guide/references/important-files.md+42
- src/flr_challenge/__version__.py+1-1
- src/flr_challenge/challenge/api/__version__.py+1-1
- volumes/configs/.ruff.toml+120
- volumes/storage/flowradar-challenge/data/MIT_network_flow_metrics.csv+51.9k
- volumes/storage/flowradar-challenge/data/metrics.csv+100.0k-51.9k
Submodule historical_fingerprinter updated 15 files
- CHANGELOG.md+11
- VERSION.txt+1-1
- compose.yml+1-1
- docs/release-notes.md+11
- examples/miner_commit/README.md+17-4
- examples/miner_commit/src/commit/__init__.py+5
- examples/miner_commit/src/commit/hashing.py+31
- examples/miner_commit/src/commit/linker.py+3-23
- examples/miner_commit/src/commit/metrics_collector.py-1
- src/hfp_challenge/__version__.py+1-1
- src/hfp_challenge/challenge/api/__version__.py+1-1
- src/hfp_challenge/challenge/fingerprinter/src/submissions/linker.py+4-1
- src/hfp_challenge/challenge_manager.py+1-1
- volumes/configs/.ruff.toml+120
- volumes/storage/historical_fingerprinter/data/metrics.csv+146-147
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments