Johnatan Oliveira (Jow)

Results 5 comments of Johnatan Oliveira (Jow)

Hi @paustint. Do you know why the conn.identity() function return error Http 403 even after a successful connection? `Salesforce Gateway connection failure for {\"name\":\"ERROR_HTTP_403\",\"errorCode\":\"ERROR_HTTP_403\"}`

@paustint Hey Austin. Thanks for your answer. We are doing this: ```typescript this.connection = new jsforce.Connection({ loginUrl: `SALESFORCE_HOSTNAME`, }); const userInfo = await this.connection.login(user, pwd); ``` Everything is fine doing...

Great! ;) Thank you so much @paustint, for your attention. All the best!

Hey @svishwanath-tw. Thanks for trying. Although it's a valid regex, it didn't resolve, the talisman report still shows as a high severity error. ![image](https://user-images.githubusercontent.com/18710805/191251726-dd423912-c7fa-4f4b-9f31-8800e2263a76.png) allowed_patterns: - d-[0-9a-fA-F]{32}

> Hmm, thats odd. I tried with the regex as well, and even though the regex is valid, talisman still seems to be flagging it as an error. I can...