Skip to content

Commit 770d334

Browse files
authored
Merge pull request #187 from yzhang71/add_covsbom_issre_2024
Add covsbom paper - issre 2024
2 parents fb38dff + 57f5b92 commit 770d334

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_data/data.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,19 @@ publications:
13201320
### DO NOT FORGET TO ADD YOUR NEW TAG &XXXXXX TO THE ENTRIES AT THE BOTTOM ###
13211321
### IF YOU FORGET, YOUR ENTRIES WILL NOT SHOW UP ON THE SITE! ###
13221322

1323+
- &covsbom_issre_2024
1324+
anchor: covsbom_issre_2024
1325+
title: "CovSBOM: Enhancing Software Bill of Materials with Integrated Code Coverage Analysis"
1326+
authors:
1327+
- name: "Y. Zhao, Y. Zhang, D. Chacko, J. Cappos."
1328+
project:
1329+
booktitle: "The 35th IEEE International Symposium on Software Reliability Engineering (ISSRE 2023)"
1330+
year: "2024"
1331+
pages: ""
1332+
publisher: ""
1333+
link: "/papers/covsbom_issre_2024.pdf"
1334+
abstract: "The widespread integration of open-source software into commercial codebases, government systems, and critical infrastructure presents significant security challenges, particularly due to the inclusion of vulnerable components. Software Bills of Materials (SBOMs) are crucial for tracking these components; however, they lack detailed insights into the actual utilization of each component, thereby limiting their effectiveness in vulnerability management. This paper introduces CovSBOM, a novel tool that integrates code coverage analysis into SBOMs to provide enhanced transparency and facilitate precise vulnerability detection. CovSBOM addresses the gap between current SBOM and security scanning tools by providing detailed insights into which parts of third-party libraries are actually being used, thereby reducing inefficiencies and the misallocation of developer resources caused by overemphasizing irrelevant vulnerabilities. Through a comprehensive evaluation of 23 large-scale applications, encompassing 1,614 dependencies and 145 vulnerability alerts, CovSBOM has demonstrated a significant reduction in false positives, accurately identifying 105 such instances. This improvement enhances the precision of vulnerability detection by approximately 72%, while effectively maintaining a reasonable level of scalability and usability."
1335+
13231336
- &moore_artemis_2023
13241337
anchor: moore_artemis_2023
13251338
title: "Artemis: Defanging Software Supply Chain Attacks in Multi-repository Update Systems"
@@ -2954,6 +2967,7 @@ and the Debian popularity contest. Our tests found a total of 63 bugs in 31 appl
29542967
- type: Conference Papers
29552968
anchor: conference
29562969
publications:
2970+
- *covsbom_issre_2024
29572971
- *moore_artemis_2023
29582972
- *moore_port_icsoft_2022
29592973
- *moore_shuffle_ccsne_2022

papers/covsbom_issre_2024.pdf

688 KB
Binary file not shown.

0 commit comments

Comments
 (0)