From 008db0e78a96cad5c3b9c907d9ce70475812383d Mon Sep 17 00:00:00 2001
From: Siddharth Muralee
ARGUS not only outperforms existing pattern-based vulnerability scanners but also underscores the necessity of taint analysis for effective vulnerability detection. The development and implementation of ARGUS represent a significant stride towards enhancing the security of GitHub Actions and CI/CD pipelines at large.
+ GitHub published a blog post about our findings and also mentioned our tool. We are grateful for the support provided by them throughout our research.
+
Our tool is opensourced on GitHub. Please check out the repository for more details.
ARGUS not only outperforms existing pattern-based vulnerability scanners but also underscores the necessity of taint analysis for effective vulnerability detection. The development and implementation of ARGUS represent a significant stride towards enhancing the security of GitHub Actions and CI/CD pipelines at large.
+ GitHub published a blog post about our findings and also mentioned our tool. We are grateful for the support provided by them throughout our research.
+
Our tool is opensourced on GitHub. Please check out the repository for more details.
diff --git a/materials.html b/materials.html
index b3c2521..e8b1ea5 100644
--- a/materials.html
+++ b/materials.html
@@ -41,8 +41,8 @@ ARGUS Overview
Github's Blog
+ Code
Bibtex
@inproceedings{muralee2023Argus,
title={ARGUS: A Framework for Staged Static Taint Analysis of GitHub Workflows and Actions},
diff --git a/index.html b/index.html
index df983b5..63281f4 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,11 @@
ARGUS Overview
Github's Blog
+ Code
Materials
Usenix Security'23 Paper: "ARGUS: A Framework for Staged Static Taint Analysis of GitHub Workflows and Actions".