-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: SafinWasi <[email protected]>
- Loading branch information
Showing
205 changed files
with
5,085 additions
and
3,771 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,16 @@ We appreciate your efforts to responsibly disclose your findings, and will make | |
|
||
## Supported versions | ||
|
||
Security updates will typically only be applied to the latest release (at least until **Janssen** reaches first stable major version). | ||
Security updates will typically only be applied to the latest release. | ||
|
||
| Version | Supported | | ||
| -------- | ------------------ | | ||
| >=0.1 | :white_check_mark: | | ||
| Version | Supported | | ||
|---------|--------------------| | ||
| <1.0.0 | :x: | | ||
| >=1.0.0 | :white_check_mark: | | ||
|
||
## Reporting a vulnerability | ||
|
||
To report a security issue, send an email to [[email protected]](mailto:[email protected]?subject=SECURITY) | ||
To report a security issue email [[email protected]](mailto:[email protected]?subject=SECURITY) | ||
|
||
The **Janssen** team will send a response indicating the next steps in handling your report. | ||
After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, | ||
|
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
egress-policy: audit | ||
|
||
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
|
@@ -91,9 +91,9 @@ jobs: | |
if: steps.build_docker_image.outputs.build || github.event_name == 'tags' | ||
run: | | ||
sudo apt-get update | ||
sudo python3 -m pip install --upgrade pip | ||
sudo pip3 install setuptools --upgrade | ||
sudo pip3 install -r ./automation/requirements.txt | ||
sudo python3 -m pip install --upgrade pip || echo "Failed to upgrade pip" | ||
sudo pip3 install --ignore-installed setuptools --upgrade | ||
sudo pip3 install --ignore-installed -r ./automation/requirements.txt | ||
sudo apt-get update | ||
#- uses: actions/delete-package-versions@v5 | ||
|
@@ -165,19 +165,19 @@ jobs: | |
fi | ||
# UPDATE BUILD DATES INSIDE THE DOCKERFILE BEFORE BUILDING THE DEV IMAGES TRIGGERED BY JENKINS | ||
- name: Setup Python 3.7 | ||
- name: Setup Python 3.10 | ||
if: github.event_name == 'workflow_dispatch' && ${{ matrix.docker-images }} != 'loadtesting-jmeter' | ||
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 | ||
with: | ||
python-version: 3.7 | ||
python-version: "3.10" | ||
|
||
- name: Install Python dependencies | ||
if: github.event_name == 'workflow_dispatch' && ${{ matrix.docker-images }} != 'loadtesting-jmeter' | ||
run: | | ||
sudo apt-get update | ||
sudo python3 -m pip install --upgrade pip | ||
sudo pip3 install setuptools --upgrade | ||
sudo pip3 install -r ./automation/requirements.txt | ||
sudo python3 -m pip install --upgrade pip || echo "Failed to upgrade pip" | ||
sudo pip3 install --ignore-installed setuptools --upgrade | ||
sudo pip3 install --ignore-installed -r ./automation/requirements.txt | ||
sudo apt-get update | ||
sudo apt-get install jq | ||
|
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
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
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
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.