You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: findFunc.sh
+6-4
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@
7
7
input=$1#file with the list of functions
8
8
sourceCodePATH=$2#locate of the source code
9
9
output=$3# output path
10
+
timestamp=$(date +"%F-%T")
11
+
12
+
echo -e "This is an archive of dangerous programming functions known for causing security vulnerabilities in software\n $timestamp">>"$output/results-$timestamp.txt"
10
13
11
-
echo -e "This is an archive of dangerous programming functions known for causing security vulnerabilities in software\n">>"$output/results.txt"
0 commit comments