documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -276,6 +276,7 @@
|
||||
"scanner.epss.cve_ids_required": "At least one CVE ID is required.",
|
||||
"scanner.epss.batch_size_exceeded": "Batch size exceeded",
|
||||
"scanner.epss.batch_size_detail": "Maximum batch size is 1000 CVE IDs.",
|
||||
"scanner.epss.batch_size_exceeded_detail": "Maximum batch size is 1000 CVE IDs.",
|
||||
"scanner.epss.data_unavailable": "EPSS data is not available. Please ensure EPSS data has been ingested.",
|
||||
"scanner.epss.invalid_cve_id": "Invalid CVE ID",
|
||||
"scanner.epss.cve_id_required": "CVE ID is required.",
|
||||
@@ -283,8 +284,11 @@
|
||||
"scanner.epss.cve_not_found_detail": "No EPSS score found for {cveId}.",
|
||||
"scanner.epss.invalid_date_format": "Invalid date format",
|
||||
"scanner.epss.date_format_detail": "Dates must be in yyyy-MM-dd format.",
|
||||
"scanner.epss.invalid_date_format_detail": "Dates must be in yyyy-MM-dd format.",
|
||||
"scanner.epss.no_history": "No history found",
|
||||
"scanner.epss.no_history_detail": "No EPSS history found for {cveId} in the specified date range.",
|
||||
"scanner.epss.no_history_found": "No history found",
|
||||
"scanner.epss.no_history_found_detail": "No EPSS history found for {cveId} in the specified date range.",
|
||||
|
||||
"scanner.webhook.invalid_tenant": "Invalid tenant context",
|
||||
"scanner.webhook.source_not_found": "Source not found",
|
||||
|
||||
Reference in New Issue
Block a user