File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ deprecated class FragmentInjectionTaintConf extends TaintTracking::Configuration
2323 }
2424}
2525
26+ /**
27+ * A taint-tracking configuration for unsafe user input
28+ * that is used to create Android fragments dynamically.
29+ */
2630module FragmentInjectionTaintConfig implements DataFlow:: ConfigSig {
2731 predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
2832
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ deprecated class LogInjectionConfiguration extends TaintTracking::Configuration
2323 }
2424}
2525
26+ /**
27+ * A taint-tracking configuration for tracking untrusted user input used in log entries.
28+ */
2629module LogInjectionConfig implements DataFlow:: ConfigSig {
2730 predicate isSource ( DataFlow:: Node source ) { source instanceof RemoteFlowSource }
2831
You can’t perform that action at this time.
0 commit comments