Skip to content

Commit 7930598

Browse files
authored
Merge pull request #24 from aws-solutions/release/v1.0.3
v1.0.3 release
2 parents 2551ce0 + 1ac3db7 commit 7930598

File tree

42 files changed

+1101
-1108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1101
-1108
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_modules/
88
dist
99
bom.json
1010
.env
11+
git-info
12+
build
1113

1214
# CDK asset staging directory
1315
.cdk.staging

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2025-07-25
9+
10+
### Security
11+
12+
- Upgraded `form-data` to mitigate [CVE-2025-7783](https://nvd.nist.gov/vuln/detail/CVE-2025-7783)
13+
- Upgraded `@node-saml/passport-saml` to mitigate [CVE-2025-54369](https://nvd.nist.gov/vuln/detail/CVE-2025-54369)
14+
15+
### Removed
16+
17+
- Removed unused dependency `axios`
18+
819
## [1.0.2] - 2025-06-25
920

1021
### Fixed

NOTICE

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ react-router under the MIT license.
149149
@aws-crypto/supports-web-crypto under the Apache-2.0 license.
150150
@aws-sdk/util-locate-window under the Apache-2.0 license.
151151
@aws-sdk/core under the Apache-2.0 license.
152-
@aws-sdk/xml-builder under the Apache-2.0 license.
153152
@smithy/core under the Apache-2.0 license.
154153
@smithy/middleware-serde under the Apache-2.0 license.
155154
@smithy/protocol-http under the Apache-2.0 license.
@@ -605,27 +604,6 @@ to-fast-properties under the MIT license.
605604
@types/babel__template under the MIT license.
606605
@types/babel__traverse under the MIT license.
607606
react-refresh under the MIT license.
608-
axios under the MIT license.
609-
follow-redirects under the MIT license.
610-
form-data under the MIT license.
611-
asynckit under the MIT license.
612-
combined-stream under the MIT license.
613-
delayed-stream under the MIT license.
614-
es-set-tostringtag under the MIT license.
615-
es-errors under the MIT license.
616-
get-intrinsic under the MIT license.
617-
call-bind-apply-helpers under the MIT license.
618-
function-bind under the MIT license.
619-
es-define-property under the MIT license.
620-
es-object-atoms under the MIT license.
621-
get-proto under the MIT license.
622-
dunder-proto under the MIT license.
623-
gopd under the MIT license.
624-
has-symbols under the MIT license.
625-
hasown under the MIT license.
626-
math-intrinsics under the MIT license.
627-
has-tostringtag under the MIT license.
628-
proxy-from-env under the MIT license.
629607
eslint-config-prettier under the MIT license.
630608
eslint-plugin-prettier under the MIT license.
631609
prettier under the MIT license.
@@ -636,6 +614,18 @@ synckit under the MIT license.
636614
eslint-plugin-react under the MIT license.
637615
array-includes under the MIT license.
638616
call-bind under the MIT license.
617+
call-bind-apply-helpers under the MIT license.
618+
es-errors under the MIT license.
619+
function-bind under the MIT license.
620+
es-define-property under the MIT license.
621+
get-intrinsic under the MIT license.
622+
es-object-atoms under the MIT license.
623+
get-proto under the MIT license.
624+
dunder-proto under the MIT license.
625+
gopd under the MIT license.
626+
has-symbols under the MIT license.
627+
hasown under the MIT license.
628+
math-intrinsics under the MIT license.
639629
set-function-length under the MIT license.
640630
define-data-property under the MIT license.
641631
has-property-descriptors under the MIT license.
@@ -654,8 +644,10 @@ is-typed-array under the MIT license.
654644
which-typed-array under the MIT license.
655645
for-each under the MIT license.
656646
is-callable under the MIT license.
647+
has-tostringtag under the MIT license.
657648
data-view-byte-length under the MIT license.
658649
data-view-byte-offset under the MIT license.
650+
es-set-tostringtag under the MIT license.
659651
es-to-primitive under the MIT license.
660652
is-date-object under the MIT license.
661653
is-symbol under the MIT license.
@@ -739,6 +731,10 @@ rrweb-cssom under the MIT license.
739731
@csstools/color-helpers under the MIT-0 license.
740732
data-urls under the MIT license.
741733
whatwg-mimetype under the MIT license.
734+
form-data under the MIT license.
735+
asynckit under the MIT license.
736+
combined-stream under the MIT license.
737+
delayed-stream under the MIT license.
742738
html-encoding-sniffer under the MIT license.
743739
whatwg-encoding under the MIT license.
744740
iconv-lite under the MIT license.
@@ -950,6 +946,7 @@ shimmer under the BSD-2-Clause license.
950946
@aws-crypto/crc32c under the Apache-2.0 license.
951947
@aws-sdk/middleware-location-constraint under the Apache-2.0 license.
952948
@aws-sdk/middleware-ssec under the Apache-2.0 license.
949+
@aws-sdk/xml-builder under the Apache-2.0 license.
953950
@smithy/hash-blob-browser under the Apache-2.0 license.
954951
@smithy/chunked-blob-reader under the Apache-2.0 license.
955952
@smithy/chunked-blob-reader-native under the Apache-2.0 license.
@@ -1008,6 +1005,7 @@ passport-strategy under the MIT license.
10081005
pause under the MIT license.
10091006
utils-merge under the MIT license.
10101007
body-parser under the MIT license.
1008+
qs under the BSD-3-Clause license.
10111009
bytes under the MIT license.
10121010
content-type under the MIT license.
10131011
depd under the MIT license.
@@ -1017,7 +1015,6 @@ setprototypeof under the ISC license.
10171015
toidentifier under the MIT license.
10181016
on-finished under the MIT license.
10191017
ee-first under the MIT license.
1020-
qs under the BSD-3-Clause license.
10211018
raw-body under the MIT license.
10221019
unpipe under the MIT license.
10231020
type-is under the MIT license.
@@ -1114,7 +1111,6 @@ estree-walker under the MIT license.
11141111
magic-string under the MIT license.
11151112
@vitest/runner under the MIT license.
11161113
pathe under the MIT license.
1117-
strip-literal under the MIT license.
11181114
@vitest/snapshot under the MIT license.
11191115
expect-type under the Apache-2.0 license.
11201116
std-env under the MIT license.

docs/openapi/innovation-sandbox-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Innovation Sandbox on AWS
44
description: API documentation for the Innovation Sandbox on AWS solution.
5-
version: 1.0.2
5+
version: 1.0.3
66
license:
77
name: Apache 2.0
88
url: "http://www.apache.org/licenses/LICENSE-2.0.html"

0 commit comments

Comments
 (0)