Skip to main content

Showing 1–2 of 2 results for author: Alimadadi, S

.
  1. A Study of Vulnerability Repair in JavaScript Programs with Large Language Models

    Authors: Tan Khang Le, Saba Alimadadi, Steven Y. Ko

    Abstract: In recent years, JavaScript has become the most widely used programming language, especially in web development. However, writing secure JavaScript code is not trivial, and programmers often make mistakes that lead to security vulnerabilities in web applications. Large Language Models (LLMs) have demonstrated substantial advancements across multiple domains, and their evolving capabilities indicat… ▽ More

    Submitted 19 March, 2024; originally announced March 2024.

    Comments: camera-ready version accepted to the short paper track at WWW'24

  2. arXiv:2110.14162  [pdf, ps, other

    cs.SE

    Stubbifier: Debloating Dynamic Server-Side JavaScript Applications

    Authors: Alexi Turcotte, Ellen Arteca, Ashish Mishra, Saba Alimadadi, Frank Tip

    Abstract: JavaScript is an increasingly popular language for server-side development, thanks in part to the Node.js runtime environment and its vast ecosystem of modules. With the Node.js package manager npm, users are able to easily include external modules as dependencies in their projects. However, npm installs modules with all of their functionality, even if only a fraction is needed, which causes an un… ▽ More

    Submitted 27 October, 2021; originally announced October 2021.

    Comments: 29 pages. This work has been submitted to the Journal on Empirical Software Engineering