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

verification token から signature verification への移行 #6

Closed
seratch opened this issue Jul 28, 2020 · 2 comments · Fixed by #7
Closed

verification token から signature verification への移行 #6

seratch opened this issue Jul 28, 2020 · 2 comments · Fixed by #7

Comments

@seratch
Copy link

seratch commented Jul 28, 2020

現状の実装には verification token での検証があるので、急ぎではないサジェスチョンですが、現在は verification token よりも x-slack-signature, x-slack-request-timestamp の検証が推奨されているので、そちらに移行するのがよいかと思います。

該当の箇所は以下。

  • deglacer/deglacer.go

    Lines 93 to 96 in 393b1fb

    ev, err := slackevents.ParseEvent(json.RawMessage(body),
    slackevents.OptionVerifyToken(&slackevents.TokenComparator{
    VerificationToken: slackVerificationToken,
    }))

security.go を使うのがよさそうです。移行はすぐにできるかと思います。

@Songmu
Copy link
Owner

Songmu commented Jul 28, 2020

ありがとうございます!
実装したあとにそれに気づいてそのうち直そうと思っています。

@Songmu
Copy link
Owner

Songmu commented Jul 28, 2020

対応しました。おしらせありがとうございました!

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 a pull request may close this issue.

2 participants