Skip to content

Commit af7224c

Browse files
committed
Merge branch 'master' of github.com:CSSSR/csssr.images
2 parents 0e57588 + 4095732 commit af7224c

10 files changed

Lines changed: 5500 additions & 7246 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "08:00"
8+
timezone: "Europe/Moscow"
9+
open-pull-requests-limit: 10
10+
target-branch: "dependabot-update"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 'CodeQL'
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [master]
9+
schedule:
10+
- cron: '40 3 * * 5'
11+
12+
jobs:
13+
analyze:
14+
name: Analyze
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v2
20+
21+
- name: Initialize CodeQL
22+
uses: github/codeql-action/init@v1
23+
with:
24+
languages: typescript
25+
26+
- name: Perform CodeQL Analysis
27+
uses: github/codeql-action/analyze@v1

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Andrey Yankovsky
3+
Copyright (c) 2021 CSSSR Pte. Ltd. registered in Singapore under unique entity number 201909633C
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| --------- | ------------------ |
7+
| > 3.3.x | :white_check_mark: |
8+
9+
## Reporting a Vulnerability
10+
11+
Please report (suspected) security vulnerabilities to security@csssr.com. Use https://github.com/qtm.gpg to encrypt your message if required.
12+
You will receive a response from us when we get to the issue. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
13+
Thank you!

0 commit comments

Comments
 (0)