Remove remoteFlowSource integration test

This commit is contained in:
Ed Minnix
2025-02-05 11:24:29 -05:00
parent a783ac1abf
commit 274a2d8dac
6 changed files with 0 additions and 33 deletions

View File

@@ -1,4 +0,0 @@
| BlazorTest/Components/Pages/TestPage.razor:10:29:10:36 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:19:38:19:47 | access to property QueryParam | external |
| BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | external |

View File

@@ -1,7 +0,0 @@
import semmle.code.csharp.security.dataflow.flowsources.Remote
from RemoteFlowSource source, File f
where
source.getLocation().getFile() = f and
(f.fromSource() or f.getExtension() = "razor")
select source, source.getSourceType()

View File

@@ -1,4 +0,0 @@
| BlazorTest/Components/Pages/TestPage.razor:10:29:10:36 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:19:38:19:47 | access to property QueryParam | external |
| BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | external |

View File

@@ -1,7 +0,0 @@
import semmle.code.csharp.security.dataflow.flowsources.Remote
from RemoteFlowSource source, File f
where
source.getLocation().getFile() = f and
(f.fromSource() or f.getExtension() = "razor")
select source, source.getSourceType()

View File

@@ -1,4 +0,0 @@
| BlazorTest/Components/Pages/TestPage.razor:10:29:10:36 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:11:48:11:55 | access to property UrlParam | ASP.NET Core component route parameter |
| BlazorTest/Components/Pages/TestPage.razor:19:38:19:47 | access to property QueryParam | external |
| BlazorTest/Components/Pages/TestPage.razor:20:60:20:69 | access to property QueryParam | external |

View File

@@ -1,7 +0,0 @@
import semmle.code.csharp.security.dataflow.flowsources.Remote
from RemoteFlowSource source, File f
where
source.getLocation().getFile() = f and
(f.fromSource() or f.getExtension() = "razor")
select source, source.getSourceType()