/ProjectX2.0

CyberIII: Lab 2 task 3b) repository that works with CMake

Primary LanguageC++

ProjectX3

Calculator code for TechnoTech product upgraded with docker and provided by DevOps team to you.

There are three prerequisite steps required before you can write your github actions workflow file

Step 1

Copy and replace CMakefiles.txt with your own

Step 2

Notice the changes in calculator function! The latest calculator code accepts float values. Following files are left for you to complete:

  • main.cpp
  • test.cpp

Write your fuzz test case for float values in /test/test.cpp file. Previous tasks should've set you up how to do this!

Step 3

You also need to edit line 36 in Dockerfile with your github repository link.

Step 4

Start writing your actions workflow file and name it fuzzing.yml