mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 22:25:53 +03:00
[GH-ISSUE #79] 可以绕过身份验证推送消息 #56
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tabris17 on GitHub (Sep 3, 2021).
Original GitHub issue: https://github.com/Finb/bark-server/issues/79
我用如下命令启动服务:
bark-server -user admin -password 123456 -addr 127.0.0.1:8000 -data /var/local/bark然而,直接访问
curl http://127.0.0.1/my-device-key/时,不需要身份验证,仍然可以发送一条内容为No Content的消息。@Weiney commented on GitHub (Sep 11, 2021):
刚刚测试了下我这边并没有这个问题,你可以根据docker日志或者用dlv调试一下看看啊
@Finb commented on GitHub (Sep 11, 2021):
更新一下就可以了,
releases之前没有更新,已经重新编译上传了。