-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cherrypick: two more runtime fixes (#3695)
* fix: more permissive type assertions (#3692) * fix: more permissive type assertions Fixes #3684 * fix: json serialization cycles (#3693) See microsoft/BotFramework-Composer#7854 for more details. * fix: limit serialized form of storage types These can end up in serialized JSON transcripts as well, so to limit the chance of including connection strings or other secrets we should restrict their serialized forms. Co-authored-by: Steven Gum <[email protected]> * fix: two typos (#3696) Co-authored-by: Steven Gum <[email protected]>
- Loading branch information
1 parent
199aba1
commit d2b0197
Showing
5 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters