Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Core part1 #430

Merged
merged 12 commits into from
Dec 12, 2024
Merged

Upgrade Core part1 #430

merged 12 commits into from
Dec 12, 2024

Conversation

multiflexi
Copy link
Contributor

@multiflexi multiflexi commented Nov 19, 2024

This upgrades core container to current Python libs and fixes quite a few issues. It also adds progress bar for file loading in CLI. This should be followed by SQLAlchemy migration to version 2.0.

@multiflexi multiflexi changed the title WIP - Upgrade Core Upgrade Core part1 Dec 12, 2024
@Progress1
Copy link
Collaborator

  • Upgrade: Python (3.10 -> 3.13), Alpine (3.14 -> 3.20)
  • Migrate libraries to latest working versions and fix broken functionality (Manage..)
  • Fixed Collector node creating (Error: missing 1 required positional argument: 'id')
  • Move Collector, Presenter, Publisher & Bot configurations to shared. This helps us for future work like add new parameters with updates, refresh old parameters etc.. Currently this is not possible, only with recreating new node and deleting old but at cost of data loose.
  • Create Default Collector node even if Collector docker is offline
  • Automatic Collector node creation is tuned up, better logs, timeout processing, hints what's going on..
  • Better loading CVE, CPE, CWE files (progress bar)
  • Code documentation

@Progress1 Progress1 merged commit b95077a into SK-CERT:main Dec 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants