You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,58 @@ All 6 platforms build successfully:
30
30
31
31
## Unreleased
32
32
33
+
## [2.0.35] - 2026-01-02
34
+
35
+
### Raouf: Web App Red Team - Move to Scanner Page
36
+
37
+
**Date:** 2026-01-02 (Australia/Sydney)
38
+
**Scope:** Web App ONLY – Moved Red Team panel from settings to scanner page, matching desktop app UX
39
+
40
+
#### Problem
41
+
Web app Red Team mode was buried in settings page, unlike desktop app which shows it prominently at top of scanner page. This made it harder for judges to quickly test scenarios during evaluation.
42
+
43
+
#### Solution
44
+
1.**Moved Red Team panel** from `onboarding.html` (settings) to `scanner.html` (scan page)
45
+
2.**Added panel at top** of scanner page, above camera viewport (matching desktop layout)
46
+
3.**Implemented dynamic chips** with 11 attack scenarios from common module
47
+
4.**Added category-specific styling** with colors matching desktop app:
48
+
- Homograph: Red/pink
49
+
- IP Obfuscation: Orange
50
+
- Suspicious TLD: Pink
51
+
- Nested Redirect: Purple
52
+
- Brand Impersonation: Blue
53
+
- URL Shortener: Cyan
54
+
- Safe Control: Green
55
+
5.**Added horizontal scrolling** with hidden scrollbar for smooth navigation
56
+
6.**Implemented click handlers** that bypass camera and directly analyze malicious URLs
57
+
58
+
#### Files Modified
59
+
| File | Change |
60
+
|------|--------|
61
+
|`scanner.html`| Added Red Team panel HTML (25 lines) after page-header |
62
+
|`scanner.css`| Added Red Team styles (190+ lines) with animations and light mode support |
0 commit comments