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

research(OS_Scan): Research on how to handle component version in policy violation based scanners #246

Open
3 tasks
lolaapenna opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@lolaapenna
Copy link
Collaborator

lolaapenna commented Sep 24, 2024

Task Description

For the Open Stack Policy scan, we have the first policy violations instead of vulnerabilities and also new kinds of components. This comes with the question of whether the same schema needs/should be applied.

Currently, we do have components that can have multiple versions and those versions can have instances:

erDiagram
    ComponentInstance       }o--|| ComponentVersion: "is an instance of" 
    ComponentVersion        }|--|| Component: "is a version of"
Loading

For an OpenStack Entity such as a Security Group the question now arises if we want to store and represent data in a similar format.

Possible options could be:

  • Do not use components and component versions and create component instances/issue matches directly
  • Do use the same schema but enhance component versions with context information, and use a hash sum of the context as a version identifier
  • Other...

Acceptance Criteria:

  • Have decision drivers worked out
  • ADR created with multiple options evaluated
  • Informed decision taken
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

No branches or pull requests

5 participants