Skip to content

Commit

Permalink
Update repo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminfisk committed Dec 2, 2023
1 parent 9cf89b3 commit dbb8088
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions REPO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ Step | Task

### Git Hook

For this task, we created a **[hook](hooks/pre-commit)** that runs bandit on repository and all of its folders recursively. The hook then pipes the output to a **[csv file](bandit_results.csv)** A sample of the csv file is shown below.<br>
For this task, we created a **[hook](hooks/pre-commit)** that runs bandit on repository and all of its folders recursively. The hook then pipes the output to a **[csv file](bandit_results.csv)** A sample of this csv file is shown below.<br>
![](bandit_results.png)

### Fuzzing

For this task, we created a **[workflow](.github/workflows/software-fuzzing.yaml)** for github actions that runs a **[fuzz file](KubeSec-master/fuzz.py)**. This python file creates some simple inputs and uses them to test some methods in the **[parser](KubeSec-master/parser.py)** file. The results of these tests are printed in the action as can be seen in this **[screenshot]**.<br>
![](fuzzing.png)
For this task, we created a **[workflow](.github/workflows/software-fuzzing.yaml)** for github actions that runs a **[fuzz file](KubeSec-master/fuzz.py)**. This python file creates some simple inputs and uses them to test some methods in the **[parser](KubeSec-master/parser.py)** file. The results of these tests are printed in the action as is shown below.<br>
![](fuzzing_results.png)

### Forensics

For this task, we modified 5 methods in the **[graphtaint](KubeSec-master/graphtaint.py)** file to output data about these methods to a **[log file](2023-12-1.log)**.<br>
For this task, we modified 5 methods in the **[graphtaint](KubeSec-master/graphtaint.py)** file to output data about these methods to a **[log file](2023-12-1.log)** A sample of this file is shown below.<br>
![](forensics_results.png)

## Lessons Learned

Expand Down
Binary file added forensics_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fuzzing_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dbb8088

Please sign in to comment.