oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

proposed implementation for security logging, needs review. #594

Closed preichel-cg closed 6 years ago

preichel-cg commented 7 years ago

569

oasp-ci commented 7 years ago

Can one of the admins verify this patch?

preichel-cg commented 7 years ago

@hohwille Hi Jörg, I have addressed all of your mentioned points and made 2 commits, which now show up in this PR.

preichel-cg commented 7 years ago

Hi Jörg, the new main changes are:

open points:

Cheers, Patrick

hohwille commented 6 years ago

@preichel-cg 👍 thanks for your changes. Now everything looks great. I do not have any further concerns except maybe:

// Check the filter chain decision for this event
// (does not work) assertThat(this.mockAppender.getFilterChainDecision(loggingEvent)).isEqualTo(FilterReply.DENY);

However, I am fine with merging this and we can still address such fine details separately. I will wait for the next architects meeting to announce the merge and will then hopyfully merge.

hohwille commented 6 years ago

Still no concerns. Merging now.