Skip to content

Commit

Permalink
Merge branch 'master' into bug/FixDoubleDialogs2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Feb 17, 2025
2 parents adc0a60 + cb8770a commit 3677c23
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @gustav-eikaas @skagebouvet
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Project Completion System Javascript
Frontend javascript application for Project Completion System (ProCoSys)

## What
Frontend javascript application for Project Completion System (ProCoSys)

## Why
Needed a way to mix the old ProCoSys with new apps like Preservation and IPO (invitation for punch out) to get a one system feeling

## Software
### Required Software
Expand Down Expand Up @@ -92,4 +97,4 @@ https://webpack.js.org/
### Browserslist
Used to define which browsers we support, as well as integrate with polyfill loading in CSS and Babel.

https://www.npmjs.com/package/browserslist
https://www.npmjs.com/package/browserslist
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
If you discover a security vulnerability in this project, please follow these steps to responsibly disclose it:

1. **Do not** create a public GitHub issue for the vulnerability.
2. Follow our guideline for Responsible Disclosure Policy at [https://www.equinor.com/about-us/csirt](https://www.equinor.com/about-us/csirt) to report the issue

The following information will help us triage your report more quickly:

- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue

We prefer all communications to be in English.

0 comments on commit 3677c23

Please sign in to comment.