The Complete Guide to eCommerce Development 2024

Development on the production websites

Development on the production websites is bad

Dev server is meant for raw versions of the product. The software may contain errors and vulnerabilities. If any issue occurs on the development project, it can affect the production website in case they both are on the same server. Plus, development usually leaves lots of impact points and sensitive files exposed.

  • Insufficient logging and monitoring, coupled with missing or ineffective integration with incident response, allows attackers to further attack systems, maintain persistence, pivot to more systems, and tamper, extract, or destroy data. A10:2017-Insufficient Logging&Monitoring
  • Restrictions on what authenticated users are allowed to do are often not properly enforced. Attackers can exploit these flaws to access unauthorized functionality and/or data, such as other users’ accounts, view sensitive files, SPH files, modify other users’ data, change access rights, etc. A2:2017-Broken Authentication, A5:2017-Broken Access Control

Most of that is called A6:2017-Security Misconfiguration. Security misconfiguration is the most commonly seen issue. This is commonly a result of insecure default configurations, incomplete or ad hoc configurations, open cloud storage, misconfigured HTTP headers, and verbose error messages containing sensitive information. Not only must all operating systems, frameworks, libraries, and applications be securely configured, but they must be patched/upgraded in a timely manner.

Why we recommend having separate development and production environments.

If you store the dev and prod websites on one server, you should understand that:

  1. they both are using common resources such as CPU/RAM/Disk/etc.;
  2. if any error/issue occurs on the dev project, it can affect production aka live website;
  3. errors may result in losing customers and revenue;
  4. development environment may be an excellent target for hacker attacks if you don’t follow the basic rules of information security.

We can provide development servers for your projects, where you can enhance and improve your store.

Share:

Tired of solving complicated hosting issues? Focus on your business with complete peace of mind!

Save time, money and effort on hosting work!
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.