dependabot[bot] on npm_and_yarn
Bump lodash from 4.17.20 to 4.1… (compare)
dependabot[bot] on npm_and_yarn
Bump handlebars from 4.5.3 to 4… (compare)
dependabot[bot] on npm_and_yarn
Bump elliptic from 6.5.3 to 6.5… (compare)
dependabot[bot] on npm_and_yarn
Bump pug from 2.0.3 to 3.0.1 B… (compare)
dependabot[bot] on npm_and_yarn
Bump pug-code-gen from 2.0.1 to… (compare)
dependabot[bot] on npm_and_yarn
ckhatton on master
Bump lodash from 4.17.11 to 4.1… Merge pull request #752 from ge… (compare)
@der-On
IRC
OK, Then I will wait for @mde's response.
Well, and about test for this security hall...
I considered to add test, but I have no idea how to create unit test.
I'm wondering if we can create E2E test. (Not sure I should call this as E2E...)
I expect like this:
"Prevent Directory Traversal": function() {
geddy();
fetch("http://localhost:3000/../../test.csv", {
method: "GET",
body: // ...
}).then(function(res) {
expect(res.status).to.be(404);
})
fetch
, but supertest seems also good.