rustcc / forustm

A forum for rust community, using Rust, and Sapper.
https://rust.cc
91 stars 17 forks source link

Public API Key #65

Closed Ghost-Sailor closed 6 years ago

Ghost-Sailor commented 6 years ago

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 commented 6 years ago

We'll fix it soon.