| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
the implementation is incomplete, there only connection_api, and missing config-ui impl.
Sorry, something went wrong.
| "github.com/apache/incubator-devlake/core/errors" | ||
| "github.com/apache/incubator-devlake/core/models/migrationscripts" | ||
| "github.com/apache/incubator-devlake/core/plugin" | ||
| "github.com/apache/incubator-devlake/plugins/checkmarxone/models" |
There was a problem hiding this comment.
Sorry, something went wrong.
…ile errors and ci checks
| Back | FazBrowse Home | New Git URL |
Summary
This PR implements a complete CheckmarxOne data source plugin for Apache DevLake (resolves #8869).
The plugin enables security teams to integrate CheckmarxOne SAST scanning results into DevLake pipelines, allowing them to:
Motivation
With the rising importance of DevSecOps, organizations need to track security vulnerabilities alongside development metrics. This plugin provides seamless integration with CheckmarxOne, a leading code security scanning platform, enabling teams to establish meaningful performance indicators around security vulnerability remediation.
Changes
Plugin Structure
Data Models
CheckmarxoneConnection
CheckmarxoneProject
CheckmarxoneFinding
Features
✅ OAuth authentication with automatic token refresh
✅ Multi-project support with separate data collection
✅ Vulnerability severity tracking (Critical, High, Medium, Low)
✅ Remediation status monitoring
✅ REST API for connection CRUD operations
✅ Automatic database migrations
✅ Comprehensive error handling and logging
✅ Resource cleanup and connection management
Data Flow