Replace Gitlab::Json.parse with Gitlab::Json.safe_parse in ndjson_reader.rb
What does this MR do and why?
Fixes Gitlab/JsonSafeParse rubocop violation by replacing Gitlab::Json.parse with Gitlab::Json.safe_parse in lib/gitlab/import_export/json/ndjson_reader.rb
Relates to #586176
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.