Skip to content

[deploy site] fixing bug 2402, detectify link removal #2407

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

Merged
merged 1 commit into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ Failure to protect your Grid could result in one or more of the following occurr
* You allow third parties to access internal web applications and files
* You allow third parties to run custom binaries

See this blog post on [Detectify](//labs.detectify.com), which gives a good
overview of how a publicly exposed Grid could be misused:
[Don't Leave your Grid Wide Open](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/)
See this blog post on Detectify Labs, which gives a good overview of how a publicly exposed Grid could be misused:
[Don't Leave your Grid Wide Open](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/).

## Further reading

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Grid を保護しないと、以下のような問題が発生する可能性が
- サードパーティが内部 Web アプリケーションやファイルにアクセスすることを許可してしまう。
- サードパーティにカスタムバイナリの実行を許可してしまう。

[Detectify](//labs.detectify.com) のブログで公開されてしまった Grid が
Detectify Labs, のブログで公開されてしまった Grid が
どのように悪用されるかを紹介しています: [Don't Leave your Grid Wide Open](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/)

## 参考文献
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Se falhar em proteger a Grid uma ou mais coisas poderão ocorrer:
* Permitir acesso de terceiros a aplicativos web e a ficheiros
* Permitir execução remota de ficheiros binários por terceiros

Leia este artigo (em Inglês) em [Detectify](//labs.detectify.com), que dá um bom resumo
Leia este artigo (em Inglês) em Detectify Labs, que dá um bom resumo
de como uma Grid exposta publicamente pode ser abusada:
[Don't Leave your Grid Wide Open](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ java -Dwebdriver.http.factory=jdk-http-client -jar selenium-server-<version>.jar
* 您允许第三方访问内部网络应用程序和文件
* 您允许第三方运行自定义二进制文件

请参阅 [Detectify](//labs.detectify.com) 上的这篇博文,它提供了一个很好的公开暴露的 `Grid` 如何被滥用的概述:[不要让你的 `Grid` 暴露在外](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/)
请参阅 Detectify Labs, 上的这篇博文,它提供了一个很好的公开暴露的 `Grid` 如何被滥用的概述:[不要让你的 `Grid` 暴露在外](//labs.detectify.com/2017/10/06/guest-blog-dont-leave-your-grid-wide-open/)

## 延伸阅读

Expand Down
Loading