Skip to content
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

chore(deps): update dependency n8n to v1.66.0 #8217

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
n8n (source) minor 1.65.2 -> 1.66.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

n8n-io/n8n (n8n)

v1.66.0

Compare Source

Bug Fixes
  • Asana Node: Fix issue with pagination (#​11415) (04c075a)
  • core: Add 'user_id' to license-community-plus-registered telemetry event (#​11430) (7a8dafe)
  • core: Add safeguard for command publishing (#​11337) (656439e)
  • core: Ensure LoggerProxy is not scoped (#​11379) (f4ea943)
  • core: Ensure remove-triggers-and-pollers command is not debounced (#​11486) (529d4fc)
  • core: Ensure job processor does not reprocess amended executions (#​11438) (c152a3a)
  • core: Fix Message Event Bus Metrics not counting up for labeled metrics (#​11396) (7fc3b25)
  • core: Fix resolving of $fromAI expression via evaluateExpression (#​11397) (2e64464)
  • core: Make execution and its data creation atomic (#​11392) (ed30d43)
  • core: On unhandled rejections, extract the original exception correctly (#​11389) (8608bae)
  • editor: Fix TypeError: Cannot read properties of undefined (reading '0') (#​11399) (ae37c52)
  • editor: Add Retry button for AI Assistant errors (#​11345) (7699240)
  • editor: Change tooltip for workflow with execute workflow trigger (#​11374) (dcd6038)
  • editor: Ensure toasts show above modal overlays (#​11410) (351134f)
  • editor: Fit view consistently after nodes are initialized on new canvas (#​11457) (497d637)
  • editor: Fix adding connections when initializing workspace in templates view on new canvas (#​11451) (ea47b02)
  • editor: Fix rendering of AI logs (#​11450) (73b0a80)
  • editor: Hide data mapping tooltip in credential edit modal (#​11356) (ff14dcb)
  • editor: Prevent running workflow that has issues if listening to webhook (#​11402) (8b0a48f)
  • editor: Run external hooks after settings have been initialized (#​11423) (0ab24c8)
  • editor: Support middle click to scroll when using a mouse on new canvas (#​11384) (46f3b4a)
  • HTTP Request Tool Node: Fix HTML response optimization issue (#​11439) (cf37e94)
  • n8n Form Node: Form Trigger does not wait in multi-form mode (#​11404) (151f4dd)
  • Update required node js version in CONTRIBUTING.md (#​11437) (4f511aa)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

github-actions bot commented Nov 6, 2024

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/n8n:1.66.0

📦 Image Reference ghcr.io/uniget-org/tools/n8n:1.66.0
digestsha256:7919d66757844cefa9794610431cb629de74d466b5cc0415dc5eef9bc656245e
vulnerabilitiescritical: 0 high: 2 medium: 1 low: 2
platformlinux/amd64
size142 MB
packages1305
critical: 0 high: 1 medium: 0 low: 0 semver 5.3.0 (npm)

pkg:npm/[email protected]

high 7.5: CVE--2022--25883 Inefficient Regular Expression Complexity

Affected range<5.7.2
Fixed version5.7.2
CVSS Score7.5
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Description

Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

critical: 0 high: 1 medium: 0 low: 0 pdfjs-dist 2.16.105 (npm)

pkg:npm/[email protected]

high : CVE--2024--4367

Affected range<=4.1.392
Fixed version4.2.67
Description

Impact

If pdf.js is used to load a malicious PDF, and PDF.js is configured with isEvalSupported set to true (which is the default value), unrestricted attacker-controlled JavaScript will be executed in the context of the hosting domain.

Patches

The patch removes the use of eval:
mozilla/pdf.js#18015

Workarounds

Set the option isEvalSupported to false.

References

https://bugzilla.mozilla.org/show_bug.cgi?id=1893645

critical: 0 high: 0 medium: 1 low: 0 identity 3.4.2 (npm)

pkg:npm/%40azure/[email protected]

medium 5.5: CVE--2024--35255 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Affected range<4.2.1
Fixed version4.2.1
CVSS Score5.5
CVSS VectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Description

Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability.

critical: 0 high: 0 medium: 0 low: 1 cookie 0.4.2 (npm)

pkg:npm/[email protected]

low : CVE--2024--47764 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Affected range<0.7.0
Fixed version0.7.0
Description

Impact

The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. For example, serialize("userName=<script>alert('XSS3')</script>; Max-Age=2592000; a", value) would result in "userName=<script>alert('XSS3')</script>; Max-Age=2592000; a=test", setting userName cookie to <script> and ignoring value.

A similar escape can be used for path and domain, which could be abused to alter other fields of the cookie.

Patches

Upgrade to 0.7.0, which updates the validation for name, path, and domain.

Workarounds

Avoid passing untrusted or arbitrary values for these fields, ensure they are set by the application instead of user input.

References

critical: 0 high: 0 medium: 0 low: 1 community 0.3.2 (npm)

pkg:npm/%40langchain/[email protected]

low 4.9: CVE--2024--7042 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Affected range<0.3.3
Fixed version0.3.3
CVSS Score4.9
CVSS VectorCVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N
Description

A vulnerability in the GraphCypherQAChain class of langchain-ai/langchainjs versions 0.2.5 and all versions with this class allows for prompt injection, leading to SQL injection. This vulnerability permits unauthorized data manipulation, data exfiltration, denial of service (DoS) by deleting all data, breaches in multi-tenant security environments, and data integrity issues. Attackers can create, update, or delete nodes and relationships without proper authorization, extract sensitive data, disrupt services, access data across different tenants, and compromise the integrity of the database.

Copy link

github-actions bot commented Nov 6, 2024

Copy link

github-actions bot commented Nov 6, 2024

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/11708032166.

@github-actions github-actions bot merged commit b6df95c into main Nov 6, 2024
10 checks passed
@github-actions github-actions bot deleted the renovate/n8n-1.x branch November 6, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants