mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Add framework coverage report
This commit is contained in:
2
csharp/documentation/library-coverage/coverage.csv
Normal file
2
csharp/documentation/library-coverage/coverage.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
package,sink,source,summary,sink:html,source:local,summary:taint
|
||||
System,4,3,6,4,3,6
|
||||
|
12
csharp/documentation/library-coverage/coverage.rst
Normal file
12
csharp/documentation/library-coverage/coverage.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
C# framework & library support
|
||||
================================
|
||||
|
||||
.. csv-table::
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
|
||||
Framework / library,Package,Remote flow sources,Taint & value steps,Sinks (total),`CWE-079` :sub:`Cross-site scripting`
|
||||
System,"``System.*``, ``System``",,6,4,4
|
||||
Totals,,,6,4,4
|
||||
|
||||
Reference in New Issue
Block a user