Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.77 KB

index.md

File metadata and controls

41 lines (24 loc) · 1.77 KB
layout
custom

OpenScanHub is a service for static and dynamic analysis. By default it uses Cppcheck, ShellCheck, the static analyzers embedded in GCC and Clang, find-unicode-control, and the Gitleaks tool. Other tools for static and dynamic analysis can be enabled on demand while submitting an OpenScanHub scan.

OpenScanHub can analyze RPM packages and source code tarballs.

Key Features

  • It can perform differential scans i.e. compare newer version of a package with older version and report defects that were introduced in the newer version.
  • It is extensible through csmock plugins and can scan any type of source code.
  • It can collect reports from various analyzers at a single place.

Who should use it?

It can be used by any developer. It can help to improve security and stability of projects by finding defects in the source code.

Who uses it?

It is used inside Red Hat to scan releases of RHEL and a few other projects.

How to use it?

It is running as a Fedora service. Alternatively, you can use it on your local system by following the developer documentation.

Developers

Developer documentation can be found on GitHub.

Talks

Related Links

Code Scanning Utilities - csutils

Contacts

Questions can be discussed on the mailing list.