Statements about git commit

Question:
Given the following Git commit, which of the following statements is NOT true? (Choose one.)

commit cb6d715c9290fcda234e17a6077337124fb3da0c
Author: John Doe <jdoe@redhat.com>
Date: Mon Nov 8 13:14:33 2021 +0100
Feat: Update app.js to include CORS headers
  * Add headers
  * Add tests
  1. The commit hash starts with cb6d7
  2. The author of the commit is John Doe
  3. John Doe works at Red Hat
  4. Because the commit mentions app.js, it cannot modify any other file
  5. The timestamp of the commit is Monday 8th, November 2021
Answer:
D - is the correct answer