Skip to content

Commit 57af0ec

Browse files
committed
fix: add term_sdk to allowed third-party modules whitelist
1 parent fdb56cf commit 57af0ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/config.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ impl Default for ModuleWhitelist {
9090

9191
let mut allowed_third_party = HashSet::new();
9292
for m in &[
93+
// Term SDK (official SDK for terminal challenge)
94+
"term_sdk",
95+
"term-sdk",
96+
"termsdk",
97+
// Common AI/ML libraries
9398
"numpy",
9499
"pandas",
95100
"requests",

0 commit comments

Comments
 (0)