README.md

kiskadee

kiskadee is a continuous static analysis tool which writes the analysis results into a firehose database.

Documentation

For more information on the project, installation or development environment setup, refer to the full kiskadee documentation.

There is an academic paper describing our work torwards ranking static analysis warnings, available here.

To build the documentation locally:

pip install -U sphinx sphinx\_rtd\_theme
cd doc
make html

Open the index.html file, inside the _build/html directory.

Repositories

kiskadee core and API development are hosted at pagure.

kiskadee frontend is hosted at pagure.

We maintain mirrors on gitlab and github since earlier development used both at some point for CI purposes. Do not open issues or pull requests on these mirrors.

kiskadee have a CI environment hosted at this url.

Ranking experiments

Data and information on ranking experiments for kiskadee's ranking module are available here.

Communication

Join us on IRC: #kiskadee @ freenode

Mailing list: kiskadee@googlegroups.com

You can subscribe to our mailing lists by sending an email to kiskadee+subscribe@googlegroups.com.

License

Copyright (C) 2017 the AUTHORS (see the AUTHORS file)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.