Skip to content

Commit

Permalink
Add changed framework coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2021
1 parent e4af146 commit 435ed00
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion csharp/documentation/library-coverage/coverage.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
package,sink,source,summary,sink:html,sink:xss,source:local,summary:taint
System,5,3,6,4,1,3,6
System,5,3,13,4,1,3,13
4 changes: 2 additions & 2 deletions csharp/documentation/library-coverage/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ C# framework & library support
:widths: auto

Framework / library,Package,Flow sources,Taint & value steps,Sinks (total),`CWE-079` :sub:`Cross-site scripting`
System,"``System.*``, ``System``",3,6,5,5
Totals,,3,6,5,5
System,"``System.*``, ``System``",3,13,5,5
Totals,,3,13,5,5

2 changes: 2 additions & 0 deletions java/documentation/library-coverage/coverage.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ org.apache.hc.core5.net,,,2,,,,,,,,,,,,,,2,
org.apache.hc.core5.util,,,24,,,,,,,,,,,,,,18,6
org.apache.http,27,3,70,,,,,,,25,,,,,2,3,62,8
org.dom4j,20,,,,,,,,,,,,,20,,,,
org.springframework.beans,,,26,,,,,,,,,,,,,,,26
org.springframework.http,14,,,,,,,,,14,,,,,,,,
org.springframework.ldap.core,14,,,,,,,,14,,,,,,,,,
org.springframework.security.web.savedrequest,,6,,,,,,,,,,,,,,6,,
org.springframework.util,,,139,,,,,,,,,,,,,,87,52
org.springframework.web.client,13,3,,,,,,,,13,,,,,,3,,
org.springframework.web.context.request,,8,,,,,,,,,,,,,,8,,
org.springframework.web.multipart,,12,,,,,,,,,,,,,,12,,
Expand Down
10 changes: 5 additions & 5 deletions java/documentation/library-coverage/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Java framework & library support
:class: fullWidthTable
:widths: auto

Framework / library,Package,Remote flow sources,Taint & value steps,Sinks (total),`CWE‑022` :sub:`Path injection`,`CWE‑036` :sub:`Path traversal`,`CWE‑079` :sub:`Cross-site scripting`,`CWE‑089` :sub:`SQL injection`,`CWE‑090` :sub:`LDAP injection`,`CWE‑094` :sub:`Code injection`,`CWE‑319` :sub:`Cleartext transmission`
Framework / library,Package,Flow sources,Taint & value steps,Sinks (total),`CWE‑022` :sub:`Path injection`,`CWE‑036` :sub:`Path traversal`,`CWE‑079` :sub:`Cross-site scripting`,`CWE‑089` :sub:`SQL injection`,`CWE‑090` :sub:`LDAP injection`,`CWE‑094` :sub:`Code injection`,`CWE‑319` :sub:`Cleartext transmission`
Android,``android.*``,18,,3,,,3,,,,
`Apache Commons Collections <https://commons.apache.org/proper/commons-collections/>`_,"``org.apache.commons.collections``, ``org.apache.commons.collections4``",,198,,,,,,,,
`Apache Commons IO <https://commons.apache.org/proper/commons-io/>`_,``org.apache.commons.io``,,22,,,,,,,,
Expand All @@ -15,8 +15,8 @@ Java framework & library support
`Apache HttpComponents <https://hc.apache.org/>`_,"``org.apache.hc.core5.*``, ``org.apache.http``",5,136,28,,,3,,,,25
`Google Guava <https://guava.dev/>`_,``com.google.common.*``,,158,6,,6,,,,,
Java Standard Library,``java.*``,3,327,17,13,,,,,,4
Java extensions,``javax.*``,22,151,15,,,,,1,1,1
`Spring <https://spring.io/>`_,``org.springframework.*``,29,,41,,,,,14,,27
Others,"``com.esotericsoftware.kryo.io``, ``com.esotericsoftware.kryo5.io``, ``com.fasterxml.jackson.databind``, ``com.unboundid.ldap.sdk``, ``jakarta.ws.rs.client``, ``jakarta.ws.rs.core``, ``org.apache.commons.codec``, ``org.apache.commons.jexl2``, ``org.apache.commons.jexl3``, ``org.apache.directory.ldap.client.api``, ``org.dom4j``, ``org.xml.sax``, ``org.xmlpull.v1``, ``play.mvc``",7,151,71,,,,,18,,1
Totals,,84,1835,181,13,6,6,,33,1,58
Java extensions,"``javax.*``, ``jakarta.*``",22,294,18,,,,,1,1,2
`Spring <https://spring.io/>`_,``org.springframework.*``,29,165,41,,,,,14,,27
Others,"``com.esotericsoftware.kryo.io``, ``com.esotericsoftware.kryo5.io``, ``com.fasterxml.jackson.databind``, ``com.unboundid.ldap.sdk``, ``org.apache.commons.codec``, ``org.apache.commons.jexl2``, ``org.apache.commons.jexl3``, ``org.apache.directory.ldap.client.api``, ``org.dom4j``, ``org.xml.sax``, ``org.xmlpull.v1``, ``play.mvc``",7,8,68,,,,,18,,
Totals,,84,2000,181,13,6,6,,33,1,58

0 comments on commit 435ed00

Please sign in to comment.