[App Dashboard] missing json metadata html encoding
Closed this issue · 1 comments
viceice commented
json objects are not html encoded, so
"// renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s+readonly\\s+tag\\s+=\\s+'(?<currentValue>.+?)';"
gets visible to:
"// renovate: datasource=(?[a-z-]+?) depName=(?.+?)(?: versioning=(?[a-z-]+?))?\\s+readonly\\s+tag\\s+=\\s+'(?.+?)';"
named regex capture groups are interpreted as html
rarkins commented