grandnode2
grandnode2 copied to clipboard
Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
Fixes [https://github.com/grandnode/grandnode2/security/code-scanning/234](https://github.com/grandnode/grandnode2/security/code-scanning/234) To fix the problem, we should ensure that the `returnUrl` parameter is validated against a known list of safe URLs or ensure it is a relative URL. This...
Fixes [https://github.com/grandnode/grandnode2/security/code-scanning/237](https://github.com/grandnode/grandnode2/security/code-scanning/237) To fix the problem, we need to ensure that the `returnUrl` parameter is validated to prevent open redirection attacks. Specifically, we should check if the `returnUrl` is a...
Fixes [https://github.com/grandnode/grandnode2/security/code-scanning/18](https://github.com/grandnode/grandnode2/security/code-scanning/18) To fix the problem, we need to ensure that the authorization check is performed regardless of whether the `model` parameter is null or not. This can be achieved...
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...
Hi GrandNode team, Seems that cancelling or deleting an order's item don't have the same behaviour on the order's shipping status when the order is in "PartiallyShipped" status. Looking at...
Product flag should be language dependent, like the categories flag.
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...
I've noticed 2 main problems in LiteDB usages in this project. The first one is the (very) common usage of the `Table` property, which unlike `MongoRepository`'s implementation, this: ```C# //...