tristandostaler

Results 18 issues of tristandostaler

I was thinking that it would be interesting if the script had a databse and when we register targets it store them in it. Then we can list the targets...

wontfix
to be documented

It would be cool if we could get the cookies when the user is already logged in (so the script can't get the password). For GMAIL, we would probably need...

Currently, the http client in Go has no timeout to the request. We need to add a timeout of, say, 1 minute! I pointed to the code for a subflow,...

bug
1.0.0

I think it could be interesting to have an analyser that detects potential open redirect.

Hello, The AWS SES app is missing the possibility to use the "reply to" field of an email

I have the following workflow with 2 path possible to the same node: Option 1: if $exec.fields contains computerName, do node A, then do node B Option 2: if $exec.fields...

When I create a custom app and add it to a workflow, if I modify it after (to add an action, for example), when I use the app in the...

When I create a custom app and then delete it, I see this on the right in the Apps panel: ![image](https://user-images.githubusercontent.com/5489330/150844043-fd1b2af0-13e9-4c9c-bd19-7a4d2e1f88d0.png)

Starting from the same workflow as in the bug https://github.com/Shuffle/openapi-apps/issues/40 I am trying to add a node "router" between node A and node B to see if that would fix....

If $exec has 2 keys similar, like: $exec.example = "123" $exec.exampleLonger "abc" and I use $exec.exampleLonger somewhere, I get "123Longer"