#![allow(dead_code)]
#![allow(clippy::all)]
#![cfg_attr(any(), rustfmt::skip)]
pub(super) static REGISTRY_ENTRIES: &[(&str, &str)] = &[
("https://euvd.enisa.europa.eu", "^EUVD-[1-9][0-9]{3}-[0-9]{4,}$"),
("https://github.com/oasis-tcs/csaf", "^#[1-9]\\d*$"),
];