Skip to content

Commit 086508b

Browse files
authored
Replace admin/jai emails for security policy with support email (#5524)
1 parent 8b04303 commit 086508b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/docs/public/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ info:
8282
- `X-Ratelimit-Reset`: the time in seconds until the ratelimit window resets
8383
8484
Ratelimits are the same no matter whether you use a token or not.
85-
The ratelimit is currently 300 requests per minute. If you have a use case requiring a higher limit, please [contact us](mailto:admin@modrinth.com).
85+
The ratelimit is currently 300 requests per minute. If you have a use case requiring a higher limit, please [contact us](mailto:support@modrinth.com).
8686
8787
## User Agents
8888
To access the Modrinth API, you **must** use provide a uniquely-identifying `User-Agent` header.

apps/frontend/src/pages/legal/security.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<strong>Do not open a GitHub issue for a found vulnerability</strong>.
1414
</p>
1515
<p>
16-
Send details to <a href="mailto:jai@modrinth.com">jai@modrinth.com</a>
16+
Send details to <a href="mailto:support@modrinth.com">support@modrinth.com</a>
1717
including:
1818
</p>
1919
<ul>
@@ -48,7 +48,7 @@
4848
Python Discord Security Notice</a
4949
>.
5050
</p>
51-
<p><em>Version 2022-11</em></p>
51+
<p><em>Version 2026-03</em></p>
5252
</div>
5353
</template>
5454

apps/frontend/src/public/.well-known/security.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Contact: mailto:jai@modrinth.com
2-
Expires: 2025-12-31T00:00:00.000Z
1+
Contact: mailto:support@modrinth.com
2+
Expires: 2026-12-31T00:00:00.000Z
33
Preferred-Languages: en
44
Canonical: https://modrinth.com/.well-known/security.txt
55
Policy: https://modrinth.com/legal/security

0 commit comments

Comments
 (0)