Git diff

In the 2nd black box,
We have cloned a git repo and we see the git logs to view changes in code:

root@INE:~/Desktop/online-calc# git log
commit 55978eb6919b2120dd2c3241b4bb705cc67e3d74 (HEAD -> master, origin/master, origin/HEAD)
Author: George Wilson <george@dummycorp.com>
Date:   Wed Oct 21 17:07:40 2020 +0000

    Minor formatting and removed unneeded functions...

commit 3da604155030fe22e647d4d5a21038a72e3a50ac
Author: George Wilson <george@dummycorp.com>
Date:   Wed Oct 21 16:53:44 2020 +0000

    Minor formatting and enabled debug mode for beta testing...

commit 17f5d49be5ae6f0bc41fc90f5aabeccc90f6e2cd
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:49:37 2020 +0000

    Re-enabled regex route for app resource loading and kept some filters to avoid arbitrary file read!

commit 9aa6151c1d5e92ae0bd3d8ad8789ae9bb2d29edd
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:26:49 2020 +0000

    [Critical] Fixed an issue that leads to RCE! eval is now protected...

commit 4bcfb590014321deb984237da2a319206975170f
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:24:26 2020 +0000

    Fixed an issue that leads to arbitrary file read.

commit 2afcf03b85062cf684d5021ab13a1d5f65459615
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:09:43 2020 +0000

    Removed the debug (print) statements and extra newlines...

commit 8e6b6cba8eb98fb4b3a5d85ad6b27c97054b8aa6
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:08:16 2020 +0000

    Removed the flask secret... Not needed for this app.

commit 9699a1f799e46c1a4a54a4924e17f2fbd9652a80
Author: Jeremy McCarthy <jeremy@dummycorp.com>
Date:   Wed Oct 21 16:07:34 2020 +0000

    Initial Commit, calc app backend
(END)