You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fuzzing all addons: load all addons (addonscollection, addonsofficialcollection), request all catalogs, then all metas and then all streams; that way, we find if anything returned by the addons is unserializable by the types crate
NOTE: this might actually be a part of stremio-api-workers or stremio-qa, but will use stremio-core for validation
The text was updated successfully, but these errors were encountered:
such a procedure could be implemented using the stremio-core-validator
Lets keep this in a public repo so addon devs can use it to validate their addon.
stremio-addon-sdk might also be a good place for this
fuzzing all addons: load all addons (addonscollection, addonsofficialcollection), request all catalogs, then all metas and then all streams; that way, we find if anything returned by the addons is unserializable by the types crate
NOTE: this might actually be a part of stremio-api-workers or stremio-qa, but will use stremio-core for validation
The text was updated successfully, but these errors were encountered: