简体   繁体   English

三星智能电视javascript应用程序安全性

[英]Samsung smart-TV javascript app security

Tried searching a lot for this, no luck so far. 试图为此寻找很多,到目前为止还没有运气。 Maybe someone has an idea about it, that would be appreciated. 也许有人对此有一个想法,将不胜感激。 When deploying a javascript/html app to the TV (SAMSUNG), is the code compiled somehow? 将javascript / html应用程序部署到电视(SAMSUNG)时,代码是否以某种方式编译? Can the user crawl into the code and change it? 用户可以爬入代码并进行更改吗? ( like doing with google chrome debugger ). (就像使用Google chrome调试器一样)。 I need some form of security / validation that is client sided, but I'm new with this and not sure if it's safe. 我需要客户端提供某种形式的安全性/验证,但是我对此并不陌生,不确定是否安全。 Best regards. 最好的祝福。

is the code compiled somehow? 代码是否以某种方式编译?

JavaScript is a runtime scripting language. JavaScript是一种运行时脚本语言。 It does not require compiling. 它不需要编译。

Can the user crawl into the code and change it? 用户可以爬入代码并进行更改吗?

Apparently there are JS consoles available, and the user might be able to use them to set up breakpoints or run JS commands on them using these. 显然有可用的JS控制台,用户也许可以使用它们来设置断点或使用它们在它们上运行JS命令。 See: 看到:

Perhaps you might want to start another question discussing your app and asking about the possible security options. 也许您可能想提出另一个问题来讨论您的应用并询问可能的安全选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM