on <#C0BT46EL8|> there's a question about limiting...
# kotlin-website
p
on #C0BT46EL8 there's a question about limiting access to some host if compiling and running scripts: https://kotlinlang.slack.com/archives/C0BT46EL8/p1730717817916209 . I think this problem is also relevant to Kotlin Playground since SecurityManager has been deprecated since Java 17 (https://stackoverflow.com/a/75242941). We're wondering if JetBrains is looking at an alternative way to implement access limiting on Playground that could be mimicked in other similar scenarios
n
Hi Piotr! Yes, you are right. The issue is applicable to the Compiler-Server. We've been thinking about SecurityManager since we have some limitations due to it, and the deprecation will force us to come to a solution faster :) Though we can stay for a while on Java 17, there's no pressure to solve it ASAP.
👍 1