Το έργο με τίτλο Demo: detecting third-party library problems with combined program analysis από τον/τους δημιουργό/ούς Ntousakis Grigorios, Ioannidis Sotirios, Vasilakis Nikos διατίθεται με την άδεια Creative Commons Αναφορά Δημιουργού 4.0 Διεθνές
Βιβλιογραφική Αναφορά
G. Ntousakis, S. Ioannidis and N. Vasilakis, “Demo: detecting third-party library problems with combined program analysis,” in Proceedings of the 2021 ACM SIGSAC Conference on Computer and Communications Security (CCS 2021), virtual event, 2021, pp. 2429–2431, doi: 10.1145/3460120.3485351.
https://doi.org/10.1145/3460120.3485351
Third-party libraries ease the software development process and thus have become an integral part of modern software engineering. Unfortunately, they are not usually vetted by human developers and thus are often responsible for introducing bugs, vulnerabilities, or attacks to programs that will eventually reach end-users. In this demonstration, we present a combined static and dynamic program analysis for inferring and enforcing third-party library permissions in server-side JavaScript. This analysis is centered around a RWX permission system across library boundaries. We demonstrate that our tools can detect zero-day vulnerabilities injected into popular libraries and often missed by state-of-the-art tools such as snyk test and npm audit.