Skip to content

Handle the exception in case of large yml

Aditya Tiwari requested to merge 369384-fixes-yml-error into master

What does this MR do and why?

As a part of !90713 (merged) we have added pipeline info to DAST config.

We are passing the yml dump to Lint class but the Lint class is not checking the size of merged_yml and this raising the error DataTooLargeError error whenever the merged yml is large.

This MR is gracefully handling that error.

Screenshots or screen recordings

Please check the screen recording and steps to test in this MR !90713 (merged)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #369384 (closed)

Edited by Aditya Tiwari

Merge request reports

Loading