{{ 'PROJECT_CONFIG.PUBLIC_POLICY' | translate }} @if (isSystemAdmin) { {{ 'PROJECT.PROXY_CACHE_TOOLTIP' | translate }} } @if (isSystemAdmin && projectPolicy.ProxyCacheEnabled) {
@if (bandwidthError) { }
@if (bandwidthError) { {{ 'PROJECT.SPEED_LIMIT_TIP' | translate }} }
@if (maxUpstreamConnError) { } @if (maxUpstreamConnError) { {{ 'PROJECT.PROXY_CACHE_MAX_UPSTREAM_CONN_INPUT_TIP' | translate }} }
} @if (isSystemAdmin && projectPolicy.ProxyCacheEnabled) { {{ 'PROJECT.PROXY_CACHE_LOCAL_ON_NOT_FOUND_TOOLTIP' | translate }} } @if (!isProxyCacheProject) { {{ 'PROJECT_CONFIG.CONTENT_TRUST_POLICY' | translate }} }
{{ 'PROJECT_CONFIG.AUTOSCAN_POLICY' | translate }} {{ 'PROJECT_CONFIG.AUTOSBOM_POLICY' | translate }} @if (systemInfo) {
{{ 'CVE_ALLOWLIST.PRO_ALLOWLIST_EXPLAIN' | translate }}
{{ 'CVE_ALLOWLIST.PRO_OR_SYS' | translate }}
{{ 'CVE_ALLOWLIST.MERGE_INTO' | translate }}
@if (hasExpired) {
@if (isUseSystemAllowlist()) { {{ 'CVE_ALLOWLIST.WARNING_SYS' | translate }} } @if (!isUseSystemAllowlist()) { {{ 'CVE_ALLOWLIST.WARNING_PRO' | translate }} }
}
@if (showAddModal && !isUseSystemAllowlist()) {
{{ 'CVE_ALLOWLIST.HELP' | translate }}
} @if (isUseSystemAllowlist()) {
    @if (systemAllowlist?.items?.length < 1) {
  • {{ 'CVE_ALLOWLIST.NONE' | translate }}
  • } @for (item of systemAllowlist?.items; track item) {
  • {{ item.cve_id }}
  • }
} @if (!isUseSystemAllowlist()) {
    @if (projectAllowlist?.items?.length < 1) {
  • {{ 'CVE_ALLOWLIST.NONE' | translate }}
  • } @for ( item of projectAllowlist?.items; track item; let i = $index) {
  • {{ item.cve_id }}
  • }
}
@if (!isUseSystemAllowlist()) { } @if (isUseSystemAllowlist()) { }
}