Skip to content

Commit bfe4b72

Browse files
committed
Obfuscate security email from web scrapers so we don't get spam to our pagers.
1 parent 1e9b948 commit bfe4b72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you've found a bug in Meteor, file a bug report in [our issue
44
tracker](https://github.com/meteor/meteor/issues). If the issue contains
55
sensitive information or raises a security concern, email
6-
[security@meteor.com](mailto:security@meteor.com) instead, which will page the
6+
<code>security[]()@[]()meteor.com</code> instead, which will page the
77
security team.
88

99
A Meteor app has many moving parts, and it's often difficult to reproduce a bug

docs/client/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 id="resources">Developer Resources</h2>
133133
can.</dd>
134134

135135
<dt><span>GitHub</span></dt>
136-
<dd>The code is on <a href="http://github.com/meteor/meteor">GitHub</a>. The best way to send a patch is with a GitHub pull request, and the best way to file a bug is in the GitHub bug tracker. If the issue contains sensitive information or raises a security concern, email <a href="mailto:security@meteor.com">security@meteor.com</a> instead, which will page the security team.</dd>
136+
<dd>The code is on <a href="http://github.com/meteor/meteor">GitHub</a>. The best way to send a patch is with a GitHub pull request, and the best way to file a bug is in the GitHub bug tracker. If the issue contains sensitive information or raises a security concern, email <code>security</code><code>@</code><code>meteor</code><code>.</code><code>com</code> instead, which will page the security team.</dd>
137137
</dl>
138138

139139
{{/markdown}}

0 commit comments

Comments
 (0)