Skip to content

Commit 7f34a22

Browse files
committed
fix: Update historical fingerprinter version and challenge image in configuration
1 parent 5449aae commit 7f34a22

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ python-dotenv>=1.0.1,<2.0.0
77
pydantic[email,timezone]>=2.0.3,<3.0.0
88
pydantic-settings>=2.8.1,<3.0.0
99
dev_fingerprinter @ git+https://github.com/RedTeamSubnet/dev-fingerprinter-challenge.git@v2.0.1
10-
historical_fingerprinter @ git+https://github.com/RedTeamSubnet/historical-fingerprinter-challenge.git@v0.0.3
10+
historical_fingerprinter @ git+https://github.com/RedTeamSubnet/historical-fingerprinter-challenge.git@v1.0.1

src/redteam_core/challenge_pool/active_challenges.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ historical_fingerprinter_v1:
22
name: "historical_fingerprinter_v1"
33
description: "Detect anti-detect automation frameworks"
44
challenge_incentive_weight: 0.6
5-
challenge_image: "redteamsubnet61/historical_fingerprinter:0.0.4"
5+
challenge_image: "redteamsubnet61/historical_fingerprinter:1.0.1"
66
target: hfp_challenge.controller.HFPController
77
challenge_manager: hfp_challenge.challenge_manager.HFPChallengeManager
88
script_path_identifier: "commit_files"

0 commit comments

Comments
 (0)