In core/doctype/prepared_report/prepared_report.py in Frappe 11 and 12, data files generated with Prepared Report were being stored as public files (no authentication is required to access; having a link is sufficient) instead of private files.
{
"unresolved_ranges": [
{
"cpes": [
"cpe:2.3:a:frappe:frappe:11.0.0:-:*:*:*:*:*:*"
],
"extracted_events": [
{
"introduced": "11.0.0-NA"
},
{
"last_affected": "11.0.0-NA"
}
],
"source": "CPE_STRING",
"vendor_product": "frappe:frappe"
}
]
}