Skip to content

Commit

Permalink
Add warning to not use this module in production
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 6, 2020
1 parent 47bcab3 commit e1e438f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![Juice Shop CTF Logo](https://github.com/bkimminich/juicy-chat-bot/raw/master/JuicyChatBot.png) Juicy Chat Bot

[![npm Downloads](https://img.shields.io/npm/dm/juicy-chat-bot.svg)](https://www.npmjs.com/package/juicy-chat-bot)
[![npm Downloads](https://img.shields.io/npm/dm/juicy-chat-bot.svg)](https://www.npmjs.com/package/juicy-chat-bot)
[![Build Status](https://travis-ci.com/bkimminich/juicy-chat-bot.svg?branch=master)](https://travis-ci.com/bkimminich/juicy-chat-bot)
[![Coverage Status](https://coveralls.io/repos/github/bkimminich/juicy-chat-bot/badge.svg?branch=master)](https://coveralls.io/github/bkimminich/juicy-chat-bot?branch=master)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
Expand All @@ -10,4 +10,12 @@ Smart, friendly and helpful chat bot for OWASP Juice Shop.
## Licensing [![license](https://img.shields.io/github/license/bkimminich/juicy-chat-bot.svg)](LICENSE)

This program is free software: you can redistribute it and/or modify it
under the terms of the [MIT license](LICENSE). Juicy Chat Bot and any contributions are Copyright © by Bjoern Kimminich 2020.
under the terms of the [MIT license](LICENSE). Juicy Chat Bot and any
contributions are Copyright © by Bjoern Kimminich 2020.

---

⚠️ _This software contains **intentional security flaws** for
educational purposes! Depending on this module might put your own system
at risk! **Do not use** this as an actual foundation for
production-grade chat bot solutions!_

0 comments on commit e1e438f

Please sign in to comment.