Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Password disclose #624

Closed rawatbug007 closed 3 years ago

rawatbug007 commented 3 years ago

https://github.com/Alfresco/alfresco-sdk/blob/master/pom.xml#L68

andrea-ligios commented 3 years ago

Thank you @ackbase .

That is the keystore's default password.

It's there to have the whole thing working out of the box and in the tests.

You'll find it also in many other projects across GitHub.

For production usages, you should set your own keystore's password.

Cheers