3 Repos
Management of authentication, scheduling, and the aggregation of vulnerability data into reports.
Distinct from Vulnerability Scanning: Distinct from Vulnerability Scanning by focusing on the orchestration and output phase rather than the detection process
Explore 3 awesome GitHub repositories matching security & cryptography · Scan Coordination & Reporting. Refine with filters or upvote what's useful.
The openvas-scanner is a vulnerability scanner designed to identify security weaknesses and outdated software in target systems. It performs network vulnerability scanning by executing security tests and network attack scripts, as well as conducting local security auditing through static version checks of installed software. The project utilizes community-managed feeds to synchronize and update local security definitions and vulnerability tests. These tests and scan configurations are loaded into the system via container images or manual transfers and stored in a persistent relational databas
Coordinates authentication, scheduling, and the reporting of vulnerability information through a central database.
Gatekeeper is a Kubernetes admission control and policy enforcement engine used to ensure cluster resources comply with organizational security and configuration standards. It intercepts API requests to validate or reject non-compliant resources before they are persisted in the cluster. The project uses a parameterized policy library and custom resource definitions to create reusable templates and enforcement rules. It distinguishes itself through a hub-and-spoke management model, allowing a controller in a management cluster to enforce policies across separate target clusters. Beyond admiss
Periodically scans existing cluster resources against active policies to detect and report violations for pre-existing objects.
RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind
Scans stored documents against defined schemas to identify and report violations without blocking write operations.