-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog + security fix backport (#8231)
* Don't allow update_into to mutate immutable objects (#8230) * add changelog for 39.0.1 * oops * bump versions * remove circle --------- Co-authored-by: Alex Gaynor <[email protected]>
- Loading branch information
1 parent
138da90
commit d6951dc
Showing
5 changed files
with
20 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
"__version__", | ||
] | ||
|
||
__version__ = "39.0.0" | ||
__version__ = "39.0.1" |
d6951dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the fixing related as: * Pyca Cryptography Vulnerable to Memory Corruption via 'update_into' Function *
Black Duck reference: BLACKDUCK - BDSA-2023-0242
Black Duck endpoint: https://blackduck.aa.com/api/vulnerabilities/BDSA-2023-0242/technical
d6951dc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the fixing related as: * Pyca Cryptography Vulnerable to Memory Corruption via 'update_into' Function *
Black Duck reference: BLACKDUCK - BDSA-2023-0242
Black Duck endpoint: https://blackduck.aa.com/api/vulnerabilities/BDSA-2023-0242/technical