Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f8dd7c

Browse files
committed
text changes
1 parent 87668bf commit 0f8dd7c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

java/ql/src/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ import semmle.code.java.frameworks.ApacheHttp
1515
import semmle.code.java.frameworks.android.XmlParsing
1616
import semmle.code.java.frameworks.android.WebView
1717
import semmle.code.java.frameworks.JaxWS
18+
import semmle.code.java.frameworks.android.Android
1819
import semmle.code.java.frameworks.android.Intent
1920
import semmle.code.java.frameworks.SpringWeb
2021
import semmle.code.java.frameworks.Guice
2122
import semmle.code.java.frameworks.struts.StrutsActions
2223
import semmle.code.java.frameworks.Thrift
23-
import semmle.code.java.frameworks.android.Android
2424

2525
/** A data flow source of remote user input. */
2626
abstract class RemoteFlowSource extends DataFlow::Node {
@@ -272,9 +272,7 @@ class AndroidIntentInput extends DataFlow::Node {
272272
}
273273
}
274274

275-
/**
276-
* Method access to external inputs of `android.content.Intent` object
277-
*/
275+
/** Method access to external inputs of `android.content.Intent` object. */
278276
class IntentGetExtraMethodAccess extends MethodAccess {
279277
IntentGetExtraMethodAccess() {
280278
exists(AndroidComponent ac |
@@ -291,9 +289,7 @@ class IntentGetExtraMethodAccess extends MethodAccess {
291289
}
292290
}
293291

294-
/**
295-
* Android intent extra source
296-
*/
292+
/** Android intent extra source. */
297293
private class AndroidIntentExtraSource extends RemoteFlowSource {
298294
AndroidIntentExtraSource() {
299295
exists(MethodAccess ma |

0 commit comments

Comments
 (0)