首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >舱室安装悬挂安装yesod平台

舱室安装悬挂安装yesod平台
EN

Stack Overflow用户
提问于 2013-09-30 22:38:23
回答 1查看 698关注 0票数 6

yesod平台的阴谋安装挂起下载xss。NetHogs显示没有与此下载相关的网络活动。

代码语言:javascript
复制
$ cabal install yesod-platform
Resolving dependencies...
Downloading xss-sanitize-0.3.4...

其他软件包立即下载和安装。

我在Fedora 18。haskell平台和阴谋集团的安装是最新的从回购。

代码语言:javascript
复制
$ cabal --version
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.4.1

编辑

我让它在一夜之间运行,它似乎放弃了xss-消毒器,并继续安装其他依赖项。这是尾巴。

代码语言:javascript
复制
...
Configuring yesod-test-1.2.1...
Building yesod-test-1.2.1...
Preprocessing library yesod-test-1.2.1...
[1 of 3] Compiling Yesod.Test.CssQuery ( Yesod/Test/CssQuery.hs, dist/build/Yesod/Test/CssQuery.o )
[2 of 3] Compiling Yesod.Test.TransversingCSS ( Yesod/Test/TransversingCSS.hs, dist/build/Yesod/Test/TransversingCSS.o )
[3 of 3] Compiling Yesod.Test       ( Yesod/Test.hs, dist/build/Yesod/Test.o )

Yesod/Test.hs:113:1:
    Warning: In the use of `runFakeHandler'
             (imported from Yesod.Core, but defined in yesod-core-1.2.4.2:Yesod.Core.Internal.Run):
             "Usually you should *not* use runFakeHandler unless you really understand how it works and why you need it."
Registering yesod-test-1.2.1...
Installing library in /home/smithd/.cabal/lib/yesod-test-1.2.1/ghc-7.4.1

cabal: Error: some packages failed to install:
xss-sanitize-0.3.4 failed while downloading the package. The exception was:
<socket: 4>: hGetBufSome: timeout (Connection timed out)
yesod-1.2.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-auth-1.2.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-form-1.3.2.1 depends on xss-sanitize-0.3.4 which failed to install.
yesod-platform-1.2.4.2 depends on xss-sanitize-0.3.4 which failed to install.
[smithd@lin2900 ~]$ cabal install yesod-platform
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-10-09 14:30:24

我的公司互联网过滤器阻塞了软件包,因为它可能是XSS的威胁。特别是测试模块。如果可能的话,有你的管理白名单黑客。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19105108

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档