go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

#266 addressing path traversal issue on static file delivery #267

Closed jeevatkm closed 4 years ago

jeevatkm commented 4 years ago

Closes #266

codecov[bot] commented 4 years ago

Codecov Report

Merging #267 into master will decrease coverage by 0.46%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #267      +/-   ##
=========================================
- Coverage   85.36%   84.9%   -0.47%     
=========================================
  Files          94      94              
  Lines        7694    7696       +2     
=========================================
- Hits         6568    6534      -34     
- Misses        784     824      +40     
+ Partials      342     338       -4
Impacted Files Coverage Δ
static.go 52.45% <0%> (-23.58%) :arrow_down:
http_engine.go 80.2% <100%> (+0.1%) :arrow_up:
router.go 69.34% <0%> (-5.11%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bcfe2c...2c8f53f. Read the comment docs.