Problem
The kotlin ecosystem domain allowlist is missing domains required for Kotlin/JetBrains dependency resolution:
packages.jetbrains.team — JetBrains package repository for Kotlin libraries
download.jetbrains.com — JetBrains binary downloads (Kotlin compiler, IntelliJ artifacts)
maven.pkg.jetbrains.space — JetBrains Space Maven repository
Kotlin projects that depend on JetBrains-published artifacts fail to resolve dependencies when running inside the AWF firewall.
Suggested Fix
Add to the kotlin ecosystem domains:
packages.jetbrains.team
download.jetbrains.com
maven.pkg.jetbrains.space
Impact
Affects Kotlin projects using JetBrains-published libraries (coroutines, serialization, Ktor, Compose, etc.).
Problem
The
kotlinecosystem domain allowlist is missing domains required for Kotlin/JetBrains dependency resolution:packages.jetbrains.team— JetBrains package repository for Kotlin librariesdownload.jetbrains.com— JetBrains binary downloads (Kotlin compiler, IntelliJ artifacts)maven.pkg.jetbrains.space— JetBrains Space Maven repositoryKotlin projects that depend on JetBrains-published artifacts fail to resolve dependencies when running inside the AWF firewall.
Suggested Fix
Add to the
kotlinecosystem domains:Impact
Affects Kotlin projects using JetBrains-published libraries (coroutines, serialization, Ktor, Compose, etc.).