Skip to content

Commit 9505846

Browse files
authored
Merge pull request #6821 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents 5b13232 + 33ee947 commit 9505846

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

java/documentation/library-coverage/coverage.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package,sink,source,summary,sink:bean-validation,sink:create-file,sink:groovy,sink:header-splitting,sink:information-leak,sink:jexl,sink:jndi-injection,sink:ldap,sink:mvel,sink:ognl-injection,sink:open-url,sink:set-hostname-verifier,sink:sql,sink:url-open-stream,sink:url-redirect,sink:xpath,sink:xslt,sink:xss,source:contentprovider,source:remote,summary:taint,summary:value
2-
android.content,8,27,4,,,,,,,,,,,,,8,,,,,,27,,4,
2+
android.content,8,27,61,,,,,,,,,,,,,8,,,,,,27,,4,57
33
android.database,59,,30,,,,,,,,,,,,,59,,,,,,,,30,
44
android.net,,,60,,,,,,,,,,,,,,,,,,,,,45,15
5+
android.os,,,82,,,,,,,,,,,,,,,,,,,,,2,80
56
android.util,,16,,,,,,,,,,,,,,,,,,,,,16,,
67
android.webkit,3,2,,,,,,,,,,,,,,,,,,,3,,2,,
78
cn.hutool.core.codec,,,1,,,,,,,,,,,,,,,,,,,,,1,

java/documentation/library-coverage/coverage.rst

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

99
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`
10-
Android,``android.*``,45,94,70,,,3,67,,,
10+
Android,``android.*``,45,233,70,,,3,67,,,
1111
`Apache Commons Collections <https://commons.apache.org/proper/commons-collections/>`_,"``org.apache.commons.collections``, ``org.apache.commons.collections4``",,1600,,,,,,,,
1212
`Apache Commons IO <https://commons.apache.org/proper/commons-io/>`_,``org.apache.commons.io``,,22,,,,,,,,
1313
`Apache Commons Lang <https://commons.apache.org/proper/commons-lang/>`_,``org.apache.commons.lang3``,,423,,,,,,,,
@@ -19,5 +19,5 @@ Java framework & library support
1919
Java extensions,"``javax.*``, ``jakarta.*``",54,552,32,,,4,,1,1,2
2020
`Spring <https://spring.io/>`_,``org.springframework.*``,29,469,91,,,,19,14,,29
2121
Others,"``cn.hutool.core.codec``, ``com.esotericsoftware.kryo.io``, ``com.esotericsoftware.kryo5.io``, ``com.fasterxml.jackson.core``, ``com.fasterxml.jackson.databind``, ``com.opensymphony.xwork2.ognl``, ``com.unboundid.ldap.sdk``, ``flexjson``, ``groovy.lang``, ``groovy.util``, ``jodd.json``, ``net.sf.saxon.s9api``, ``ognl``, ``org.apache.commons.codec``, ``org.apache.commons.jexl2``, ``org.apache.commons.jexl3``, ``org.apache.commons.ognl``, ``org.apache.directory.ldap.client.api``, ``org.apache.ibatis.jdbc``, ``org.apache.shiro.codec``, ``org.apache.shiro.jndi``, ``org.codehaus.groovy.control``, ``org.dom4j``, ``org.hibernate``, ``org.jooq``, ``org.mvel2``, ``org.xml.sax``, ``org.xmlpull.v1``, ``play.mvc``",7,28,151,,,,14,18,,
22-
Totals,,143,4986,408,13,6,10,107,33,1,66
22+
Totals,,143,5125,408,13,6,10,107,33,1,66
2323

0 commit comments

Comments
 (0)