UNCLASSIFIED - NO CUI

Skip to content

Fixing reports issues with xss

abhayashrestha requested to merge sdelements into master

Reports endpoint in the front-end currently allows the reports parameter to be anything. This will prevent that from happening by redirecting to 404 in case the report type is not found in params.

Merge request reports