Pull Request Information - Title: Security1 #216 - State: Merged - Commits: 9 commits merged into master from security1 - Created by: locka99 - Created on: Jun 10, 2022 Code Changes - File: lib/src/types/encoding.rs - Added depth checks to prevent recursion: - Modified to include - File: lib/src/types/extension_object.rs - Added depth checks to prevent deep recursion for : - Introduced in the function - File: lib/src/types/variant.rs - Implemented depth checking for nested variants to prevent deep recursion: - Included in the function for Key Security Action - Added depth checks in potentially recursive data structures to prevent deep recursion vulnerabilities.