Commit Graph

10809 Commits

Author SHA1 Message Date
r3-build
1c6c34fa40 Merging forward updates from release/os/4.7 to release/os/4.8 - 2024-08-13 2024-08-13 08:26:58 +00:00
Waldemar Żurowski
f60074e2b5
ES-758: use remote cache for nightly publishing (#7784)
* JFrog is shutting down JCenter completely and it is not longer
available
* as very short-term solution switch nightly publishing to R3
Artifactory cache, which already has all necessary binaries downloaded
from JCenter previously
* add missing configuration for Develocity (formerly Gradle Enterprise)
for remote caches
2024-08-13 09:26:00 +01:00
Rick Parker
8bdfbee3f9
Merge pull request #7782 from corda/merge-release/os/4.9-release/os/4.10-2024-08-12-297
ENT-12072: Merging forward updates from release/os/4.9 to release/os/4.10 - 2024-08-12
2024-08-12 22:13:55 +01:00
Rick Parker
ed3875c8b7
Merge branch 'release/os/4.10' into merge-release/os/4.9-release/os/4.10-2024-08-12-297 2024-08-12 19:27:12 +01:00
Rick Parker
38f24d33ba
ENT-12072 ENT-12073: Check notary whitelist when resolving old identities and don't depend on network map availability first for old network parameters (#7781)
Nodes currently will try and resolve network parameters from the network map and fail if it not available, rather than preferring the availability of a node they are currently interacting with.

A migrated notary identity could not be resolved on new nodes added post-migration, but the old identity is available in the network parameter notary whitelist.

Added a test that covers both bugs in a single reproduction test that simulates the scenario in which both were uncovered.
2024-08-12 19:19:30 +01:00
Adel El-Beik
7e61db7142 ENT-12060: Upgrade artemis to 2.36 2024-08-01 10:21:36 +01:00
snyk-bot
bd901b5121
fix: release-tools/testing/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
2024-08-01 05:15:49 +00:00
Chris Cochrane
08e084a449
Merge branch 'release/os/4.12' into merge-release/os/4.11-release/os/4.12-2024-07-31-321 2024-07-31 13:37:23 +01:00
Adel El-Beik
2223d2808d
Merge pull request #7771 from corda/cc/dev/os/49/security_vulnerabilities
ENT-11781 - BouncyCastle update for security issues
2024-07-31 13:21:02 +01:00
Adel El-Beik
847e47f56e
Merge pull request #7772 from corda/cc/dev/os/48/security_vulnerabilities
ENT-11889 - Vulnerability updates
2024-07-31 13:20:32 +01:00
Adel El-Beik
eb99c3088d
Merge pull request #7773 from corda/snyk-fix-2e680dae431e26ec29ab098ec605b3fe
[Snyk] Security upgrade amazoncorretto from 8u392-al2 to 8u422-al2
2024-07-31 13:19:42 +01:00
Adel El-Beik
df6d23ed80
Merge pull request #7756 from corda/snyk-fix-a389c1cf71fd40130672d30e45891faf
[Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2
2024-07-31 13:18:48 +01:00
Adel El-Beik
b4fb3795c2
Merge branch 'release/os/4.11' into snyk-fix-a389c1cf71fd40130672d30e45891faf 2024-07-31 13:18:37 +01:00
Adel El-Beik
3a51de36be
Merge pull request #7733 from corda/snyk-fix-125125f64edce278ab919b90848c0415
[Snyk] Security upgrade requests from 2.31.0 to 2.32.0
2024-07-31 13:17:28 +01:00
Adel El-Beik
33f0d41d82
Merge branch 'release/os/4.11' into snyk-fix-125125f64edce278ab919b90848c0415 2024-07-31 13:17:19 +01:00
Adel El-Beik
36da9f3b67
Merge branch 'release/os/4.11' into snyk-fix-a389c1cf71fd40130672d30e45891faf 2024-07-31 13:16:13 +01:00
Adel El-Beik
d9d391ec95
Merge pull request #7766 from corda/snyk-fix-495bdd4dd785796780d939c7941b26c7
[Snyk] Security upgrade setuptools from 40.5.0 to 70.0.0
2024-07-31 13:15:29 +01:00
Adel El-Beik
07722a3ed2
Merge pull request #7775 from corda/merge-release/os/4.10-release/os/4.11-2024-07-31-284
ENT-12039,ET-11684,ENT-11683: Merging forward security updates from release/os/4.10 to release/os/4.11 - 2024-07-31
2024-07-31 12:44:02 +01:00
r3-build
d6dd4cebbe Merging forward updates from release/os/4.10 to release/os/4.11 - 2024-07-31 2024-07-31 09:49:49 +00:00
Adel El-Beik
b5575b2f94
Merge pull request #7774 from corda/cc/dev/os/410/security_vulns
ENT-12041 - security issues
2024-07-31 10:48:34 +01:00
chriscochrane
9ba25720d8
Upgraded jackson 2024-07-30 16:09:59 +01:00
chriscochrane
e7e4d361f4
Upgraded jackson 2024-07-29 18:08:28 +01:00
chriscochrane
43d0c6a372
Disabled unwanted tests 2024-07-29 14:06:36 +01:00
chriscochrane
67e3b60455
Disabled (rather than ignored) tests 2024-07-29 13:27:23 +01:00
chriscochrane
fb6d409a50
Ignored tests we don't care about 2024-07-29 12:14:11 +01:00
snyk-bot
ca7cf73ceb
fix: docker/src/docker/DockerfileAL to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-AMZN2-CPIO-6371135
- https://snyk.io/vuln/SNYK-AMZN2-GLIBCMINIMALLANGPACK-6745170
- https://snyk.io/vuln/SNYK-AMZN2-LIBNGHTTP2-6745071
- https://snyk.io/vuln/SNYK-AMZN2-NSS-6229002
- https://snyk.io/vuln/SNYK-AMZN2-NSSTOOLS-6229107
2024-07-27 07:20:27 +00:00
chriscochrane
4b90f93f77
Updates for security issues 2024-07-18 14:23:16 +01:00
Adel El-Beik
d6c514c86e
Merge pull request #7770 from corda/adel/ENT-12008-os
ENT-12008: Upgrade artemis and resolved deprecated methods.
2024-07-18 08:34:09 +01:00
Adel El-Beik
a08c7139b0 ENT-12008: Fixed deprecated errors. 2024-07-17 13:09:48 +01:00
Adel El-Beik
495a27ca76 ENT-12008: Fixed deprecated methods. 2024-07-17 12:10:28 +01:00
Adel El-Beik
8f103711eb ENT-12008: Fixed deprecated methods. 2024-07-17 12:02:53 +01:00
Adel El-Beik
4ed675e56d ENT-12008: Upgrade artemis and resolved deprecated methods. 2024-07-17 11:37:43 +01:00
Adel El-Beik
4005e56da6
Merge pull request #7763 from corda/cc/dev/os/411/security_vulnerabilities
ENT-11705,ENT-11182,ENT-11767,ENT-11768 - Security vulnerabilities
2024-07-17 10:27:05 +01:00
Adel El-Beik
94c2a7bd1e
Merge pull request #7762 from corda/cc/dev/os/410/security_vulns
ENT-11687,ENT-11688,ENT-11707,ENT-11884 - security vulnerabilities
2024-07-17 10:26:09 +01:00
chriscochrane
f548c8bdd5
Vulnerability updates 2024-07-17 09:48:54 +01:00
chriscochrane
060bdab88f
Restored previous version of netty 2024-07-16 10:53:44 +01:00
chriscochrane
4534b3b024
Restored old netty version 2024-07-16 10:22:08 +01:00
Adel El-Beik
13182f949b
Merge pull request #7765 from corda/cc/dev/os/410/prevent_mergebot
ENT-11687 - Empty PR to prevent mergebot
2024-07-16 09:08:21 +01:00
snyk-bot
e8b84e4a82
fix: release-tools/testing/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
2024-07-16 03:16:29 +00:00
chriscochrane
e63d675609
Satisfy mergebot
# Conflicts:
#	build.gradle
2024-07-15 16:41:43 +01:00
Adel El-Beik
d3cb3da89d
Merge pull request #7761 from corda/cc/dev/os/49/security_vulns
ENT-11887 - Security issues
2024-07-15 11:41:43 +01:00
chriscochrane
743b1d7fc8
Upgrade Bouncy Castle 2024-07-15 10:57:34 +01:00
chriscochrane
a86853adbf
Dependency updates for security issues 2024-07-12 13:57:51 +01:00
chriscochrane
c7c89f33c7
Dependency updates for security issues. 2024-07-11 09:42:29 +01:00
chriscochrane
04010b74a1
Reverted Bouncy Castle version 2024-07-09 16:17:35 +01:00
chriscochrane
7cde5523dc
Dependency updates for security issues 2024-07-09 16:13:53 +01:00
Ronan Browne
a94470639b
ES-2480: fix doc publication of .tgz archive (#7759)
* ES-2480: fix doc publication
2024-06-28 09:04:08 +01:00
Ronan Browne
7e3e07a5af
ES-2485: Update Docker Hub repo (#7760) 2024-06-28 09:03:42 +01:00
Ronan Browne
9e0f3759a0
ENT-11382: adding missing descriptions which get picked up in POM files 2024-06-21 23:00:40 +01:00
Ronan Browne
6729a40289
ENT-11382: Add missing Pom meta data and JavaDoc Jars (#7758)
* ENT-11382: fix pom generation
* ENT-11382: Add missing JavaDoc publications
2024-06-20 17:00:48 +01:00