Skip to content

Align max length value of Vulnerability.Description with Report schema

Vishwa Bhat requested to merge vbhat161-update-msg-len into main

What does this MR do?

Currently, the Vulnerability.Description property's value is getting truncated to 400 characters. However, some rules contain verbose descriptions like this or this one that explains the vulnerability in detail for customers to better understand it. These rules are getting impacted by the 400 character truncation limit.

This MR updates the truncation limit to 1048576 which is defined as max-length for the same property(message) in v15.x Security Report Schema.

Does this MR meet the acceptance criteria?

Edited by Vishwa Bhat

Merge request reports