csp icon indicating copy to clipboard operation
csp copied to clipboard

MISP distribution policy violation

Open iglocska opened this issue 5 years ago • 0 comments

https://github.com/melicertes/csp/blob/68a050e2216dce8e7f824178c57a9b4f32b65971/csp-apps/misp/misp-tests/src/test/java/com/intrasoft/csp/misp/tests/sandbox/DistributionPolicyRectifierTest.java#L53

This is a violation of MISP's distribution model. MISP will always choose the most restrictive option in the inherited distributions. For example:

Event [distribution: your organisation only] Attribute [distribution:all communities]

The attribute above is NOT cleared for synchronisation, the container's distribution level overrides that of the contents.

iglocska avatar May 31 '19 08:05 iglocska