Skip to content

Commit da875bf

Browse files
committed
adding new bots security resource
1 parent 7a75aba commit da875bf

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

all.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8676,9 +8676,15 @@ <h2>Python-specific Bots resources</h2>
86768676
<a href="https://docs.python.org/3/library/asyncio.html">asyncio standard library</a>.</p>
86778677
</li>
86788678
</ul>
8679-
<h2>General Bots resources</h2>
8679+
<h2>Additional Bots resources</h2>
86808680
<ul>
86818681
<li>
8682+
<p><a href="https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/">Slack bot token leakage exposing business critical information</a>
8683+
is a detailed look at a search on GitHub for Slack tokens that are used
8684+
mostly for bots but must be kept secret. Otherwise those tokens expose
8685+
the entire Slack team's messaging to outside parties.</p>
8686+
</li>
8687+
<li>
86828688
<p>The Economist wrote a general piece on
86838689
<a href="http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised">why bots look like they'll gain adoption in various market segments</a>.
86848690
The piece doesn't have much technical depth but it's a good overview of

bots.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,15 @@ <h2>Python-specific Bots resources</h2>
6868
<a href="https://docs.python.org/3/library/asyncio.html">asyncio standard library</a>.</p>
6969
</li>
7070
</ul>
71-
<h2>General Bots resources</h2>
71+
<h2>Additional Bots resources</h2>
7272
<ul>
7373
<li>
74+
<p><a href="https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/">Slack bot token leakage exposing business critical information</a>
75+
is a detailed look at a search on GitHub for Slack tokens that are used
76+
mostly for bots but must be kept secret. Otherwise those tokens expose
77+
the entire Slack team's messaging to outside parties.</p>
78+
</li>
79+
<li>
7480
<p>The Economist wrote a general piece on
7581
<a href="http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised">why bots look like they'll gain adoption in various market segments</a>.
7682
The piece doesn't have much technical depth but it's a good overview of

source/content/pages/09-bots/01-bots.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ often also called "chatbots", "assistants" or "agents."
3333
[asyncio standard library](https://docs.python.org/3/library/asyncio.html).
3434

3535

36-
## General Bots resources
36+
## Additional Bots resources
37+
* [Slack bot token leakage exposing business critical information](https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/)
38+
is a detailed look at a search on GitHub for Slack tokens that are used
39+
mostly for bots but must be kept secret. Otherwise those tokens expose
40+
the entire Slack team's messaging to outside parties.
41+
3742
* The Economist wrote a general piece on
3843
[why bots look like they'll gain adoption in various market segments](http://www.economist.com/news/business-and-finance/21696477-market-apps-maturing-now-one-text-based-services-or-chatbots-looks-poised).
3944
The piece doesn't have much technical depth but it's a good overview of

0 commit comments

Comments
 (0)