Skip to content
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

Update security contact for new email address #365

Merged
merged 1 commit into from
Sep 24, 2021
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
4 changes: 2 additions & 2 deletions .well-known/security.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Contact: mailto:contact@godotengine.org
Expires: Fri, 31 Dec 2021 23:59 +0000
Contact: mailto:security@godotengine.org
Expires: 2022-09-14T23:59:00.000Z
Preferred-Languages: en
Canonical: https://godotengine.org/.well-known/security.txt
Policy: https://github.com/godotengine/.github/blob/master/SECURITY.md
15 changes: 12 additions & 3 deletions themes/godotengine/pages/contact.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,26 @@ <h3 class="title">Support</h3>

<h3 class="title">Commercial support</h3>
<p>
While we still don't have a formal structure for offering commercial
While we don't have a formal structure for offering commercial
support, many Godot developers can already help you, work per hour, or
relocate to your company. For such inquiries, contact
<em>support@godotengine.org</em>. Let us know about your needs and we'll try
<a href="mailto:support@godotengine.org">support@godotengine.org</a>. Let us know about your needs and we'll try
to find the right person for you.
</p>

<h3 class="title">Reporting security vulnerabilities</h3>
<p>
If you've found a security vulnerability in Godot, please do not create an
issue on the GitHub issue tracker as issues are visible publicly.
</p>
<p>
Instead, send an email to <a href="mailto:security@godotengine.org">security@godotengine.org</a>.
</p>

<h3 class="title">General inquiries</h3>
<p>
For other inquiries such as business, education, non-profit, promotion, etc.
Contact <em>contact@godotengine.org</em>.
Contact <a href="mailto:contact@godotengine.org">contact@godotengine.org</a>.
</p>

<hr>
Expand Down