YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
JSON Model File DoS and Prototype Pollution PoC
Vulnerability
DoS via deeply nested/large JSON + prototype pollution for JS-based ML tools
Files
poc_deep_nest.jsonโ 10,000 levels deep, causes stack overflow on json.load()poc_huge_object.jsonโ 100K keys, causes excessive memory/CPU on parsingpoc_prototype_pollution.jsonโ proto pollution payload for TF.js/Node consumers
Reproduce
import json
# Stack overflow from deep nesting:
with open('poc_deep_nest.json') as f:
json.load(f) # RecursionError
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support