Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vuepress/components/ELSTechnology.vue
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const techData = [
projects: [
{
name: "Angular",
versions: "4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 ",
versions: "14 | 15 | 16 | 17 | 18 ",
link: "./angular/",
},
],
Expand Down
5 changes: 4 additions & 1 deletion docs/.vuepress/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@
"/els-for-os/#how-integrate-the-oval-data-with-a-new-vulnerability-scanner": "/els-for-os/machine-readable-security-data/#how-to-integrate-the-oval-data-with-a-new-vulnerability-scanner",
"/els-for-os/#tuxcare-csaf-data": "/els-for-os/machine-readable-security-data/#tuxcare-csaf-data",
"/els-for-os/#common-security-advisory-framework": "/els-for-os/machine-readable-security-data/#common-security-advisory-framework",
"/els-for-os/#tuxcare-els-rss-releases-feeds": "/els-for-os/machine-readable-security-data/#tuxcare-els-rss-releases-feeds"
"/els-for-os/#tuxcare-els-rss-releases-feeds": "/els-for-os/machine-readable-security-data/#tuxcare-els-rss-releases-feeds",
"/els-for-runtimes-and-libraries/angular/#step-1-get-user-credentials": "/els-for-runtimes-and-libraries/angular/#step-1-get-token",
"/els-for-runtimes-and-libraries/angularjs/": "/els-for-runtimes-and-libraries/angularjs/#step-1-get-token",
"/els-for-runtimes-and-libraries/lodash/#step-1-get-user-credentials": "/els-for-runtimes-and-libraries/lodash/#step-1-get-token"
}
8 changes: 2 additions & 6 deletions docs/els-for-runtimes-and-libraries/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@

Endless Lifecycle Support (ELS) for Angular from TuxCare provides security fixes for Angular versions that have reached their end of life. This allows you to continue running Angular applications without vulnerability concerns, even after official support has ended.

:::warning
ELS for Angular is currently in active development. If you are interested in updates, adoption, or have specific requirements or feature requests, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
:::

## Supported Angular Versions

Angular versions 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, and 18 are supported.
Angular versions 14, 15, 16, 17, and 18 are supported.

## Connection to ELS for Angular Repository

This guide outlines the steps needed to integrate the TuxCare ELS for Angular repository.

## Step 1: Get user credentials
## Step 1: Get Token

You need a token in order to use TuxCare ELS Angular repository. Anonymous access is disabled. To receive the token, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com).

Expand Down
6 changes: 1 addition & 5 deletions docs/els-for-runtimes-and-libraries/angularjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Endless Lifecycle Support (ELS) for AngularJS from TuxCare provides security fixes for AngularJS versions that have reached their end of life. This allows you to continue running AngularJS applications without vulnerability concerns, even after official support has ended.

:::warning
ELS for AngularJS is currently in active development. If you are interested in updates, adoption, or have specific requirements or feature requests, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
:::

## Supported AngularJS Versions

* AngularJS 1.5, 1.6, 1.7, 1.8
Expand All @@ -14,7 +10,7 @@ ELS for AngularJS is currently in active development. If you are interested in u

This guide outlines the steps needed to integrate the TuxCare ELS for AngularJS repository.

## Step 1: Get user credentials
## Step 1: Get Token

You need a token in order to use TuxCare ELS AngularJS repository. Anonymous access is disabled. To receive the token, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com).

Expand Down
5 changes: 1 addition & 4 deletions docs/els-for-runtimes-and-libraries/lodash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Endless Lifecycle Support (ELS) for Lodash from TuxCare provides security fixes for Lodash versions that have reached their end of life. This allows you to continue running Lodash applications without vulnerability concerns, even after official support has ended.

:::warning
ELS for Lodash is currently in active development. If you are interested in updates, adoption, or have specific requirements or feature requests, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
:::

## Supported Lodash Versions

Expand All @@ -14,7 +11,7 @@ ELS for Lodash is currently in active development. If you are interested in upda

This guide outlines the steps needed to integrate the TuxCare ELS for the Lodash library.

## Step 1: Get user credentials
## Step 1: Get Token

You need a token in order to use TuxCare ELS Lodash library. Anonymous access is disabled. To receive the token, please contact [sales@tuxcare.com](mailto:sales@tuxcare.com).

Expand Down