mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Fix test comments
This commit is contained in:
@@ -146,7 +146,6 @@ public class UnsafeAndroidAccess extends Activity {
|
||||
});
|
||||
|
||||
String thisUrl = getIntent().getStringExtra("url");
|
||||
// This should be considered safe - the query lacks a proper sanitizer for partial URLs.
|
||||
wv.loadUrl("https://www.mycorp.com/" + thisUrl);
|
||||
wv.loadUrl("https://www.mycorp.com/" + thisUrl); // Safe
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user