Skip to content

Commit e846572

Browse files
committed
Fix names
1 parent 632e487 commit e846572

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/LogForgingQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ private class LogForgingLogMessageSink extends Sink, LogMessageSink { }
7474
private class LogForgingTraceMessageSink extends Sink, TraceMessageSink { }
7575

7676
/** Log Forging sinks defined through Models as Data. */
77-
private class ExternalLDAPExprSink extends Sink {
78-
ExternalLDAPExprSink() { sinkNode(this, "logging") }
77+
private class ExternalLoggingExprSink extends Sink {
78+
ExternalLoggingExprSink() { sinkNode(this, "logging") }
7979
}
8080

8181
/**

csharp/ql/lib/semmle/code/csharp/security/dataflow/UrlRedirectQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ module UrlRedirect = TaintTracking::Global<UrlRedirectConfig>;
7272
class RemoteSource extends Source instanceof RemoteFlowSource { }
7373

7474
/** URL Redirection sinks defined through Models as Data. */
75-
private class ExternalLDAPExprSink extends Sink {
76-
ExternalLDAPExprSink() { sinkNode(this, "url-redirect") }
75+
private class ExternalUrlRedirectExprSink extends Sink {
76+
ExternalUrlRedirectExprSink() { sinkNode(this, "url-redirect") }
7777
}
7878

7979
/**

0 commit comments

Comments
 (0)