File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ private class DefaultIntentRedirectionSink extends IntentRedirectionSink {
3535 DefaultIntentRedirectionSink ( ) { sinkNode ( this , "intent-redirection" ) }
3636}
3737
38- /** External sanitizers for Intent redirection vulnerabilities. */
38+ /** An external sanitizer for Intent redirection vulnerabilities. */
3939private class ExternalIntentRedirectionSanitizer extends IntentRedirectionSanitizer {
4040 ExternalIntentRedirectionSanitizer ( ) { barrierNode ( this , "intent-redirection" ) }
4141}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ private class DefaultFragmentInjectionSink extends FragmentInjectionSink {
5050}
5151
5252/**
53- * A barrier for Fragment injection vulnerabilities.
53+ * A sanitizer for Fragment injection vulnerabilities.
5454 */
5555abstract class FragmentInjectionSanitizer extends DataFlow:: Node { }
5656
You can’t perform that action at this time.
0 commit comments