Skip to content

Commit cda234e

Browse files
committed
feat: updating challenge version
1 parent eaa3582 commit cda234e

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pydantic[email,timezone]>=2.0.3,<3.0.0
1010
pydantic-settings>=2.8.1,<3.0.0
1111
GitPython~=3.1.44
1212
ab_sniffer @ git+https://github.com/RedTeamSubnet/ab-sniffer-challenge.git@v5.0.2
13-
ada_detection @ git+https://github.com/RedTeamSubnet/ada-detection-challenge.git@v1.0.2
13+
ada_detection @ git+https://github.com/RedTeamSubnet/ada-detection-challenge.git@v2.0.0

src/redteam_core/challenge_pool/active_challenges.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ada_detection_v2:
22
name: "ada_detection_v2"
33
description: "Detect anti-detect automation frameworks"
44
challenge_incentive_weight: 0.6
5-
challenge_image: "redteamsubnet61/ada_detection:v1.0.0-251215"
5+
challenge_image: "redteamsubnet61/ada_detection:v2.0.0-260214"
66
target: ada_detection.controller.AADController
77
challenge_manager: ada_detection.challenge_manager.AADChallengeManager
88
script_path_identifier: "detection_files"
@@ -46,8 +46,6 @@ ada_detection_v2:
4646
resource_limits:
4747
num_cpus: 4
4848
mem_limit: "12g"
49-
environment:
50-
ENV: "PRODUCTION"
5149

5250
ab_sniffer_v5:
5351
name: "ab_sniffer_v5"

0 commit comments

Comments
 (0)