Skip to content

Commit 82ece43

Browse files
authored
Revise requirements and submission guide for v4
Updated minimum detection requirement and submission steps for AB Sniffer v4.
1 parent 482ee12 commit 82ece43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/challenge_templates/ab_sniffer_v4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Your SDK will be scored based on:
6565
- **Detection Accuracy**: Correctly identifying automation frameworks by name
6666
- **Consistency**: Maintaining accuracy across multiple test runs
6767
- **Coverage**: Number of frameworks successfully detected
68-
- **Minimum Requirement**: Must detect at least 2 of the 4 frameworks with 100% accuracy to qualify
68+
- **Minimum Requirement**: Must detect at least 7 frameworks with 100% accuracy to qualify
6969

7070
### Scoring System
7171

@@ -84,15 +84,15 @@ We maintain strict originality standards:
8484

8585
Follow 1~6 steps to submit your SDK.
8686

87-
1. **Navigate to the AB Sniffer v2 Commit Directory**
87+
1. **Navigate to the AB Sniffer v4 Commit Directory**
8888

8989
```bash
9090
cd redteam_core/miner/commits/ab_sniffer_v4
9191
```
9292

9393
2. **Build the Docker Image**
9494

95-
To build the Docker image for the AB Sniffer v2 submission, run:
95+
To build the Docker image for the AB Sniffer v4 submission, run:
9696

9797
```bash
9898
docker build -t my_hub/ab_sniffer_v4-miner:0.0.1 .

0 commit comments

Comments
 (0)