DOI QR코드

DOI QR Code

CDLint: A Cloud Service for Dynamic Analysis of JavaScript Code

  • Liu, Xiao (Dept. of Electrical and Computer Engineering, Pusan National University) ;
  • Woo, Gyun (Dept. of Electrical and Computer Engineering, Pusan National University)
  • 류샤오 (부산대학교 전기전자컴퓨터공학과) ;
  • 우균 (부산대학교 전기전자컴퓨터공학과)
  • Published : 2017.04.27

Abstract

This paper presents a cloud service called CDLint for checking and analyzing the Javascript code dynamically. The correctness of Javascript code is becoming more important since it can also run on the server side as well as the client side. There are several analysis systems for checking the bad code in JavaScript but they seem like have one or more weaknesses. CDLint is developed based on an existing work named DLint which is a powerful bad JavaScript checker. Compared with similar systems, CDLint shows the best performances with respect to the system extensibility, the freedom to use without installation, the automatic parsing of JavaScript code from website, and the environment configuration for JavaScript code checking.

Keywords