-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Currently there is a big dependency on the Golang project jobber: https://github.com/NUKIB/misp/blob/main/.jobber
The jobber software does also have a list of CVEs.
Jobber is used to run a long list of schedules tasks. Since scheduled tasks is a new feature of the MISP software, most of those jobs can be configured to be run by MISP.
Scan attachments and OIDC user validity check are the jobs left for the MISP software to run periodically, but log rotation should be solved differently.
Tasks that should be handled by MISP:
- Cache Feeds
- Fetch Feeds
- Pull Servers
- Push Servers
- Cache Servers
- Send Periodic Summary
The suggestion for OIDC user validity is to run it as a regular cron job, "cake user check_user_validity". And also perhaps the scan attachments job.
If those changes are made, we could remove the dependency on jobber.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels