YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Avro Model File Vulnerability PoC
Vulnerability
DoS via Deep Nested Schema and Field Explosion in Avro model/data files
Files
poc_deep_schema.avroโ 100-level nested record schema causing recursive parsing overheadpoc_many_fields.avroโ 10,000 fields in schema causing memory/CPU exhaustionbenign.avroโ Clean file for comparison
Reproduce
import fastavro
with open('poc_deep_schema.avro', 'rb') as f:
reader = fastavro.reader(f) # Schema parsing overhead from 100-level nesting
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support