Archi Forum

Archi => General Archi Discussion => Topic started by: StuGW on April 04, 2023, 00:00:00 AM

Title: Security concern over HTML export
Post by: StuGW on April 04, 2023, 00:00:00 AM
Hi.
I think the HTML export is a great way to socialise models, but I've run up against a problem with our security team.
They point out that the HTML references javascript code residing on external sites, which is seen as a security risk.
Is this integral to the way the HTML works or could it be disabled?
Any help much appreciated.
Title: Re: Security concern over HTML export
Post by: Phil Beauvoir on April 04, 2023, 09:03:29 AM
Hi, the HTML report relies on jQuery and some other JS to render. Without JS it wouldn't work. You can inspect the HTML and JS files in the HTML report output folder, and no external calls are made.

As the software is open source, feel free to modify it if you need to.
Title: Re: Security concern over HTML export
Post by: StuGW on April 05, 2023, 23:25:51 PM
Thanks for the response Phil.  I'll take a look.