Skip to content

Conversation

@snyk-bot
Copy link

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

merge advice
ℹ️ 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants