CYBEX-P / tahoe

A Cyberthreat Language (CTL) to replace STIX
Other
0 stars 1 forks source link

use same imput config class for all config types #50

Closed nachobacanful closed 3 years ago

nachobacanful commented 4 years ago

use same imput config class for all config types.

something like this

websocket_req = ["url"]
other_data = ["google.com"]
InputConfig(a,ad,afsd,asfd, websocket_req, other_data)
nachobacanful commented 3 years ago

Implemented in CYBEX-P/cybexp-api[resources]/resource/config.py