Skip to content

Commit

Permalink
Push up a test blog post, to see what happens...
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoo092 committed Jul 11, 2023
1 parent 3ed96f7 commit 0553eb2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ I also have a reasonably significant academic background. I hold a PhD in Compu

Just in case you're curious, these days I mostly spend my time working at paid employment (or, while unemployed, some personal projects I'm tinkering with), or reading computer science/programming/software development textbooks.[^1] To prove I'm not *completely* boring, I used to be fairly heavily involved with [NZLARPS](https://nzlarps.org/), but have been too caught up in doctoral studies in the past few years. I do still attend a weekly tabletop roleplaying game, thanks to the [Auckland Roleplaying Guild](https://aucklandrpg.nz/). Wait, that might not be proof non-boring-ness...

[^1]: One day I will get around to putting up a listing of what I have read, and probably include brief reviews also.
[^1]: One day I *might* get around to putting up a listing of what I have read, and probably include brief reviews also.
2 changes: 1 addition & 1 deletion input/posts/OWASPJuiceShopDeployingSecuring/One.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ I also hope to explore using further cloud ecosystems than just AWS—especially

## Security

The real main focus of this self-inflicted project is to explore securing a web application. For this purpose, I roughly plan to follow the typical flow of going from planning through to development, building and deployment etc. So, that should mean starting with exercises such as attempting threat modelling, to applying SAST tools where they offer a [free version for open source](https://owasp.org/www-community/Free_for_Open_Source_Application_Security_Tools), to applying DAST, to securing the cloud deployment. One other thing I specifically hope to look into is both generating Software Bills of Material ([SBOMs](https://owasp.org/www-community/Component_Analysis#software-bill-of-materials-sbom))[^SaasBOM] automatically, the tooling around that (e.g. OWASP's [DependencyCheck](https://owasp.org/www-project-dependency-check/) and [DependencyTrack](https://owasp.org/www-project-dependency-track/)), and going from there to using the SLSA framework.
The real main focus of this self-inflicted project is to explore securing a web application. For this purpose, I roughly plan to follow the typical flow of going from planning through to development, building and deployment etc. So, that should mean starting with exercises such as attempting threat modelling, to applying SAST tools where they offer a [free version for open source](https://owasp.org/www-community/Free_for_Open_Source_Application_Security_Tools), to applying DAST, to securing the cloud deployment. One other thing I specifically hope to look into is both generating Software Bills of Material ([SBOMs](https://owasp.org/www-community/Component_Analysis#software-bill-of-materials-sbom))[^SaasBOM] automatically, the tooling around that (e.g. OWASP's [DependencyCheck](https://owasp.org/www-project-dependency-check/) and [DependencyTrack](https://owasp.org/www-project-dependency-track/)), and going from there to using the [SLSA framework](https://slsa.dev/).

I'm very open to suggestions of specific other tools to explore!

Expand Down
9 changes: 9 additions & 0 deletions input/posts/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Title: A Test Blog Post
Lead: To check if the Statiq Generator is working at all
Published: 11-07-2023
Tags:

- Test test
- El Salvador

---

0 comments on commit 0553eb2

Please sign in to comment.