CheckPoint: rename Check Point NGFW and change its automation module#2203
CheckPoint: rename Check Point NGFW and change its automation module#2203
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideRenames the existing Check Point ingestion format to a new checkpoint-ngfw format, migrates its manifest to a new location under that name, and updates the linked automation module and product metadata to refer to the Check Point NGFW / Quantum product line. Sequence diagram for updated Check Point NGFW log processing and automation modulesequenceDiagram
actor Admin as Admin
participant CheckPointNGFW as Check Point NGFW
participant IngestionEndpoint as Sekoiaio_ingestion_endpoint
participant Parser_checkpoint_ngfw as Parser_checkpoint_ngfw
participant SekoiaPlatform as Sekoiaio_platform
participant AutomationModule_af67e28c as Automation_module_af67e28c
Admin->>CheckPointNGFW: Configure log forwarding
CheckPointNGFW->>IngestionEndpoint: Send firewall logs
IngestionEndpoint->>Parser_checkpoint_ngfw: Route logs to checkpoint-ngfw format
Parser_checkpoint_ngfw->>SekoiaPlatform: Emit normalized events
SekoiaPlatform->>AutomationModule_af67e28c: Invoke updated automation module
AutomationModule_af67e28c-->>SekoiaPlatform: Automation results
SekoiaPlatform-->>Admin: Display alerts and insights
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🤖 Copilot Automated ReviewChanged Intake FormatsThe following intake formats were modified:
Changed File Types
🔒 Security Scan - Sensitive Information CheckNo test files in this PR 📋 Contribution ChecklistPlease ensure your PR meets the following requirements:
🔍 Next StepsGitHub Copilot can help you with:
For more details, see the Contribution Guidelines. |
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `Checkpoint/checkpoint-ngfw/_meta/manifest.yml:4` </location>
<code_context>
+uuid: f0a10c21-37d1-419f-8671-77903dc8de69
+name: Check Point NGFW
+slug: checkpoint-firewall
+description: "Check Point NGFWs are sophisticated security equipments.\nSending your firewall logs, especially the allowed events, to Sekoia.io will help you discovering potential network security threats."
+data_sources:
+ Network device logs: Check Point NGFW can record traffic events flowing through their firewall.
</code_context>
<issue_to_address>
**nitpick (typo):** Polish the description wording for readability and correctness.
Suggested rewording:
"Check Point NGFWs are sophisticated security equipment.
Sending your firewall logs, especially the allowed events, to Sekoia.io will help you discover potential network security threats."
This keeps the meaning but fixes the English phrasing in the UI text.
```suggestion
description: "Check Point NGFWs are sophisticated security equipment.\nSending your firewall logs, especially the allowed events, to Sekoia.io will help you discover potential network security threats."
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| uuid: f0a10c21-37d1-419f-8671-77903dc8de69 | ||
| name: Check Point NGFW | ||
| slug: checkpoint-firewall | ||
| description: "Check Point NGFWs are sophisticated security equipments.\nSending your firewall logs, especially the allowed events, to Sekoia.io will help you discovering potential network security threats." |
There was a problem hiding this comment.
nitpick (typo): Polish the description wording for readability and correctness.
Suggested rewording:
"Check Point NGFWs are sophisticated security equipment.
Sending your firewall logs, especially the allowed events, to Sekoia.io will help you discover potential network security threats."
This keeps the meaning but fixes the English phrasing in the UI text.
| description: "Check Point NGFWs are sophisticated security equipments.\nSending your firewall logs, especially the allowed events, to Sekoia.io will help you discovering potential network security threats." | |
| description: "Check Point NGFWs are sophisticated security equipment.\nSending your firewall logs, especially the allowed events, to Sekoia.io will help you discover potential network security threats." |
TOUFIKIzakarya
left a comment
There was a problem hiding this comment.
LGFM.
Maybe the sourcery comments can be applied
Related to: SEKOIA-IO/automation-library#1962
Summary by Sourcery
Rename the Check Point firewall integration to Check Point NGFW and align its metadata and automation linkage with the Quantum product line.
Enhancements:
checkpoint-ngfwand relocate it under the new Check Point NGFW integration folder.