Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2954945 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed May 20, 2024
0 parents commit 3ba8a21
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div align='center'><br /><img src="https://raw.githubusercontent.com/eclipse-theia/security-audit/master/assets/security-header.png" width="400px"/></div>

### Security Audit - 20/5/2024 at 0:04 UTC
-- -

#### Scan Summary

| Moderate | High | Critical |
|:---|:---|:---|
| 4 | 0 | 0 |


#### Scan Details

| Security Vulnerability | Module Name | Severity | Version | Vulnerable Versions | Patched Versions | Recommendation | Path |
|:---|:---|:---|:---|:---|:---|:---|:---|:---|:---|
| [Denial of service while parsing a tar file due to lack of folders count validation](https://github.com/advisories/GHSA-f5x3-32g6-xq36) | tar (dependency) | moderate | 6.2.0 | <6.2.1 | >=6.2.1 | Upgrade to version 6.2.1 or later | lerna>@lerna/create>tar |
| [Express.js Open Redirect in malformed URLs](https://github.com/advisories/GHSA-rv95-896h-c2vc) | express (dependency) | moderate | 4.18.2 | <4.19.2 | >=4.19.2 | Upgrade to version 4.19.2 or later | @theia/core>express |
| [follow-redirects' Proxy-Authorization header kept across hosts](https://github.com/advisories/GHSA-cxjh-pqwp-8mfp) | follow-redirects (dependency) | moderate | 1.15.5 | <=1.15.5 | >=1.15.6 | Upgrade to version 1.15.6 or later | lerna>nx>axios>follow-redirects |
| [ejs lacks certain pollution protection](https://github.com/advisories/GHSA-ghr5-ch3p-vcr6) | ejs (dependency) | moderate | 3.1.9 | <3.1.10 | >=3.1.10 | Upgrade to version 3.1.10 or later | lerna>@nx/devkit>ejs |

1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-primer
37 changes: 37 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>

<body>
<div class="px-3 my-5 markdown-body">

{{ content }}

</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
{% if site.google_analytics %}
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>

</html>
Binary file added _layouts/favicon.ico
Binary file not shown.

0 comments on commit 3ba8a21

Please sign in to comment.