Detected 1 occurrence(s) of ‘\s*[a-z0-9\-_]*secret[key]+\s*[:=]+\s*["']\S+["']‘: const string method = "POST"; const string canonicalUri = "/CreateSpeech"; const string canonicalQueryString = ""; const string contentType = "application/json"; const string accessKey = "MyAccessKey"; const string secretKey = "MySecretKey"; const string host = serviceName + "." + regionName + ".ivonacloud.com"; const string requestPayload = "{"Input":{"Data":"Hello world"}}"; var hashedRequestPayload = […]
↧