Skip to content

Commit

Permalink
Bump for security update and time field input
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Jul 14, 2023
1 parent bc3f744 commit 29199a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ Format:
- Shorten path names to try to accommodate limitations of windows systems while still keeping enough useful information to help devs identify the test outputs. https://github.com/SuffolkLITLab/ALKiln/issues/618
- Updated field decoding to handle new object field encoding. See [#711](https://github.com/SuffolkLITLab/ALKiln/issues/711)
- Allow multiple languages to be tested again. See [#713](https://github.com/SuffolkLITLab/ALKiln/issues/713).
- Fill in time fields correctly. See [#726](https://github.com/SuffolkLITLab/ALKiln/pull/726).

### Security
- Pass docassemble API keys through HTTP headers instead of as parameters.
- Parameters to certain HTTP requests are printed directly in docassemble's
uWSGI log, leaking API keys to actors with log access on your docassemble
server
- Update dependencies. See [#727](https://github.com/SuffolkLITLab/ALKiln/pull/727).

## [4.11.1] - 2023-03-21
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suffolklitlab/alkiln",
"version": "5.0.0-pre-8",
"version": "5.0.0-pre-9",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 29199a4

Please sign in to comment.