Skip to content

Commit 3c57602

Browse files
Add changed framework coverage reports
1 parent de44583 commit 3c57602

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
package,sink,source,summary,sink:code,sink:html,sink:remote,sink:sql,sink:xss,source:local,summary:taint
2-
Dapper,55,,,,,,55,,,
3-
Microsoft.ApplicationBlocks.Data,28,,,,,,28,,,
4-
MySql.Data.MySqlClient,48,,,,,,48,,,
5-
ServiceStack,194,,7,27,,75,92,,,7
6-
System,28,3,25,,4,,23,1,3,25
1+
package,sink,source,summary,sink:code,sink:html,sink:remote,sink:sql,sink:xss,source:local,summary:taint,summary:value
2+
Dapper,55,,,,,,55,,,,
3+
Microsoft.ApplicationBlocks.Data,28,,,,,,28,,,,
4+
MySql.Data.MySqlClient,48,,,,,,48,,,,
5+
Newtonsoft.Json,,,73,,,,,,,73,
6+
ServiceStack,194,,7,27,,75,92,,,7,
7+
System,28,3,599,,4,,23,1,3,504,95

csharp/documentation/library-coverage/coverage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ C# framework & library support
88

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,
11-
System,"``System.*``, ``System``",3,25,28,5
12-
Others,"``Dapper``, ``Microsoft.ApplicationBlocks.Data``, ``MySql.Data.MySqlClient``",,,131,
13-
Totals,,3,32,353,5
11+
System,"``System.*``, ``System``",3,599,28,5
12+
Others,"``Dapper``, ``Microsoft.ApplicationBlocks.Data``, ``MySql.Data.MySqlClient``, ``Newtonsoft.Json``",,73,131,
13+
Totals,,3,679,353,5
1414

0 commit comments

Comments
 (0)