immudb-client-examples icon indicating copy to clipboard operation
immudb-client-examples copied to clipboard

[Snyk] Upgrade immudb-node from 1.1.0-rc.1 to 1.1.1

Open snyk-bot opened this issue 3 years ago • 0 comments

Snyk has created this PR to upgrade immudb-node from 1.1.0-rc.1 to 1.1.1.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 8 months ago, on 2021-11-08.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430339
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430341
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Improper Verification of Cryptographic Signature
SNYK-JS-NODEFORGE-2430337
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-NODEFORGE-2331908
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Open Redirect
SNYK-JS-NODEFORGE-2330875
579/1000
Why? Has a fix available, CVSS 7.3
Proof of Concept
Information Exposure
SNYK-JS-NODEFETCH-2342118
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: immudb-node
  • 1.1.1 - 2021-11-08

    Improved messages from methods:

    SQLQuery
    Before:
    [[['col1','col2'], ['val1.1',,,'val1.2']], [['col1','col2'], ['val2.1',,,'val2.2']], ...]
    After:
    [{col1: 'val1.1', col2: 'val1.2'}, {col1: 'val2.1', col2: 'val2.2'}, ...]

    SQLListTables
    Before:
    [['tableName1'], ['tableName2'], ...]
    After:
    [{name: 'tableName1'}, {name: 'tableName2'}, ...]

    SQLDescribe
    Before:
    [[string, string, boolean, string, boolean, boolean], ...]

    After:

    {
      name: string,
      type: string,
      nullable: boolean,
      index: string,
      autoincrement: booelan,
      unique: boolean,
    },
    ...
    
  • 1.1.0 - 2021-10-05
    • Update schema to version 1.1.0 of immudb
    • Add basic SQL support:
      • SQLExec
      • SQLQuery
      • SQLListTables
  • 1.1.0-rc.1 - 2021-10-03
    • Update schema to version 1.1.0 of immudb
    • Add basic SQL support:
      • SQLExec
      • SQLQuery
      • SQLListTables
from immudb-node GitHub release notes
Commit messages
Package name: immudb-node
  • 6c637cd Merge pull request #20 from codenotary/feat/improve-sql-results
  • 63eae50 chore update project version
  • 4f047d8 chore add types
  • 5297f9c chore add test
  • 225f869 feat improve presentation, from tuples to objects
  • 9d79aa4 chore fix typos and links
  • e3e5fbc chore add instructions
  • 372d30c chore enhance sql columns values readability
  • a96aeed feat add type sql column value
  • 7edc781 chore: update the result key names
  • ad7daf2 WIP improving sql results readability
  • 0b4c90f Merge pull request #19 from codenotary/feat/sql-describe
  • 712c778 chore: add sql describe
  • 931d3cf Merge pull request #18 from codenotary/1.1.0
  • fb1bfa8 update version for release
  • a049611 Merge pull request #17 from codenotary/1.1.0-rc.1

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

snyk-bot avatar Jul 16 '22 22:07 snyk-bot