Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neo198222 SECURITY.md #130

Open
wants to merge 18 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Это поддерживаемые платформы модели финансирования

github: # Замените до 4 имен пользователей с поддержкой GitHub Sponsors, например, [user1, user2]
patreon: # Заменить одним именем пользователя Patreon
open_collective: # Заменить одним именем пользователя Open Collective
ko_fi: # Заменить одним именем пользователя Ko-fi
tidelift: # Замените одним именем платформы Tidelift / именем пакета, например, npm / babel
community_bridge: # Замените одним именем проекта Community Bridge, например, cloud-foundry
liberapay: # Заменить на одно имя пользователя Liberapay
issuehunt: # Заменить одним именем пользователя IssueHunt
otechie: # Заменить одним именем пользователя Otechie
lfx_crowdfunding: # Замените одним названием краудфандингового проекта LFX, например, cloud-foundry
custom: # Замените до 4 пользовательских спонсорских URL-адресов, например, ['link1', 'link2']
28 changes: 28 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Webpack

on:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
npx webpack
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pi Explorer
## Pi Explorer

A block explorer for the [Pi Blockchain](https://minepi.com) based on Chris Hatch' repository.

Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
1 change: 1 addition & 0 deletions Validat.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edfc4b70a3602e3f37f901ac540443c1fd2b5ba4c5239fc94351a90041c89469870b8a1e8e26bd52d7c2f74f446496344760fa252a529f40c46fce389a7f199c
Binary file added screenshots/Thumbs.db
Binary file not shown.