Skip to content

Commit efb1cd4

Browse files
Add changed framework coverage reports
1 parent d5682f1 commit efb1cd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

csharp/documentation/library-coverage/coverage.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package,sink,source,summary,sink:code,sink:html,sink:remote,sink:sql,sink:xss,source:local,summary:taint,summary:value
22
Dapper,55,,,,,,55,,,,
33
Microsoft.ApplicationBlocks.Data,28,,,,,,28,,,,
4+
Microsoft.Extensions.Primitives,,,54,,,,,,,54,
45
Microsoft.VisualBasic,,,4,,,,,,,,4
56
MySql.Data.MySqlClient,48,,,,,,48,,,,
67
Newtonsoft.Json,,,91,,,,,,,73,18

csharp/documentation/library-coverage/coverage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ C# framework & library support
99
Framework / library,Package,Flow sources,Taint & value steps,Sinks (total),`CWE-079` :sub:`Cross-site scripting`
1010
`ServiceStack <https://servicestack.net/>`_,"``ServiceStack.*``, ``ServiceStack``",,7,194,
1111
System,"``System.*``, ``System``",3,2336,28,5
12-
Others,"``Dapper``, ``Microsoft.ApplicationBlocks.Data``, ``Microsoft.VisualBasic``, ``MySql.Data.MySqlClient``, ``Newtonsoft.Json``",,95,131,
13-
Totals,,3,2438,353,5
12+
Others,"``Dapper``, ``Microsoft.ApplicationBlocks.Data``, ``Microsoft.Extensions.Primitives``, ``Microsoft.VisualBasic``, ``MySql.Data.MySqlClient``, ``Newtonsoft.Json``",,149,131,
13+
Totals,,3,2492,353,5
1414

0 commit comments

Comments
 (0)