diff --git a/docs/command-replacements.md b/docs/command-replacements.md index 0424cf352..18203b6dd 100644 --- a/docs/command-replacements.md +++ b/docs/command-replacements.md @@ -33,7 +33,7 @@ These are currently used in the following tasks: * libfuzzer_fuzz: `target_exe`, `target_options`, `input_corpus`, `crashes` * libfuzzer_crash_report: `target_exe`, `target_options`, `input` * libfuzzer_merge: `target_exe`, `target_options`, `input_corpus` -* libfuzzer_coverage: NONE (see work item #129626) +* libfuzzer_coverage: None * generic_analysis: `input`, `target_exe`, `target_options`, `analyzer_exe`, `anayzer_options`, `output_dir`, `tools_dir` * generic_generator: `generated_inputs`, `input_corpus`, `tools_dir`, diff --git a/docs/known-issues.md b/docs/known-issues.md index e97438e7d..8b755f6c6 100644 --- a/docs/known-issues.md +++ b/docs/known-issues.md @@ -30,5 +30,3 @@ of Azure Functions was not available yet. This race condition is solved by ARM reporting the deployment is finished too early. Retry the deployment and the error should be corrected automatically. - - Work item: #122629