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
Processing TAXII 1.0 and TAXII 1.1 Poll Requests currently requires separate code paths because some variables are close-but-not-quite, or are not present in TAXII 1.0 but could be reasonably defaulted to certain values.
This issue proposes the following changes to TAXII 1.0 Poll Requests
adding a collection_name field that is an alias to feed_name
adding a poll_parameters property from messages_11.PollParameters that uses the defaults plus content_bindings=poll_request.content_bindings
This can be monkey-patched in code that uses libtaxii by performing the following:
Processing TAXII 1.0 and TAXII 1.1 Poll Requests currently requires separate code paths because some variables are close-but-not-quite, or are not present in TAXII 1.0 but could be reasonably defaulted to certain values.
This issue proposes the following changes to TAXII 1.0 Poll Requests
collection_name
field that is an alias tofeed_name
poll_parameters
property frommessages_11.PollParameters
that uses the defaults pluscontent_bindings=poll_request.content_bindings
This can be monkey-patched in code that uses libtaxii by performing the following:
Then code can treat Poll Request 1.0 and Poll Request 1.1 objects the same way.
Thank you.
-Mark
(Updated 3x since original posting)
The text was updated successfully, but these errors were encountered: