brahmlower / cssef

Cyber Security Scoring Engine Framework
7 stars 3 forks source link

Taskutil model actions #52

Open brahmlower opened 7 years ago

brahmlower commented 7 years ago

the model_del function used to support expressions in the pkid field. for instances, one could say --pkid *, meaning it would reference every object, or --pkid 1-3, or --pkid 1,6,3. This was removed while writing tests because this sort of functionality is something that should be broken up and parsed while receiving the task, not while executing the actual task action.