Deserialization - CI/CD用語集の定義
デシリアライズは、シリアライズされたバイト(JSON、protobuf)からメモリ上のオブジェクトを再構築します。信頼できないデータを検証なしにデシリアライズすることは、よく知られたリモートコード実行のリスクです。
関連ガイド
Serialization - CI/CD Glossary DefinitionSerialization converts an in-memory object into a byte stream or string for storage or transport, so it can b…
JSON Schema - CI/CD Glossary DefinitionJSON Schema is a vocabulary for declaring the shape of JSON documents - required fields, types, constraints -…
Protobuf - CI/CD Glossary DefinitionProtocol Buffers are a compact, schema-defined binary serialization format used by gRPC for fast, versioned,…