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/peony-extensions-3.0.1/peony-admin/admin-menu-plugin.h
Examining data/peony-extensions-3.0.1/peony-admin/admin-menu-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-menu-plugin-mate-terminal/peony-menu-plugin-mate-terminal_global.h
Examining data/peony-extensions-3.0.1/peony-menu-plugin-mate-terminal/mate-terminal-menu-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-menu-plugin-mate-terminal/mate-terminal-menu-plugin.h
Examining data/peony-extensions-3.0.1/peony-engrampa-menu-plugin/peony-engrampa-menu-plugin_global.h
Examining data/peony-extensions-3.0.1/peony-engrampa-menu-plugin/engrampa-menu-plugin.h
Examining data/peony-extensions-3.0.1/peony-engrampa-menu-plugin/engrampa-menu-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-set-wallpaper/set-wallpaper-plugin.h
Examining data/peony-extensions-3.0.1/peony-set-wallpaper/set-wallpaper-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-set-wallpaper/peony-set-wallpaper_global.h
Examining data/peony-extensions-3.0.1/peony-share/share-properties-page-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-share/net-usershare-helper.cpp
Examining data/peony-extensions-3.0.1/peony-share/share-page.cpp
Examining data/peony-extensions-3.0.1/peony-share/share-properties-page-plugin.h
Examining data/peony-extensions-3.0.1/peony-share/net-usershare-helper.h
Examining data/peony-extensions-3.0.1/peony-share/share-page.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/peony-computer-view-plugin.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/abstract-computer-item.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-network-item.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-remote-volume-item.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-proxy-model.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-volume-item.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-model.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-volume-item.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-proxy-model.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-personal-item.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-item-delegate.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-personal-item.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-item-delegate.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-view.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-model.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-network-item.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/abstract-computer-item.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-remote-volume-item.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view/computer-view.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/login-remote-filesystem.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view-container.cpp
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/login-remote-filesystem.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/computer-view-container.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/peony-extension-computer-view_global.h
Examining data/peony-extensions-3.0.1/peony-extension-computer-view/peony-computer-view-plugin.h

FINAL RESULTS:

data/peony-extensions-3.0.1/peony-admin/admin-menu-plugin.cpp:44:66:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    bool b_load = t->load(":/translations/peony-admin_"+QLocale::system().name());
data/peony-extensions-3.0.1/peony-admin/admin-menu-plugin.cpp:46:55:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    QFile file(":/translations/peony-admin_"+QLocale::system().name()+".ts");
data/peony-extensions-3.0.1/peony-engrampa-menu-plugin/engrampa-menu-plugin.cpp:40:42:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    qDebug()<<"system().name:"<<QLocale::system().name();
data/peony-extensions-3.0.1/peony-engrampa-menu-plugin/engrampa-menu-plugin.cpp:41:98:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    qDebug()<<"\n\n\n\n\n\n\ntranslate:"<<t->load(":/translations/peony-engrampa-menu_"+QLocale::system().name());
data/peony-extensions-3.0.1/peony-extension-computer-view/peony-computer-view-plugin.cpp:33:57:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    t->load(":/peony-extension-computer-view_"+QLocale::system().name());
data/peony-extensions-3.0.1/peony-menu-plugin-mate-terminal/mate-terminal-menu-plugin.cpp:47:108:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    qDebug()<<"\n\n\n\n\n\n\ntranslate:"<<t->load(":/translations/peony-mate-terminal-extension_"+QLocale::system().name());
data/peony-extensions-3.0.1/peony-set-wallpaper/set-wallpaper-plugin.cpp:44:77:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    QString path = ":/translations/peony-set-wallpaper-extension_"+QLocale::system().name();
data/peony-extensions-3.0.1/peony-set-wallpaper/set-wallpaper-plugin.cpp:45:51:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    qDebug()<<"system().name and path:"<<QLocale::system().name() << path;
data/peony-extensions-3.0.1/peony-share/share-properties-page-plugin.cpp:50:127:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    qDebug()<<"\n\n\n\n\n\n\n SharePropertiesPagePlugin translate:"<<t->load(":/translations/peony-share-extension_"+QLocale::system().name());
data/peony-extensions-3.0.1/peony-share/share-properties-page-plugin.cpp:51:65:  [4] (shell) system:
  This causes a new program to execute and is difficult to use safely
  (CWE-78). try using a library call that implements the same functionality
  if available.
    QFile file(":/translations/peony-share-extension_"+QLocale::system().name()+".ts");

ANALYSIS SUMMARY:

Hits = 10
Lines analyzed = 4380 in approximately 0.13 seconds (34139 lines/second)
Physical Source Lines of Code (SLOC) = 2721
Hits@level = [0]   0 [1]   0 [2]   0 [3]   0 [4]  10 [5]   0
Hits@level+ = [0+]  10 [1+]  10 [2+]  10 [3+]  10 [4+]  10 [5+]   0
Hits/KSLOC@level+ = [0+] 3.67512 [1+] 3.67512 [2+] 3.67512 [3+] 3.67512 [4+] 3.67512 [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.