6 python3.pkgs.buildPythonApplication rec {
11 url = "https://dwheeler.com/flawfinder/flawfinder-${version}.tar.gz";
12 sha256 = "sha256-/lUJgdNwq/oKKWcTRswLA4Ipqb2QsjnqsPAfEiEt9hg=";
15 # Project is using a combination of bash/Python for the tests
18 pythonImportsCheck = [ "flawfinder" ];
21 description = "Tool to examines C/C++ source code for security flaws";
22 mainProgram = "flawfinder";
23 homepage = "https://dwheeler.com/flawfinder/";
24 license = with licenses; [ gpl2Only ];
25 maintainers = with maintainers; [ fab ];
26 platforms = platforms.all;