This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from 0xPolygon/security-update
Security update
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* @0xPolygon/core-cdk |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
name: Security Build | ||
on: | ||
push: | ||
workflow_dispatch: {} | ||
|
||
govuln: | ||
name: Run govuln check and Publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Running govulncheck | ||
uses: Templum/[email protected] | ||
continue-on-error: true | ||
env: | ||
DEBUG: "true" | ||
with: | ||
go-version: 1.21 | ||
vulncheck-version: latest | ||
package: ./... | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
fail-on-vuln: true |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Polygon Technology Security Information | ||
|
||
## Link to vulnerability disclosure details (Bug Bounty). | ||
- Websites and Applications: https://hackerone.com/polygon-technology | ||
- Smart Contracts: https://immunefi.com/bounty/polygon | ||
|
||
## Languages that our team speaks and understands. | ||
Preferred-Languages: en | ||
|
||
## Security-related job openings at Polygon. | ||
https://polygon.technology/careers | ||
|
||
## Polygon security contact details. | ||
[email protected] | ||
|
||
## The URL for accessing the security.txt file. | ||
Canonical: https://polygon.technology/security.txt |