-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement VulnerabilityPolicyEvaluator
#937
Labels
component/api-server
domain/vuln-policy
enhancement
New feature or request
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
size/M
Medium effort
Comments
VulnerabilityPolicyEvaluator
This was referenced Nov 30, 2023
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 6, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
2 tasks
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 6, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 6, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 6, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 7, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
nscuro
added a commit
to DependencyTrack/hyades-apiserver
that referenced
this issue
Dec 7, 2023
…ation subjects with JDBI This is a prerequisite for DependencyTrack/hyades#937 in order to make notification dispatching less resource-intensive. Loading this data via ORM is cumbersome, as we either load too much (due to default fetch groups), or too less (due to lazy loading). Getting the subjects in a single query also reduces database round trips. Signed-off-by: nscuro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/api-server
domain/vuln-policy
enhancement
New feature or request
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
size/M
Medium effort
Extracted from #930 (comment)
CelPolicyEngine
VulnerabilityPolicyProvider
interface at first, which can easily be mockedCelPolicyEngine
, it will potentially need to load additional data from DB based on condition expression requirementsThe text was updated successfully, but these errors were encountered: