Skip to content

Commit

Permalink
docs: detail some changes from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 12, 2022
1 parent daa9560 commit dbb5774
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.1.1

### User-facing

- Update/fix: Protect additional `fs.stat` call (for `defaultExtension`)

## 0.1.0
Expand Down
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@

> a simple, *rfc 2616 compliant* file streaming module for [node](http://nodejs.org)
A maintained fork of `node-static`. `node-static` was inspired by some of the
other static-file serving modules out there, such as node-paperboy and antinode.

`@brettz9/node-static` understands and supports *conditional GET* and *HEAD* requests.
A maintained fork of `node-static`. Currently offers these additional features:

1. Fixes for vulnerabilities:
1. [Unauthorized File Access](https://www.npmjs.com/advisories/1206)
1. [Open Redirect](https://www.npmjs.com/advisories/1207)
1. [Denial of Service](https://www.npmjs.com/advisories/1208)
1. Avoids dependencies with vulnerabilities
1. Important fixes:
1. Important octal fix (and uses strict mode)
1. Avoids crashes with `fs.stat` checks
1. A numbe of other fixes and enhancements detailed in
[CHANGES.md](./CHANGES.md).

The project was inspired by some of the other static-file serving modules out
there, such as node-paperboy and antinode.

`@brettz9/node-static` understands and supports *conditional GET* and *HEAD*
requests.

# Synopsis

Expand Down

0 comments on commit dbb5774

Please sign in to comment.