Skip to content

Commit 187b7e1

Browse files
authored
Merge pull request github#6715 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents 2cbad4a + f0e7be7 commit 187b7e1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
package,sink,source,summary,sink:html,sink:xss,source:local,summary:taint
2-
System,5,3,13,4,1,3,13
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,13,,4,,23,1,3,13

csharp/documentation/library-coverage/coverage.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ C# framework & library support
77
:widths: auto
88

99
Framework / library,Package,Flow sources,Taint & value steps,Sinks (total),`CWE-079` :sub:`Cross-site scripting`
10-
System,"``System.*``, ``System``",3,13,5,5
11-
Totals,,3,13,5,5
10+
`ServiceStack <https://servicestack.net/>`_,"``ServiceStack.*``, ``ServiceStack``",,7,194,
11+
System,"``System.*``, ``System``",3,13,28,5
12+
Others,"``Dapper``, ``Microsoft.ApplicationBlocks.Data``, ``MySql.Data.MySqlClient``",,,131,
13+
Totals,,3,20,353,5
1214

0 commit comments

Comments
 (0)