[tor-commits] [tor-browser-spec/master] Add rust symbols in audit script

gk at torproject.org gk at torproject.org
Tue Dec 1 21:24:01 UTC 2020


commit 033222ab1543cd4dae20fc8c40f5a1449cd3dd17
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Wed Nov 25 17:20:39 2020 +0000

    Add rust symbols in audit script
---
 audits/java_audit.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/audits/java_audit.sh b/audits/java_audit.sh
index 3e94fa3..51c9bf4 100644
--- a/audits/java_audit.sh
+++ b/audits/java_audit.sh
@@ -53,6 +53,13 @@ KEYWORDS+=(ActivityHandlerHelper.startIntentAndCatch)
 KEYWORDS+=(AppLinksInterceptor)
 KEYWORDS+=(AppLinksUseCases)
 
+# Rust symbols
+KEYWORDS+=("connect\(")
+KEYWORDS+=("recvmsg\(")
+KEYWORDS+=("sendmsg\(")
+KEYWORDS+=("::post\(")
+KEYWORDS+=("::get\(")
+
 cd $REPO_DIR
 #function join_by { local d=$1; shift; local f=$1; shift; printf %s "$f" "${@/#/ $d}"; }
 #GREP_LINE="$(join_by \-G ${KEYWORDS[@]})"





More information about the tor-commits mailing list