feat(ql3): close public local release pair

This commit is contained in:
whyour
2026-08-27 14:51:33 +08:00
parent 238df17fdf
commit 78c261b556
31 changed files with 558 additions and 91 deletions
@@ -12,6 +12,7 @@ const IMAGES = Object.freeze([
'control',
'control-ai',
'local',
'local-operator',
'worker',
]);
const MAX_POLICY_BYTES = 256 * 1024;
@@ -108,6 +109,7 @@ function auditImageOsVulnerabilityPolicy(
control: 0,
'control-ai': 0,
local: 0,
'local-operator': 0,
worker: 0,
}),
});
@@ -118,6 +120,7 @@ function auditImageOsVulnerabilityPolicy(
control: 0,
'control-ai': 0,
local: 0,
'local-operator': 0,
worker: 0,
};
const seen = new Set();