From f205a1ac2ea3e7a25d2f072d01c750b0f77635f2 Mon Sep 17 00:00:00 2001 From: Yoann Padioleau Date: Wed, 4 Dec 2024 21:08:29 +0100 Subject: [PATCH] Update semgrep_output_v1.atd Co-authored-by: Clara McCreery --- semgrep_output_v1.atd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semgrep_output_v1.atd b/semgrep_output_v1.atd index 6b6f8040..69d23944 100644 --- a/semgrep_output_v1.atd +++ b/semgrep_output_v1.atd @@ -1364,7 +1364,7 @@ type scan_request = { (* added in 1.43 (used to be in meta) *) ?project_config: ci_config_from_repo option; - (* deprecated: moved as an option in 1.98.0 and was used until 1.43ish + (* deprecated: moved as an option in 1.99.0 and was duplicative of information in project_metadata and scan_metadata since 1.43.0 * old: 'meta: project_metadata;' before 1.43 *) ?meta: raw_json option;