[Core feature] Add metadata
to FlyteFile
#6257
Labels
backlogged
For internal use. Reserved for contributor team workflow.
enhancement
New feature or request
flytekit
FlyteKit Python related issue
Motivation: Why do you think this is important?
Flyte's type system serializes to
pickle
if the data type doesn't have a registeredTypeTransformer
. This format is known to be insecure as it allows remote code execution at the deserialization phase.If FlyteFile supports a metadata field, we could add a hash to it as an additional control to prevent pickling attacks or other forms of data-at-rest corruption.
It would help us even more to position Flyte as the right system to build a robust and secure ML supply chain.
Goal: What should the final outcome look like, ideally?
If this would be available, we could do something like:
Describe alternatives you've considered
ExtendedFlyteFile
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: