The project is in a healthy, maintained state
Pronto runner for flawfinder.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 12.0.0
 Project Readme

Pronto runner for flawfinder

Pronto runner for flawfinder, command-line program that examines C/C++ source code and reports possible security weaknesses.

What is Pronto?

Usage

  • gem install pronto-flawfinder
  • pronto run
  • PRONTO_FLAWFINDER_OPTS="--minlevel 3" pronto run for passing CLI options to flawfinder

Contribution Guidelines

Installation

git clone this repo and cd pronto-flawfinder

Ruby

rbenv install 3.1.0 # or newer
rbenv global 3.1.0 # or make it project specific
gem install bundle
bundle install

Make your changes

git checkout -b <new_feature>
# make your changes
bundle exec rspec
gem build pronto-flawfinder.gemspec
gem install pronto-flawfinder-<current_version>.gem
pronto run --unstaged

Changelog

0.1.0 Initial public version.