Search results for query: *

  1. P

    Question ReadLine caught in security scan as deserialization of untrusted data

    I have below code implemented in my project.. public static String LoadTextFile(String path) { StringBuilder sb = new StringBuilder(); using (StreamReader reader = new FileInfo(path).OpenText()) { try { String text = null...
Back
Top Bottom