Výsledky vyhľadávania - untrusted JavaScript code
Alternativne vyhľadávanie:
- untrusted JavaScript code »
-
1
A client‐server JavaScript code rewriting‐based framework to detect the XSS worms from online social network
ISSN: 1532-0626, 1532-0634Vydavateľské údaje: Hoboken Wiley Subscription Services, Inc 10.11.2019Vydané v Concurrency and computation (10.11.2019)“… This shifting is done for completely isolating the untrusted JavaScript code and data. The client‐side performs runtime monitoring of the dynamic JavaScript code to recognize the tainted flow of untrusted JavaScript variables…”
Získať plný text
Journal Article -
2
Jailed JavaScript library runs untrusted code safely in browsers, Node.js
Vydavateľské údaje: San Mateo Foundry 13.06.2016Vydané v InfoWorld.com (13.06.2016)“… ] Jailed, written by JavaScript developer Dmitry Prokashev, uses native JavaScript functions to load a set of JavaScript code into a sandboxed environment and export functions to the outside world…”
Získať plný text
Trade Publication Article -
3
Automated Analysis of Security-Critical JavaScript APIs
ISBN: 1457701472, 9781457701474ISSN: 1081-6011Vydavateľské údaje: IEEE 01.05.2011Vydané v 2011 IEEE Symposium on Security and Privacy (01.05.2011)“… To provide services ranging from maps to advertisements, Web applications may incorporate untrusted JavaScript code from third parties…”
Získať plný text
Konferenčný príspevok.. -
4
A Large Scale Analysis of Android — Web Hybridization
ISSN: 0164-1212Vydavateľské údaje: Elsevier Inc 01.12.2020Vydané v The Journal of systems and software (01.12.2020)“…Many Android applications embed webpages via WebView components and execute JavaScript code within Android…”
Získať plný text
Journal Article -
5
HybriDroid: Static analysis framework for Android hybrid applications
Vydavateľské údaje: ACM 01.09.2016Vydané v Proceedings of the 31st IEEE/ACM International Conference on Automated Software Engineering (01.09.2016)“… Moreover, because untrusted JavaScript code may access device-specific features via native code, hybrid apps may be vulnerable to various security attacks…”
Získať plný text
Konferenčný príspevok.. -
6
XSS-secure as a service for the platforms of online social network-based multimedia web applications in cloud
ISSN: 1380-7501, 1573-7721Vydavateľské údaje: New York Springer US 01.02.2018Vydané v Multimedia tools and applications (01.02.2018)“… It operates in two modes: training and detection mode. The former mode sanitizes the extracted untrusted variables of JavaScript code in a context-aware manner…”
Získať plný text
Journal Article -
7
Lightweight Enforcement of Fine-grained Security Policies for Untrusted Software
ISBN: 1392367204, 9781392367209Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.2011“…This thesis presents an innovative approach to implementing a security enforcement mechanism in the contexts of untrusted software systems, where a piece of code in a base system may come from an untrusted third party…”
Získať plný text
Dissertation -
8
LUDroid: A Large Scale Analysis of Android - Web Hybridization
ISSN: 2470-6892Vydavateľské údaje: IEEE 01.09.2019Vydané v Proceedings / IEEE International Working Conference on Source Code Analysis and Manipulation (01.09.2019)“…Many Android applications embed webpages via WebView components and execute JavaScript code within Android…”
Získať plný text
Konferenčný príspevok.. -
9
NodeXP: NOde.js server-side JavaScript injection vulnerability DEtection and eXPloitation
ISSN: 2214-2126Vydavateľské údaje: Elsevier Ltd 01.05.2021Vydané v Journal of information security and applications (01.05.2021)“…; Node.js is no exception, as Server-Side JavaScript Injection (SSJI) attacks are possible due to the use of vulnerable functions and neglecting to sanitize data input provided by untrusted sources…”
Získať plný text
Journal Article -
10
Language-Based Isolation of Untrusted JavaScript
ISBN: 076953712X, 9780769537122ISSN: 1063-6900Vydavateľské údaje: IEEE 01.07.2009Vydané v 2009 22nd IEEE Computer Security Foundations Symposium (01.07.2009)“… We study language-based methods for filtering and rewriting JavaScript code, using Yahoo…”
Získať plný text
Konferenčný príspevok.. -
11
Sandboxing Untrusted JavaScript
ISBN: 9798662531406Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.2013“… Such third-party content often comprises of executable code, commonly written in JavaScript, that runs together with Web site's code in the user's browser…”
Získať plný text
Dissertation -
12
A comparative analysis of Cross Site Scripting (XSS) detecting and defensive techniques
Vydavateľské údaje: IEEE 01.12.2017Vydané v ICICIS : 2017 eighth International Conference on Intelligent Computing and Information Systems : 5-7 December 2017 (01.12.2017)“… is written in JavaScript code and injected within untrusted input data on the web application…”
Získať plný text
Konferenčný príspevok.. -
13
Hunting for DOM-Based XSS vulnerabilities in mobile cloud-based online social network
ISSN: 0167-739X, 1872-7115Vydavateľské údaje: Elsevier B.V 01.02.2018Vydané v Future generation computer systems (01.02.2018)“… The online mode detects the injection of untrusted script content in the DOM tree generated at runtime…”
Získať plný text
Journal Article -
14
Detecting XSS Attack Using Principal Component Analysis And Naive Bayesian Techniques
ISSN: 1303-5150Vydavateľské údaje: Bornova Izmir NeuroQuantology 01.01.2022Vydané v NeuroQuantology (01.01.2022)“… This malicious script is made of JavaScript code and is injected into the web application's untrusted input data…”
Získať plný text
Journal Article -
15
InspectJS: Leveraging Code Similarity and User-Feedback for Effective Taint Specification Inference for JavaScript
Vydavateľské údaje: IEEE 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP) (01.05.2022)“… Taint analysis in particular is a very general and powerful technique, where security policies are expressed in terms of forbidden flows, either from untrusted input sources to sensitive sinks…”
Získať plný text
Konferenčný príspevok.. -
16
Dynamic information flow analysis for JavaScript in a web browser
ISBN: 9781303020971, 1303020971Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.2013“…JavaScript has become a central technology of the web, but it is also the source of many security problems, including cross-site scripting attacks and malicious advertising code…”
Získať plný text
Dissertation -
17
WebC: toward a portable framework for deploying legacy code in web browsers
ISSN: 1674-733X, 1869-1919Vydavateľské údaje: Beijing Science China Press 01.07.2015Vydané v Science China. Information sciences (01.07.2015)“…For security, most web applications are developed in some type-safe language, such as JavaScript or Java…”
Získať plný text
Journal Article -
18
A Large Scale Analysis of Android-Web Hybridization
ISSN: 2331-8422Vydavateľské údaje: Ithaca Cornell University Library, arXiv.org 05.08.2020Vydané v arXiv.org (05.08.2020)“…Many Android applications embed webpages via WebView components and execute JavaScript code within Android…”
Získať plný text
Paper -
19
CSSXC: Context-sensitive Sanitization Framework for Web Applications against XSS Vulnerabilities in Cloud Environments
ISSN: 1877-0509, 1877-0509Vydavateľské údaje: Elsevier B.V 2016Vydané v Procedia computer science (2016)“… the sanitizers on the untrusted variables of web application. The XSS attack mitigation capability of our framework was evaluated on web applications deployed for the cloud users in the cloud environment…”
Získať plný text
Journal Article -
20
ESFuzzer: An Efficient Way to Fuzz WebAssembly Interpreter
ISSN: 2079-9292, 2079-9292Vydavateľské údaje: Basel MDPI AG 01.04.2024Vydané v Electronics (Basel) (01.04.2024)“… This enables the execution of untrusted code in a web browser without compromising the security and integrity of the user’s system…”
Získať plný text
Journal Article

