Publications

You can also find my articles on my Google Scholar profile.

What’s in a Package? Getting Visibility Into Dependencies Using Security-Sensitive API Calls

Published in arxiv, 2024

We made a list of Security Sensitive APIs in Java using JDK documentation, past CVE fixes, and CWE examples. We then measured the prevalence of these Security-Sensitive API usage in our chosen 45 Java packages and in their dependencies. We finally conducted a developer survey to validate whether security-sensitive API information can be helpful in selecting dependencies.

Download Paper

How Quickly Do Developers Update Their Vulnerable Dependencies?

Published in arxiv, 2024

We quantified the updatedness of dependencies and updatedness of vulnerable dependencies in the context of open source dependencies in this project. The idea is very common in Reliability domain (e.g., Mean-Time-To-Update, Mean-Time-To-Repair, Mean-Time-To-Remediate). We did a large-scale study of our proposed update metrics in NPM, PyPI, and Cargo packages.

Download Paper