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

Public API Key #65

Closed
Ghost-Sailor opened this issue Jan 16, 2018 · 1 comment · Fixed by #71
Closed

Public API Key #65

Ghost-Sailor opened this issue Jan 16, 2018 · 1 comment · Fixed by #71

Comments

@Ghost-Sailor
Copy link

You have a public API key in src/util/mod.rs

    let body = serde_urlencoded::to_string([
        ("apiUser", "rustcc"),
        ("apiKey", "Cb2HNnzRBRGq6QLa"),
        ("templateInvokeName", "reset_password"),
        ("xsmtpapi", &xsmtpapi.to_string()),
        ("from", "admin@rust.cc"),
        ("fromName", "Admin"),
        ("subject", "重置密码"),

Leaks your apiKey and where to use it.

@miketang84
Copy link
Member

We'll fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants