项目作者: nasa

项目描述 :
SCRUB is a platform for orchestration and aggregation of static code analysis tools.
高级语言: Python
项目地址: git://github.com/nasa/scrub.git
创建时间: 2021-06-03T17:57:22Z
项目社区:https://github.com/nasa/scrub

开源协议:Apache License 2.0

下载


CodeQL
Packaging
PyPI version shields.io

SCRUB

SCRUB is an orchestration and aggregation platform for static code analysis tools.

SCRUB allows users to run multiple static code analysis tools, collect the results, and export them to external tools. The results from each analyzer are post-processed to a standard warning format that provides information about the location of the warning as well as a brief description of the warning. These warnings can then reviewed and assessed by experienced developers to determine their merit.

A full description of the origins of SCRUB, written by the original author (Gerard Holzmann), can be found here.

SCRUB Documentation