Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/kdewebkit-5.74.0/src/kwebview.cpp
Examining data/kdewebkit-5.74.0/src/kwebpluginfactory.h
Examining data/kdewebkit-5.74.0/src/kwebview_p.h
Examining data/kdewebkit-5.74.0/src/kwebview.h
Examining data/kdewebkit-5.74.0/src/kwebpage.cpp
Examining data/kdewebkit-5.74.0/src/kwebpluginfactory.cpp
Examining data/kdewebkit-5.74.0/src/kgraphicswebview.h
Examining data/kdewebkit-5.74.0/src/kwebwallet.cpp
Examining data/kdewebkit-5.74.0/src/kwebpage.h
Examining data/kdewebkit-5.74.0/src/kwebwallet.h
Examining data/kdewebkit-5.74.0/src/kgraphicswebview.cpp

FINAL RESULTS:

data/kdewebkit-5.74.0/src/kwebpage.cpp:551:30:  [2] (misc) open:
  Check when opening files - can an attacker redirect it (via symlinks),
  force the opening of special file type (e.g., device files), move things
  around to create a race condition, control its ancestors, or change its
  contents? (CWE-362).
                    tempFile.open();

ANALYSIS SUMMARY:

Hits = 1
Lines analyzed = 2998 in approximately 0.14 seconds (20679 lines/second)
Physical Source Lines of Code (SLOC) = 1442
Hits@level = [0]   0 [1]   0 [2]   1 [3]   0 [4]   0 [5]   0
Hits@level+ = [0+]   1 [1+]   1 [2+]   1 [3+]   0 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 0.693481 [1+] 0.693481 [2+] 0.693481 [3+]   0 [4+]   0 [5+]   0
Dot directories skipped = 1 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.