We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题:如果不小心把隐私信息存储到包中,goproxy.cn这边缓存了,那么如何清除掉缓存呢?
The text was updated successfully, but these errors were encountered:
为了尽可能保证可复现构建(详见 #191 (comment) 这条评论),目前没有提供任何主动移除缓存的支持。
考虑到处理缓存移除请求需要判断目标模块所有权,而各个模块所有权的判断方式又可能存在差异,所以判断过程很难自动化需要人工介入。因此我只能说,需要人工介入判断过程对于类似 goproxy.cn 这种非盈利开源项目来说肯定会有一定压力,如果要支持缓存移除那必须首先解决模块所有权判断过程的自动化问题。
另外题外话,我个人觉得对于类似的公开资源意外包含隐私数据的情况,逐个服务请求缓存移除恐怕没有多大意义,应该从隐私数据本身入手才是,比如使其无效化。
Sorry, something went wrong.
No branches or pull requests
问题:如果不小心把隐私信息存储到包中,goproxy.cn这边缓存了,那么如何清除掉缓存呢?
The text was updated successfully, but these errors were encountered: