news.volyx.in

Tesla.com/.gitignore (tesla.com)

457 points by nateb2022 · 1382 days ago · 270 comments on HN

Article summary

The article appears to be about a .gitignore file found on Tesla's website, which suggests that the company uses the Drupal content management system. The discussion reveals that this information is not particularly surprising or sensitive. Tesla's use of Drupal is also evident from their job postings and other publicly available information. The company's website configuration and security practices are also being discussed.

Main themes

  • Tesla's use of Drupal
  • website security
  • CMS choice
  • Git repository deployment
  • robots.txt configuration
  • security best practices

What commenters say

  • Deploying a Git repository directly to a web server can pose security risks if sensitive information is not properly ignored or removed.
  • Using a standard CMS like Drupal can be a sensible choice for a company like Tesla, as it has a large talent pool and can handle their needs.
  • Some commentators argue that Tesla's website configuration is not following best practices, such as serving unnecessary files or disclosing sensitive information through the robots.txt file.
  • Others disagree, stating that the information disclosed is not sensitive and that the configuration is not unusual for a PHP-based website.
  • The use of Drupal by Tesla is not a secret, as it is evident from their job postings, website headers, and other publicly available information.
  • Some commentators note that while robots.txt is meant to be public, it can still disclose sensitive information if not properly configured.
  • The security implications of Tesla's website configuration are being debated, with some arguing that it poses a risk and others stating that it is not a concern.
  • The choice of CMS and website configuration is a trade-off between security, ease of use, and development speed, and different companies may make different choices based on their priorities.