We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d70a7 commit a5ed54dCopy full SHA for a5ed54d
1 file changed
services/libs/data-access-layer/src/osspckgs/packages.ts
@@ -79,6 +79,7 @@ export async function listMavenPackagesToSync(
79
FROM packages p
80
WHERE
81
p.ecosystem = 'maven'
82
+ AND p.is_critical
83
AND p.namespace IS NOT NULL
84
AND (
85
p.ingestion_source IS NULL
@@ -154,6 +155,7 @@ export async function listMavenPackagesByPurls(
154
155
156
157
158
159
160
AND p.purl = ANY($(purls))
161
ORDER BY
0 commit comments