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

为什么会请求权限将cookie发送到gitter.im? #34

Open
liamfe opened this issue Nov 5, 2021 · 2 comments
Open

为什么会请求权限将cookie发送到gitter.im? #34

liamfe opened this issue Nov 5, 2021 · 2 comments

Comments

@liamfe
Copy link

liamfe commented Nov 5, 2021

在第一次运行时有请求权限将cookie内容发送到gitee.im. 请问这个操作是为了实现什么功能呢?这样安全吗?

@leecobaby
Copy link
Owner

这是15.1系统的安全预判,实际上并没有将cookie做任何上传,只留在本地,有能力的可以自行代码审查。

@leecobaby
Copy link
Owner

我想我应该补充下说明。更简单的说法是,指令运行到那一步,安全提示意思为指令这一步的操作(携带变量)有权力传递你的Cookie信息,但上不上传取决于具体指令的具体逻辑。
如果你会抓包,可以监听运行指令的整个会话过程,检查指令的网络传递行为是否有异常。

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

No branches or pull requests

2 participants