Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

README.md add security advice to readme #376

Merged
merged 2 commits into from
Jan 30, 2022
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ before opening a new issue.

Please take a look at the changelog in our [Photobooth Wiki](https://github.com/andi34/photobooth/wiki/changelog).

### :warning: Security advice

Photobooth is not hardened against any kind of *targeted* attacks.
It uses user defined commands for tasks like taking photos and is allowed to replace its own files for easy updating.
Because of this it's not advised to operate Photobooth in an untrusted network and
**you should absolutely not make Photobooth accessible through the internet without heavy modifications!**

### :copyright: License

Photobooth source is licensed under the MIT license.
Expand Down
7 changes: 7 additions & 0 deletions src/sass/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ body {
text-decoration: underline;
}
}

.security-advice {
color: #000000;
background-color: #FFFF00;
border: 3px #000000;
border-radius: 25px;
}
8 changes: 7 additions & 1 deletion welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<p></p>
<p>Photobooth was initally developped by Andre Rinas especially to run on a Raspberry Pi.<br>
In 2019 Andreas Blaesius picked up the work and continued to work on the source.</p>
<p>With the help of the community Photobooth growed to a powerfull Photobooth software with a lot of features and possibilities.<br>
<p>With the help of the community Photobooth grew to a powerfull Photobooth software with a lot of features and possibilities.<br>
By a lot of features, we mean a lot (!!!) and you might have some questions - now or later. You can find a lot of useful information inside
the <a href="https://github.com/andi34/photobooth/wiki" target="_blank" rel="noopener noreferrer">Photobooth-Wiki</a> or at the <a href="https://t.me/PhotoboothGroup" target="_blank" rel="noopener noreferrer">Telegram group</a>.</p>
<p></p>
Expand All @@ -69,6 +69,12 @@
<p>You are missing some translation or your language isn't supported yet? Don't worry! You can request new language support at <a href="https://github.com/andi34/photobooth/issues" target="_blank" rel="noopener noreferrer">GitHub</a>,
you can translate Photobooth at <a href="https://crowdin.com/project/photobooth" target="_blank" rel="noopener noreferrer">Crowdin</a>.</p>
<p></p>
<p class="security-advice"><b>Security advice</b><br><br>
Photobooth is not hardened against any kind of <i>targeted</i> attacks.<br>
It uses user defined commands for tasks like taking photos and is allowed to replace its own files for easy updating.<br>
Because of this it's not advised to operate Photobooth in an untrusted network and<br>
<b>you should absolutely not make Photobooth accessible through the internet without heavy modifications!</b></p>
<p></p>
<p>Thanks for the reading! Enjoy your Photobooth!</p>
<p><a href="./" class="btn btn--flex">Start Photobooth</a></p>
</div>
Expand Down