forked from hyperledger/firefly-tokens-erc20-erc721
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulling latest upstream changes (vuln fixes) #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This ensures that the special character ":" (in particular) will be properly escaped. Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Chris Bygrave <[email protected]>
Signed-off-by: Matthew Whitehead <[email protected]>
Encode the values passed in "poolData"
Signed-off-by: Chris Bygrave <[email protected]>
Signed-off-by: Matthew Whitehead <[email protected]>
Signed-off-by: Matt Whitehead <[email protected]>
Signed-off-by: Matthew Whitehead <[email protected]>
Async event enrichment
Signed-off-by: Chris Bygrave <[email protected]>
Mtls support
Signed-off-by: Andrew Richardson <[email protected]>
Add /deactivatepool API for deleting listeners
Signed-off-by: Nicko Guyer <[email protected]>
Pass 409 Conflict back to FireFly Core
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: hfuss <[email protected]>
Signed-off-by: hfuss <[email protected]>
Nonroot User in Docker Image
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Samim Mirhosseini <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Signed-off-by: Nicko Guyer <[email protected]>
Use separate eventstream per namespace
Update MAINTAINERS.md and CODEOWNERS
Signed-off-by: Nicko Guyer <[email protected]>
Update dependencies
Bumps the npm_and_yarn group group in /samples/solidity with 1 update: [solidity-coverage](https://github.com/sc-forks/solidity-coverage). Updates `solidity-coverage` from 0.8.7 to 0.8.10 - [Release notes](https://github.com/sc-forks/solidity-coverage/releases) - [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md) - [Commits](sc-forks/solidity-coverage@v0.8.7...v0.8.10) --- updated-dependencies: - dependency-name: solidity-coverage dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
…les/solidity/npm_and_yarn-security-group-990d8f8890 Bump the npm_and_yarn group group in /samples/solidity with 1 update
Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: alexey semenyuk <[email protected]>
This makes the contracts more consistent with OpenZeppelin examples. No signatures are changed, but there is one slight change in behavior: if you specify a "base URI", then individual token URIs are always understood to be a suffix for that base URI. The previous contract would ignore the base URI when a token URI was specified. Signed-off-by: Andrew Richardson <[email protected]>
Update to latest OpenZeppelin base contracts
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Samim Mirhosseini <[email protected]>
Signed-off-by: Samim Mirhosseini <[email protected]>
adding high/critical severity vuln checks
Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependency [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express). These dependencies need to be updated together. Updates `express` from 4.18.2 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) Updates `@nestjs/platform-express` from 10.3.3 to 10.3.7 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.3.7/packages/platform-express) --- updated-dependencies: - dependency-name: express dependency-type: indirect - dependency-name: "@nestjs/platform-express" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…les/solidity/follow-redirects-1.15.6 Bump follow-redirects from 1.15.5 to 1.15.6 in /samples/solidity
…ow-redirects-1.15.6 Bump follow-redirects from 1.15.5 to 1.15.6
…ess-and-nestjs/platform-express-4.19.2 Bump express and @nestjs/platform-express
…les/solidity/undici-5.28.4 Bump undici from 5.28.3 to 5.28.4 in /samples/solidity
Co-authored-by: Nicko Guyer <[email protected]> Signed-off-by: alexey semenyuk <[email protected]>
Fix broken url to solidity contract
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pulling latest changes from upstream for the fixed vulnerabilities (both in code dependencies and docker images).
Current Kaleido fork: