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 Oct 19, 2023
0 parents commit 1c6a96c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div align='center'><br /><img src="https://raw.githubusercontent.com/eclipse-theia/security-audit/master/assets/security-header.png" width="400px"/></div>

### Security Audit - 19/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 |

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 1c6a96c

Please sign in to comment.