ishiDACo / vulsrepo

VulsRepo is visualized based on the json report output in vuls.
MIT License
31 stars 14 forks source link

What does the vulsrepo-server app do that I can't just use any web server to do? #249

Open girgen opened 6 months ago

girgen commented 6 months ago

Hi!

More a general question than an issue.

By looking at the code server/main.go I can't see that it does anything more than just serving static content. Surely it can be replaced by a well crafted configuration for nginx of apache if that is preferred?

Thanks!