Assignments Security 4

Handing In Assignments

You must hand in by using git

Hand In by git

  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments please put the line(s)

    node_modules/

    into your .gitignore file.

Send a mail to with:

  • The word 'handin <subjectname>' in the subject line of your mail
  • The url of your repo(s).

Assignment Security 4.0

We recently developed an application for creating and handling "to do" items. Take this project, and in turn test the logging with the options

  1. combined
  2. dev
  3. common
  4. tiny

In all cases log to a single log file. Create a log folder in your repo and place the log file in that for handin. One log file per experiment.