Frank Cornelis

Results 16 issues of Frank Cornelis

This patch makes JobRepository injectable. It also makes removeJob and removeJobInstance to propagate down to the JDBC database.

See: https://community.jboss.org/message/878998

Right now you have to use the SelectItemsConverter as follows: ```xml ``` It would be nice if you could do something like: ```xml ``` to make it more in-line with...

I noticed that the keywords `virtual`, `abstract`, and `override` are not highlighted. Could these be added?

As part of a pentest on one of our projects, we received feedback that certain actions should be rate limited. Hence we created a component to achieve this, based on...

:game_die: new component

https://github.com/wso2/balana/blob/9088b3a079ac227a10d07707f571cc5b205dca98/modules/balana-core/src/main/java/org/wso2/balana/cond/MatchFunction.java#L232 The second ``` set.add(NAME_X500NAME_MATCH); ``` should be: ``` set.add(NAME_X500NAME_REGEXP_MATCH); ``` See also: https://issues.jboss.org/browse/SECURITY-853

Nothing more frustrating for a user to hit an expired session explosion after, for example, editing some text for half an hour. The Session component gives client-side callback hooks to...

enhancement

When provisioning OSSEC via Ansible using the `community.general.xml` module, this module adds ```xml ``` on top of the -what should be- XML configuration file. However, the OSSEC XML parser fails...

During a vulnerability assessment, we found that the Nettosphere server adds the following response header per default: ``` Server:Nettosphere/3.2.7 ``` This seems to be hardcoded within `BridgeRuntime`. We should be...