From d865325b767a67e3bf2844a53ee4da7c8a01b44c Mon Sep 17 00:00:00 2001 From: mwaldrich <30734086+mwaldrich@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:37:23 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 210cb84..acbda3f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Augur** is a dynamic taint analysis for Node.js implemented in TypeScript using -[NodeProf](https://github.com/Haiyang-Sun/nodeprof.js). Augur is a clean-room -implementation of Ichnaea, the taint analysis described in the -[IEEE TSE paper: Platform-Independent Dynamic Taint Analysis for JavaScript](https://www.franktip.org/pubs/tse2020.pdf). +[NodeProf](https://github.com/Haiyang-Sun/nodeprof.js). Check out the [paper](https://dl.acm.org/doi/pdf/10.1145/3551349.3559522)! + +Augur builds upon the technique described in [Ichnaea](https://www.franktip.org/pubs/tse2020.pdf). It is more performant, supports the latest version of JavaScript, and is highly configurable to support any type of dynamic data-flow analysis. ---