Skip to content

Commit

Permalink
Merge 3e88a69 into 597eea3
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Dec 17, 2022
2 parents 597eea3 + 3e88a69 commit ff7375d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.47.3
with:
version: v1.47.3
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## NGSI Go v0.12.0-next

- Add: Add SECURITY.md (#249)
- Update: Update golang to 1.19.4 (#248)
- Update: Update Node.js dependencies (#247)
- Update: Update Orion to 3.6.0 (#244)
Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

| Version | Supported |
| -------- | ------------------ |
| 0.12.0 | :white_check_mark: |
| < 0.12.0 | :x: |

## Reporting a Vulnerability

Please contact us by email if you find any vulnerabilities related to NGSI Go.
You can send an email to `ngsi-go-vulnerabilities@letsfiware.jp`. Do not use GitHub issues.

0 comments on commit ff7375d

Please sign in to comment.