Concolic Testing of JavaScript using Sparkplug

Zhe Li,Fei Xie
DOI: https://doi.org/10.48550/arxiv.2405.06832
2024-05-10
Software Engineering
Abstract:JavaScript is prevalent in web and server apps, handling sensitive data. JS testing methods lag behind other languages. Insitu concolic testing for JS is effective but slow and complex. Our method enhances tracing with V8 Sparkplug baseline compiler and remill libraries for assembly to LLVM IR conversion. Evaluation on 160 Node.js libraries reveals comparable coverage and bug detection in significantly less time than the in-situ method.
What problem does this paper attempt to address?