Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Solutions/Cyble Vision/Analytic Rules/Alerts_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ customDetails:
AlertID: AlertID
Service: Service
GitURl: git_url
HTMLURL: html_url
URL: html_url
Repository: repo_full_name
FileName: file_name
Owner: owner_login
Expand All @@ -67,5 +67,5 @@ entityMappings:
columnName: file_name
- identifier: Directory
columnName: file_path
version: 1.0.0
version: 1.0.1
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Accept": "application/json"
},
"isPostPayloadJson": true,
"queryParametersTemplate": "{ \"orderBy\": [ { \"created_at\": \"desc\" }, { \"updated_at\": \"desc\" } ], \"filters\": { \"updated_at\": { \"gte\": \"2025-12-05T04:55:32.000Z\", \"lte\": \"2025-12-09T04:55:32.000Z\" }, \"user_severity\": [ \"LOW\", \"MEDIUM\", \"HIGH\" ] }, \"excludes\": { \"status\": [ \"FALSE_POSITIVE\" ] }, \"skip\": 0, \"take\": 10,\"countOnly\": false, \"taggedAlert\": false, \"withDataMessage\": true }"
"queryParametersTemplate": "{ \"orderBy\": [ { \"created_at\": \"desc\" }, { \"updated_at\": \"desc\" } ], \"filters\": { \"updated_at\": { \"gte\": \"{_QueryWindowStartTime}\", \"lte\": \"{_QueryWindowEndTime}\" }, \"user_severity\": [ \"LOW\", \"MEDIUM\", \"HIGH\" ] }, \"excludes\": { \"status\": [ \"FALSE_POSITIVE\" ] }, \"skip\": 0, \"take\": 10,\"countOnly\": false, \"taggedAlert\": false, \"withDataMessage\": true }"
},
"response": {
"format": "json",
Expand Down
Binary file modified Solutions/Cyble Vision/Package/3.0.2.zip
Binary file not shown.
Binary file added Solutions/Cyble Vision/Package/3.0.3.zip
Binary file not shown.
Loading
Loading