NAICNO / Jobanalyzer

Easy to use resource usage report
MIT License
0 stars 1 forks source link

For #681 - serve protected reports #690

Closed lars-t-hansen closed 1 day ago

lars-t-hansen commented 2 days ago

I've tested local access so something is working, it's not the most complex thing. The key here is to be completely certain that only files in the designated directory can be accessed, this could use some extra vetting (are we excluding ".." properly?). Seaching for some best practices might be useful.