Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/311-binary-arithmetic-operations…
Browse files Browse the repository at this point in the history
…-notImplemented
  • Loading branch information
ClaudiaComito authored Oct 9, 2023
2 parents d599c17 + 724a80b commit c31fd39
Show file tree
Hide file tree
Showing 10 changed files with 1,171 additions and 232 deletions.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/vulnerability.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Vulnerability Report"
name: "\U0001F6A8 Vulnerability Report"
description: Report a security vulnerability in our project.
title: "[VULNERABILITY]: "
labels: ["security, High Priority"]
Expand All @@ -14,50 +14,50 @@ body:
attributes:
label: Affected Version(s)
description: List the affected versions of the library.
validations:
required: true
validations:
required: true
- type: textarea
id: severity
attributes:
label: Severity
description: Specify the severity of the vulnerability (e.g., Low/Medium/High/Critical).
validations:
required: true
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Provide a clear and concise description of the security vulnerability.
validations:
required: true
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Outline the steps to reproduce the vulnerability, including any relevant code snippets or configuration settings.
validations:
required: true
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: Explain what you expected to happen when following the steps above.
validations:
required: true
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: Describe what actually happened when you followed the steps above, highlighting the security issue.
validations:
required: true
validations:
required: true
- type: textarea
id: impact
attributes:
label: Impact
description: Discuss the potential impact of this vulnerability, including any possible consequences or risks associated with its exploitation.
validations:
required: true
validations:
required: true
- type: textarea
id: proof-of-concept
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bench_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
-F "variables[PR]=${{ github.event.pull_request.number }}" \
-F "variables[AUTHOR]=${{ github.event.pull_request.assignee.login }}" \
https://codebase.helmholtz.cloud/api/v4/projects/7930/trigger/pipeline
echo sha
- name: Trigger benchmarks (Push main)
id: setup_push
if: ${{ github.event_name == 'push' }}
Expand All @@ -40,9 +39,11 @@ jobs:
-F "ref=main" \
-F "variables[SHA]=$GITHUB_SHA" \
-F "variables[SHORT_SHA]=${SHORT_SHA}" \
-F "variables[BRANCH]=main" \
-F "variables[AUTHOR]=${{ github.event.head_commit.committer.username }}" \
https://codebase.helmholtz.cloud/api/v4/projects/7930/trigger/pipeline
- name: Create status
if: ${{ steps.setup_pr.outcome == 'success' || steps.setup_push.outcome == 'success'}}
run: |
curl -L -X POST \
-H "Accept: application/vnd.github+json" \
Expand Down
212 changes: 119 additions & 93 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit c31fd39

Please sign in to comment.