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

Begin work on CVE vuln parsing and ingesting. #62

Merged
merged 4 commits into from
Mar 14, 2024

Conversation

bobmcwhirter
Copy link
Contributor

No description provided.

@carlosthe19916
Copy link
Member

Is this the idea?

graph TD;
Terminal-->importer;
UI-->server;

importer-->ingestors;
server-->ingestors;
ingestors-->graphh;
graphh-->DB;
Loading

@bobmcwhirter
Copy link
Contributor Author

I think kinda mostly, but where the ingestors part lives within the trustd server process, and perhaps there's a trust client CLI to shuffle documents to it for ingesting.

@bobmcwhirter bobmcwhirter marked this pull request as ready for review March 13, 2024 15:47
@bobmcwhirter bobmcwhirter marked this pull request as draft March 14, 2024 17:10
@bobmcwhirter bobmcwhirter marked this pull request as ready for review March 14, 2024 17:29
Copy link
Contributor

@jcrossley3 jcrossley3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure why not! 😄

@bobmcwhirter bobmcwhirter merged commit a84adf0 into trustification:main Mar 14, 2024
1 check 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.

3 participants