Skip to content

Commit 8a950ee

Browse files
committed
fix
1 parent ada1c28 commit 8a950ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/src/Security Features/CWE-114/AssemblyPathInjection.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Loading a .NET assembly based on a path constructed from user-controlled sources
44
* may allow a malicious user to load code which modifies the program in unintended
55
* ways.
6-
* @kind path-problem
6+
* @kind problem
77
* @id cs/assembly-path-injection
88
* @problem.severity error
99
* @security-severity 8.2
@@ -15,7 +15,6 @@
1515
import csharp
1616
import semmle.code.csharp.security.dataflow.flowsources.Remote
1717
import semmle.code.csharp.commons.Util
18-
import semmle.code.csharp.dataflow.DataFlow::DataFlow::PathGraph
1918

2019
/**
2120
* A taint-tracking configuration for untrusted user input used to load a DLL.

0 commit comments

Comments
 (0)