@@ -13,30 +13,18 @@ This report is available at
13
13
<td>${product_version}</td>
14
14
</tr >
15
15
<tr >
16
- <th>Report date, UTC</th>
17
- <td>${report_date_utc}</td>
18
- </tr >
19
- </table >
20
-
21
- ## Release creator
22
-
23
- This information is available in multiple ways:
24
-
25
- <table >
26
- <tr >
27
- <th>Evergreen</th>
16
+ <th>Release creator</th>
28
17
<td>
29
- Go to
30
- <a href="https://evergreen.mongodb.com/waterfall/mongo-java-driver?bv_filter=Publish%20Release">
31
- https://evergreen.mongodb.com/waterfall/mongo-java-driver?bv_filter=Publish%20Release</a>,
32
- find the build triggered from Git tag <code>r${product_version}</code>, see who authored it.
18
+ ${product_release_creator}
19
+ <p>
20
+ Refer to data in Papertrail for more details.
21
+ There is currently no official way to serve that data.
22
+ </p>
33
23
</td>
34
24
</tr >
35
25
<tr >
36
- <th>Papertrail</th>
37
- <td>
38
- Refer to data in Papertrail. There is currently no official way to serve that data.
39
- </td>
26
+ <th>Report date, UTC</th>
27
+ <td>${report_date_utc}</td>
40
28
</tr >
41
29
</table >
42
30
@@ -47,22 +35,31 @@ Blocked on <https://jira.mongodb.org/browse/JAVA-5429>.
47
35
The MongoDB SSDLC policy is available at
48
36
< https://docs.google.com/document/d/1u0m4Kj2Ny30zU74KoEFCN4L6D_FbEYCaJ3CQdCYXTMc > .
49
37
50
- ## Third-darty dependency information
38
+ ## Third-party dependency information
51
39
52
40
There are no dependencies to report vulnerabilities of.
53
41
Our [ SBOM] ( https://docs.devprod.prod.corp.mongodb.com/mms/python/src/sbom/silkbomb/docs/CYCLONEDX/ ) lite
54
42
is < https://github.com/mongodb/mongo-java-driver/blob/r${product_version}/sbom.json > .
55
43
56
44
## Static analysis findings
57
45
58
- The static analysis findings are all available at
46
+ The static analysis findings are available at
59
47
< https://d-9067613a84.awsapps.com/start/#/console?account_id=857654397073&role_name=Drivers.User&destination=https%3a%2f%2fus-west-1.console.aws.amazon.com%2fs3%2fbuckets%2fjava-driver-release-assets%3fregion%3dus-west-1%26bucketType%3dgeneral%26prefix%3d${product_name}%2f${product_version}%2fstatic-analysis-reports%2f > .
60
48
All the findings in the aforementioned reports
61
49
are either of the MongoDB status "False Positive" or "No Fix Needed",
62
50
because code that has any other findings cannot technically get into the product.
63
51
64
52
< https://github.com/mongodb/mongo-java-driver/blob/r${product_version}/config/spotbugs/exclude.xml > may also be of interest.
65
53
54
+ ## Security testing results
55
+
56
+ The testing results are available at
57
+ <${evergreen_build_url}>.
58
+
59
+ See the driver security testing summary
60
+ < https://docs.google.com/document/d/1y2K_RY4GZVXpQvv4JH_35mSzFRTawNJ3mibpvSBU8H0 >
61
+ for the description of what is tested.
62
+
66
63
## Signature information
67
64
68
65
The product artifacts are signed.
0 commit comments