feedFrom(array<Block>)
by default ignores signature verification
#6
Labels
bug
Something isn't working
feedFrom(array<Block>)
by default ignores signature verification
#6
picofeed/index.js
Line 495 in feaf8e2
This should be an option
feedFrom(source, noVerify=false)
Scenarios where signature verification should be bypassed is when loading feeds from a trusted location
like a blockstore where only the previously verified blocks are stored.
But in all normal scenarios this would be major pitfall, signatures should always be verified whenever a new
feed is instanced.
The text was updated successfully, but these errors were encountered: