Concelier JVN Connector - Operations Runbook

Last updated: 2026-01-16

This runbook is for operators who run the JVN (Japan Vulnerability Notes) connector in a Stella Ops Concelier instance. It covers configuration, the jvn -> jpcert source-ID migration, offline mirroring, and how to diagnose the non-XML payload failure mode.

1. Overview

The JVN connector ingests Japan Vulnerability Notes (JVN) advisories and maps them to canonical IDs. The runtime/catalog source ID is jpcert.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    jpcert:
      baseUri: "<jvn-feed-base>"
      maxDocumentsPerFetch: 20
      fetchTimeout: "00:00:45"
      requestDelay: "00:00:00"

Legacy concelier:sources:jvn binding is still accepted for compatibility, but operators should use concelier:sources:jpcert for new installs and UI-driven setup.

4. Offline and air-gapped deployments

5. Common failure modes