Skip to content

Commit

Permalink
fix: fixing security audit findings
Browse files Browse the repository at this point in the history
  • Loading branch information
drduhe committed Sep 25, 2024
1 parent a2aa340 commit 399a0b6
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 560 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ __pycache__/

/doc/_apidoc/
/build
/public/cesium/
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
force=true
loglevel=error
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ If you wish to work with a stable release version of our project,
you might want to clone a specific release tag rather than the latest state of the main branch.
Here's how you can do that:

1. **List Available Tags**: First, to see the available tags (release versions), navigate to the repository on GitHub, then go to the **Tags** section in the **Releases** tab. Alternatively, you can list tags from the command line using:
1. **List Available Tags**: First, to see the available tags (release versions), navigate to the repository on GitHub,
then go to the **Tags** section in the **Releases** tab. Alternatively, you can list tags from the command line using:
```bash
git ls-remote --tags [URL of the original repository]
```
Expand Down Expand Up @@ -159,7 +160,8 @@ This way, you can start your changes from a specific version of the project.

#### Final Step: Await Review

- Once your pull request is submitted, our team will review your changes. We may request further modifications or provide feedback before merging your changes.
- Once your pull request is submitted, our team will review your changes. We may request further modifications or
provide feedback before merging your changes.
- Keep an eye on your GitHub notifications for comments or requests for changes from the project maintainers.

## Linting
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# OSML Cesium Globe

This project was bootstrapped with [ViteJs](https://vitejs.dev/). Build a way to visualize and display results from our image processing workflow.
This project was bootstrapped with [ViteJs](https://vitejs.dev/). Build a way to visualize and display results from our image
processing workflow.

### Table of Contents
1. [Getting Started](#getting-started)
Expand All @@ -9,8 +10,7 @@ This project was bootstrapped with [ViteJs](https://vitejs.dev/). Build a way to
3. [Run OSML Cesium Globe](#run-osml-cesium-globe)
2. [Support & Feedback](#support--feedback)
3. [Resources](#resources)
4. [Security](#security)
5. [License](#license)
4. [License](#license)


## Getting Started
Expand All @@ -26,7 +26,11 @@ First, ensure you have installed the following tools locally
### Installation Guide


1. Then pull in the `cesium-globe` package
1. Then pull in the `cesium-globe` package:
```sh
git clone https://github.com/aws-solutions-library-samples/osml-cesium-globe.git
```
or if you don't have a GitHub SSH key configured:
```sh
git clone https://github.com/aws-solutions-library-samples/osml-cesium-globe.git
```
Expand All @@ -53,7 +57,8 @@ First, ensure you have installed the following tools locally

## Support & Feedback

OSML Cesium Globe is maintained by AWS Solution Architects. It is not part of an AWS service and support is provided best-effort by the OSML community.
OSML Cesium Globe is maintained by AWS Solution Architects. It is not part of an AWS service and support is provided
best-effort by the OSML community.

To post feedback, submit feature ideas, or report bugs, please use the Issues section of this GitHub repo.

Expand All @@ -65,10 +70,6 @@ If you are interested in contributing to OSML Cesium Globe, see the [CONTRIBUTIN
- [Cesium](https://cesium.com/platform/cesiumjs/)
- [AWS SDK V3](https://github.com/aws/aws-sdk-js-v3)

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

MIT No Attribution Licensed. See [LICENSE](LICENSE).
Loading

0 comments on commit 399a0b6

Please sign in to comment.