Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: d/TestApplication/tree/develop/Scripts/PRODUCTS"; // Location on the disk where the local repository should be cloned string workingDirectory = "C:\TestGit"; var credential = new UsernamePasswordCredentials() { Username = "nitin", Password = "test" }; CloneOptions cloneOptions = new CloneOptions(); cloneOptions.Credentials = credential; // Perform the initial clone string repoPath = Repository.Clone(url, workingDirectory, cloneOptions); using […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles