-
Notifications
You must be signed in to change notification settings - Fork 623
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
Small clarification message about all flow triggers #4441
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to e6ff31c in 16 seconds
More details
- Looked at
18
lines of code in1
files - Skipped
2
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_8vUVDONTjEEmP9H1
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
> | ||
It prepares arguments for the flow. Besides request arguments, the preprocessor receives a | ||
`wm_trigger` argument with trigger details. | ||
`wm_trigger` argument with trigger details. Learn more about all flow triggers | ||
<a href="https://www.windmill.dev/docs/getting_started/trigger_flows" target="_blank">here</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding rel="noopener noreferrer"
to the anchor tag for security reasons when using target="_blank"
. This prevents the new page from having access to the window.opener
property, which can be a security risk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 9dcddf8 in 7 seconds
More details
- Looked at
13
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. frontend/src/lib/components/flows/content/FlowModuleWrapper.svelte:103
- Draft comment:
Addingrel="noopener noreferrer"
is a good security practice when usingtarget="_blank"
. It prevents potential security vulnerabilities by not allowing the new page to access thewindow.opener
property. - Reason this comment was not posted:
Confidence changes required:0%
The addition ofrel="noopener noreferrer"
is a security best practice when usingtarget="_blank"
. It prevents the new page from having access to thewindow.opener
property, which can be a security risk.
Workflow ID: wflow_hTr16ckBZBvRXI7U
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Enhance
FlowModuleWrapper.svelte
alert message with a hyperlink to flow triggers documentation.FlowModuleWrapper.svelte
, updated the alert message for the preprocessor step to include a hyperlink to documentation on flow triggers.This description was created by
for 9dcddf8. It will automatically update as commits are pushed.