diff --git a/nav-app/src/app/services/data.service.ts b/nav-app/src/app/services/data.service.ts index 0000c8917..fbdf56bdc 100755 --- a/nav-app/src/app/services/data.service.ts +++ b/nav-app/src/app/services/data.service.ts @@ -236,11 +236,11 @@ export class DataService { private domainData$: Observable; // URLs in case config file doesn't load properly - private latestVersion: Version = { name: "ATT&CK v14", number: "14" }; - private lowestSupportedVersion: Version; // used by tabs component - private enterpriseAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json"; - private mobileAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/mobile-attack/mobile-attack.json"; - private icsAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/ics-attack/ics-attack.json"; + public latestVersion: Version = { name: "ATT&CK v14", number: "14" }; + public lowestSupportedVersion: Version; // used by tabs component + public enterpriseAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json"; + public mobileAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/mobile-attack/mobile-attack.json"; + public icsAttackURL: string = "https://raw.githubusercontent.com/mitre/cti/master/ics-attack/ics-attack.json"; /** * Set up the URLs for data