diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9b4cb5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +

+ +### Security Audit - 18/10/2023 at 0:32 UTC +-- - + +#### Scan Summary + +| Moderate | High | Critical | +|:---|:---|:---| +| 1 | 0 | 1 | + + +#### Scan Details + +| Security Vulnerability | Module Name | Severity | Version | Vulnerable Versions | Patched Versions | Recommendation | Path | +|:---|:---|:---|:---|:---|:---|:---|:---|:---|:---| +| [Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code](https://github.com/advisories/GHSA-67hx-6x53-jw92) | @babel/traverse (dependency) | critical | 7.22.8 | <7.23.2 | >=7.23.2 | Upgrade to version 7.23.2 or later | @theia/application-manager>@babel/core>@babel/traverse | +| [PostCSS line return parsing error](https://github.com/advisories/GHSA-7fh5-64p2-3v2j) | postcss (dependency) | moderate | 8.4.25 | <8.4.31 | >=8.4.31 | Upgrade to version 8.4.31 or later | @theia/application-manager>css-loader>postcss | + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..b46eb1b --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-primer \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..adc6485 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,37 @@ + + + + + + + + + {% seo %} + + + + + +
+ + {{ content }} + +
+ + + {% if site.google_analytics %} + + {% endif %} + + + \ No newline at end of file diff --git a/_layouts/favicon.ico b/_layouts/favicon.ico new file mode 100644 index 0000000..117db87 Binary files /dev/null and b/_layouts/favicon.ico differ