Showing posts with label improvements. Show all posts
Showing posts with label improvements. Show all posts

Monday, 20 October 2014

Server Updates and Fixes

Fixing Bugs and Vulnerabilities

We have been doing some administration on the server and we have decided to enable Perfect Forward Secrecy on our SSL site to improve our security rating which can be viewed using this website we also modified some of the ciphers used.

Our server has also been patched and configured to cover heartbleed, shellshock and POODLE vulnerabilities which have all been made public and fixed already.


Image of a lady bug to represent a computer program bug
Bugs

Perfect Forward Secrecy

Enabling PFS makes our site more secure due to a new key being generated for each session rather than the same key being used. Again configuring this is quite simple.

Poodle

SSLv3 was disabled to cover the POODLE vulnerability which makes man in the middle attacks possible this process is simple and there is a good document about it here all you need to do is disable -SSLv3.

Shellshock

Bash has been patched to the most recent version although I would think we are not affected by this attack vector but it is better to be safe.

Heartbleed

This one was patched up a long time ago and we have no reason to believe that any of our private keys were leaked because it would be quite an obvious intrusion which we have not noticed.

Future Improvements

One improvement we will be implementing is using SHA256 when creating the certificate rather than SHA1 which is a weaker implementation this will be done when we update our SSL certificate.

We plan on moving the main website over to HTTPS with SPDY soon because we feel this is the way the web is moving and it offers more speed and security so it makes sense.

Wednesday, 10 September 2014

Improved Supplier Directory

New Release

We have been working hard improving our supplier directory and we now have support for scaled thumbnail images using the same code we use for our enhanced listing service. 

Page loading time has been decreased so there is no waiting for the page to load. Some of the code has been cleaned up and improved upon and we have run some tests to check everything is working OK.

This is our second main release for The Supplier Directory and we hope the improvements make our user experience better and that there are more releases to come.

You can sign up for a free listing by completing the form at this page.

Tuesday, 27 May 2014

Admin Release

Behind the Scenes

With our latest release we have been cleaning up some under the hood bug fixes and working on improving our administrative features to try and make our site admin jobs a lot easier.

Major improvements have also been made to the custom CMS system we have allowing us to manage our content better as we all know content is King.
Content is king gold crown image
Content is King

Testimonials is going into the final stages of development now then it will be tested and released to the public and we also have the job board coming up.