Apply suggestions from code review

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Tony Torralba
2021-12-15 15:59:40 +01:00
parent 65b6c16254
commit f0e9b768f2
8 changed files with 31 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
/** Provides classes and predicates related to Android Fragments. */
/** Provides classes and predicates to track Android fragments. */
import java

View File

@@ -35,7 +35,7 @@ class IsValidFragmentMethod extends Method {
/**
* A sink for Fragment injection vulnerabilities,
* that is, method calls that dynamically add Fragments to Activities.
* that is, method calls that dynamically add fragments to activities.
*/
abstract class FragmentInjectionSink extends DataFlow::Node { }

View File

@@ -7,7 +7,7 @@ import semmle.code.java.security.FragmentInjection
/**
* A taint-tracking configuration for unsafe user input
* that is used to create Android Fragments dinamically.
* that is used to create Android fragments dynamically.
*/
class FragmentInjectionTaintConf extends TaintTracking::Configuration {
FragmentInjectionTaintConf() { this = "FragmentInjectionTaintConf" }