webcontext
webcontext copied to clipboard
webcontext is a web framework and web application server based on node.js
Results
2
webcontext issues
Sort by
recently updated
recently updated
newest added
可以融合其它中间件吗? 比如下面这个,来用处理 SPA 应用的 history 路由问题。 [bripkens/connect-history-api-fallback: Fallback to index.html for applications that are using the HTML 5 history API](https://github.com/bripkens/connect-history-api-fallback#rewrites )
There is a prototype pollution in file lib/session.js, line 46. `data[key]=params[key];` The code uses `key` as the index for the data object. If `key` is "__proto__", prototype pollution occurs. To...