Cyber security

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with different security tools. SecHub supports many free and open-source as well as proprietary security tools.

SecHub Features:

  • Easy to use
  • Scan using one API/client
  • Single human readable report
  • Mark findings as false-positive
  • Supports many security tools
  • Provides IDE and text editor plugins

Supported Security Tools:

  • Code scanners
  • Secrets scanners
  • Web scanners
  • Infrastructure scanners
  • License scanners

Getting Started

Documentation

Introduction

SecHub orchestrates various security and vulnerability scanners which can find potential vulnerabilities in sourcecode, binaries or web applications.

This enables security, development and operation teams to review and fix security issues. As a result, SecHub improves application security.

SecHub basic architecture overview

                                                   +--------------+
                                              +--> | PDS + Tool A |
                                              |    +--------------+
+--------+                     +---------+    |
| SecHub | ---- scan data ---> | SecHub  | <--+
| Client | <---- report ------ |   API   | <--+
+--------+                     +---------+    |
                                              |    +--------------+
                                              +--> | PDS + Tool B |
                                                   +--------------+

The objective of SecHub is to help secure the software development lifecyle (SDLC) phases: development, deployment and maintenance.

From the first written line of code to the application being in production. SecHub can be used to scan the software continuously.

The security tools are categorized into modules which are named after the security testing method they perform: codeScan, licenseScan, secretScan, webScan etc.

NoteThe terms SAST (Static Application Security Testing) and DAST (Dynamic Application Security Testing) are intentionally not used for the module names, because the designers feel those terms are vague and difficult to understand for non-security experts. On the other hand, security experts can easily map: codeScan to SAST and webScan to DAST.

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Redlib : A Private, Fast, And Secure Reddit Front-End

Redlib is an innovative private front-end for Reddit, designed to provide a seamless browsing experience…

14 hours ago

CVE-2025-21298 : Windows OLE Remote Code Execution Vulnerability

CVE-2025-21298 is a critical zero-click vulnerability in Windows Object Linking and Embedding (OLE) technology, which…

14 hours ago

Zebar : Revolutionizing Desktop Customization With Widgets

Zebar is an innovative tool designed to create customizable and cross-platform desktop widgets. It empowers…

14 hours ago

Egui : Revolutionizing GUI Development In Rust

egui (pronounced "e-gooey") is a simple, fast, and portable immediate mode GUI library written in…

14 hours ago

Hickory DNS : A Modern, Rust-Based Solution For DNS Security And Performance

Hickory DNS is a modern, Rust-based DNS client, server, and resolver designed with a focus…

14 hours ago

Nom : Mastering Data Byte By Byte With Essential Tools

Tools are essential implements designed to perform specific tasks, making work more efficient and precise.…

15 hours ago