Essays about: "Node.js"

Showing result 1 - 5 of 58 essays containing the word Node.js.

  1. 1. Dasty : Revealing Real-World Prototype Pollution Consequences with Dynamic Taint Analysis

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Paul Moosbrugger; [2023]
    Keywords : Prototype Pollution Gadgets; Dynamic Taint Analysis; Forced Branch Execution; NodeProf Instrumentation; Truffle GraalJS;

    Abstract : Prototype pollution is a vulnerability in JavaScript and other prototype-based languages that allows malicious actors to inject a property into an object’s prototype. The injected property can subsequently trigger gadgets - source code sections that use the properties in sensitive locations. READ MORE

  2. 2. Detection of Prototype Pollution Using Joern : Joern’s Detection Capability Compared to CodeQL’s

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Tobias Fröberg; [2023]
    Keywords : CodeQL; Computer security; JavaScript; Joern; Prototype pollution; Vulnerability detection; CodeQL; Datorsäkerhet; JavaScript; Joern; Prototypförorening; Sårbarhetsdetektering;

    Abstract : JavaScript-built programs are widely used by the general public, but they are also vulnerable to JavaScript-related exploits stemming from the newly discovered prototype pollution vulnerability. Research has been focused on understanding the impact of this vulnerability and finding ways to detect it using code analysis tools. READ MORE

  3. 3. Comparing performance and developer experience for a serverless application integrated with a serverless database

    University essay from Uppsala universitet/Datalogi

    Author : Leonora Stiernborg; [2023]
    Keywords : serverless cloud computing faas;

    Abstract : Cloud computing has introduced a paradigm shift in the information technology sector by enabling the user to access computing resources over the internet. Serverless is a new cloud computing technology that has gained significant popularity for the deployment of services and applications. READ MORE

  4. 4. Implementation of a Python library for offline utilisation of the VirtualChemistry webserver

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Yasmine Odelbrink; [2023]
    Keywords : ;

    Abstract : This thesis discusses the implementation of a Python library, developed to provide an offline alternative to the VirtualChemistry.org website. The Python library interacts with a REST API that allows access to the Alexandria database used in VirtualChemistry.org. READ MORE

  5. 5. Performance comparison of REST vs GraphQL in different web environments : Node.js and Python

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Edward Nilsson; Dennis Demir; [2023]
    Keywords : API; Web Development; Performance; REST; GraphQL; Node.js; Python;

    Abstract : Application Programming Interfaces (APIs) are still relevant today in most modernweb applications. Some studies have compared the performance of RepresentationState Transfer (REST) and GraphQL in order to assess scenarios in which one out-performs the other. READ MORE