-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge security scan resolutions (#206)
* [service] security: update file-type dependency for cve https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36313 * [service] security: CVE-2020-28498 upgrade elliptical via pem2jwk * [web-app] change about page links to https * [service] security: use sha-256 for token hash * [service] log message typo * [service] improve log message * changelog * [service] upgrade geopackage dependency for transitive file-type library upgrade * [web-app] security: remove unused bootstrap vendor source to address cve * [web-app] add missing properties to mock observations for feed preview * [web-app] properly close directive tags which the latest angular.js 1.8/jquery 3.7.1 requires due to addressing XSS CVEs; white space consistency * [web-app] add provider for moment pipe so feed item component can inject it properly * fix express type def discrepancy in service and arcgis plugin * [plugins/arcgis] downgrade package-lock to v1 with npm v6 until angular upgrade * [web-app] use promises instead of deprecated success/error callbacks for https requests; remove some instances of $deferred and $q in favor of promises * [web-app] typo in route to event from layers page * [web-app] clean up some map symbology edit component code * [web-app] do not retain old search results for user search when a new search yields no results * [web-app] add angular route prefix to match default prefix of angular 1.8 using html5 mode for future upgrade * [web-app] upgrade jquery to 3.7.1; add missing @uirouter/core dependency * changelog * set version to 6.2.12-beta.1 * update plugin peer dependencies on core service
- Loading branch information
Showing
58 changed files
with
10,882 additions
and
32,893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
MAGE 6.2.x on Amazon Linux 2023 | ||
|
||
1. Install docker | ||
``` | ||
sudo yum install -y docker | ||
# get latest docker compose release from github - https://github.com/docker/compose/releases | ||
compose_version=v2.20.2 | ||
curl -LO https://github.com/docker/compose/releases/download/${compose_version}/docker-compose-linux-x86_64 | ||
sudo mkdir -p /usr/local/lib/docker/cli-plugins | ||
cd /usr/local/lib/docker/cli-plugins | ||
sudo mv docker-compose-linux-x86_64 /usr/local/lib/docker/cli-plugins/docker-compose-${compose_version}-linux-x86_64 | ||
cd /usr/local/lib/docker/cli-plugins | ||
sudo chmod +x ./docker-compose-${compose_version}-linux-x86_64 | ||
ln -s docker-compose-${compose_version}-linux-x86_64 docker-compose | ||
``` | ||
|
||
1. Install Node Version Manager (NVM) | ||
Install NVM from Github - https://github.com/nvm-sh/nvm#installing-and-updating. | ||
For example | ||
``` | ||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash | ||
``` | ||
|
||
1. Install MongoDB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.