-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcurrentIssues.html
63 lines (62 loc) · 2.57 KB
/
currentIssues.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf8">
<title>Flawfinder Results</title>
<meta name="author" content="David A. Wheeler">
<meta name="keywords" lang="en" content="flawfinder results, security scan">
</head>
<body>
<h1>Flawfinder Results</h1>
Here are the security scan results from
<a href="https://dwheeler.com/flawfinder">Flawfinder version 2.0.11</a>,
(C) 2001-2019 <a href="https://dwheeler.com">David A. Wheeler</a>.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
<p>
Examining src/main.cpp <br>
Examining src/handlers/emotions/ned.hpp <br>
Examining src/handlers/heartrate/rppg.hpp <br>
Examining src/handlers/text/afinn.hpp <br>
Examining src/handlers/voice/whisper.hpp <br>
Examining src/handlers/voice/common-sdl.cpp <br>
Examining src/handlers/voice/common.cpp <br>
Examining src/handlers/voice/common.h <br>
Examining src/handlers/voice/common-sdl.h <br>
Examining src/handlers/handlers.hpp <br>
Examining src/backends/patterns/psyche/emovaluation.hpp <br>
Examining src/backends/patterns/patterns.hpp <br>
Examining src/backends/gameplay/movements/tactics/action.hpp <br>
Examining src/backends/gameplay/movements/tactics/collector.hpp <br>
Examining src/backends/gameplay/movements/moves.hpp <br>
Examining src/backends/gameplay/gameplay.hpp <br>
Examining src/backends/responder/responder.cpp <br>
Examining src/backends/converter/matrix.hpp <br>
Examining src/backends/regression.hpp <br>
Examining src/backends/decisiontree.hpp <br>
Examining src/tools/image_smoothing.hpp <br>
Examining src/tools/motion_blur.hpp <br>
<h2>Final Results</h2>
<ul>
<li>File Read "results" are a false positive. The program is reading directly from the camera: <code>camera.open(0);</code>
</ul>
<h2>Analysis Summary</h2>
<p>
Hits = 12
<br>
Lines analyzed = 2557 in approximately 0.02 seconds (111071 lines/second)
<br>
Physical Source Lines of Code (SLOC) = 1860
<br>
Hits@level = [0] 23 [1] 2 [2] 10 [3] 0 [4] 0 [5] 0 <br>
Hits@level+ = [0+] 35 [1+] 12 [2+] 10 [3+] 0 [4+] 0 [5+] 0 <br>
Hits/KSLOC@level+ = [0+] 18.8172 [1+] 6.45161 [2+] 5.37634 [3+] 0 [4+] 0 [5+] 0 <br>
Minimum risk level = 1
<br>
Not every hit is necessarily a security vulnerability.
<br>
There may be other security vulnerabilities; review your code!
<br>
See '<a href="https://dwheeler.com/secure-programs">Secure Programming HOWTO</a>'
(<a href="https://dwheeler.com/secure-programs">https://dwheeler.com/secure-programs</a>) for more information.
</body>
</html>