SecureAEM icon indicating copy to clipboard operation
SecureAEM copied to clipboard

Results 21 SecureAEM issues
Sort by recently updated
recently updated
newest added

Do some research on the Internet if there are any new rules worth implementing.

enhancement

Currently, the "globalConfig"-node is used to store configuration regarding the usernames/passwords and urls of the AEM instances. This should be replaced by OSGi configuration, as this is the common way...

Make the secure aem icon available from: http://localhost:4502/aem/start.html Security tab: ![image](https://user-images.githubusercontent.com/9348327/53640314-35c76b80-3c2c-11e9-8815-09ebd59cc858.png)

Refactor SlingReferrerFilterTest to avoid NPE when filter is not configured https://github.com/Cognifide/SecureCQ/issues/29

When there is no ReferrerFilter config call for > /system/console/configMgr/org.apache.sling.security.impl.ReferrerFilter.json returns response with empty list of configs `[]` which causes NPE: ![image](https://user-images.githubusercontent.com/9348327/53158317-9539d180-35c3-11e9-9a4d-c08f6b13878f.png)

It should leverage the OSGi framework instead.

` ` It will always overwrite any nodes that are added in the /etc/secureaem path.

SecureCQ version: 1.3.1 ![secure_aem_false_positive](https://user-images.githubusercontent.com/6334715/30026699-57499cd8-917e-11e7-8e8a-eba218dc6d73.png) At the same time ``` $ curl -v https://dev.example.com/system/console/ -o /dev/null ... > GET /system/console HTTP/1.1 > Host: dev.example.com > User-Agent: curl/7.53.1 > Accept: */* >...