Skip to content

Commit d6532e2

Browse files
committed
Python: minor cleanup in SensitiveDataSources
1 parent 00a71a1 commit d6532e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/ql/src/semmle/python/dataflow/new/SensitiveDataSources.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55

66
private import python
77
private import semmle.python.dataflow.new.DataFlow
8-
// Need to import since frameworks can extend `RemoteFlowSource::Range`
8+
// Need to import `semmle.python.Frameworks` since frameworks can extend `SensitiveDataSource::Range`
99
private import semmle.python.Frameworks
10-
private import semmle.python.Concepts
1110
private import semmle.python.security.internal.SensitiveDataHeuristics as SensitiveDataHeuristics
1211

1312
// We export these explicitly, so we don't also export the `HeuristicNames` module.

0 commit comments

Comments
 (0)