Skip to content

Commit a443155

Browse files
oleglazariclaude
andcommitted
fix: add Imagine RIT exercises to unit and track registries
The imagine-rit exercises were added to ALL_EXERCISES but not assigned to a unit, causing the registry integrity test to fail in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5266c44 commit a443155

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/exercises/registry.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ export const UNITS: Unit[] = [
8787
{ id: 'unit20-teaching-gaps', name: 'Exploitation Techniques', exerciseIds: ['gap-111', 'gap-112', 'gap-113', 'gap-114', 'gap-115'] },
8888
// Challenges
8989
{ id: 'unit10-challenges', name: 'CTF Lab', exerciseIds: ['ctf-47', 'ctf-48', 'ctf-49', 'ctf-50', 'ctf-51', 'ctf-52'] },
90+
// Imagine RIT
91+
{ id: 'imagine-rit', name: 'Imagine RIT', exerciseIds: ['rit-01', 'rit-02', 'rit-03', 'rit-04', 'rit-rop'] },
9092
];
9193

9294
export const TRACKS: Track[] = [
@@ -101,6 +103,7 @@ export const TRACKS: Track[] = [
101103
{ id: 'glibc-bypass', name: 'glibc Bypasses', unitIds: ['unit19-glibc-bypass'] },
102104
{ id: 'techniques', name: 'Exploitation Techniques', unitIds: ['unit20-teaching-gaps'] },
103105
{ id: 'challenges', name: 'Challenges', unitIds: ['unit10-challenges'] },
106+
{ id: 'imagine-rit', name: 'Imagine RIT', unitIds: ['imagine-rit'] },
104107
];
105108

106109
export const BADGES: Badge[] = [

0 commit comments

Comments
 (0)