Hello,
When I built chromium under Windows OS, I encountered two security issues:
First, security software identified the following file as a security risk:
src/third_party/freetype-testing/src/fuzzing/corpora/truetype-render/oss-fuzz/CVE-2020-15999.ttf
I had to exclude it to get around it.
Second, security software blocked the fresh built chromium's udp calls at port 53. Because of the udp calls, the browser was characterized as untrustworthy and its network access was blocked.
Can the second issue be resolved without touching local security settings?
Thank you for your response,
Forrest