Skip to content

Commit f427546

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with security recommendation for production LogLevel setting
1 parent bda74dc commit f427546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ SPDX-License-Identifier: MIT-0
1111
- Administrators can provision the service role once with elevated privileges, then delegate deployment capabilities to developer/DevOps teams
1212
- Includes comprehensive documentation and cross-referenced deployment guides explaining the security model and setup process
1313

14+
1415
### Fixed
1516
- Fixed issue where CloudFront policy statements were still appearing in generated GovCloud templates despite CloudFront resources being removed
1617
- Fix duplicate Glue tables are created when using a document class that contains a dash (-). Resolved by replacing dash in section types with underscore character when creating the table, to align with the table name generated later by the Glue crawler - resolves #57.
1718
- Fix occasional UI error 'Failed to get document details - please try again later' - resolves #58
1819
- Fixed UI zipfile creation to exclude .aws-sam directories and .env files from deployment package
20+
- Added security recommendation to set LogLevel parameter to WARN or ERROR (not INFO) for production deployments to prevent logging of sensitive information including PII data, document contents, and S3 presigned URLs
1921

2022
## [0.3.15]
2123

0 commit comments

Comments
 (0)