mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Minor tweaks to QLDocs
This commit is contained in:
@@ -35,7 +35,7 @@ private class DefaultIntentRedirectionSink extends IntentRedirectionSink {
|
||||
DefaultIntentRedirectionSink() { sinkNode(this, "intent-redirection") }
|
||||
}
|
||||
|
||||
/** External sanitizers for Intent redirection vulnerabilities. */
|
||||
/** An external sanitizer for Intent redirection vulnerabilities. */
|
||||
private class ExternalIntentRedirectionSanitizer extends IntentRedirectionSanitizer {
|
||||
ExternalIntentRedirectionSanitizer() { barrierNode(this, "intent-redirection") }
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ private class DefaultFragmentInjectionSink extends FragmentInjectionSink {
|
||||
}
|
||||
|
||||
/**
|
||||
* A barrier for Fragment injection vulnerabilities.
|
||||
* A sanitizer for Fragment injection vulnerabilities.
|
||||
*/
|
||||
abstract class FragmentInjectionSanitizer extends DataFlow::Node { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user