Skip to content

Commit 58bde49

Browse files
committed
20220814A
1 parent 06696f9 commit 58bde49

File tree

7 files changed

+161
-66
lines changed

7 files changed

+161
-66
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,45 @@ This Code of Conduct applies within all community spaces, and also applies when
3636

3737
## Enforcement
3838

39-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at:
39+
Instances of abusive, harassing, or otherwise unacceptable behavior maybe report to the community leaders responsible for enforcement via [fill this form](https://forms.gle/AXq9hWq2DsJrDNjP7) or send an e-mail.
4040

41-
- For publicly, create an issue or a discussion in this repository
42-
- For privately, send an email to anyone who listed in here (click the link to obtain the email address):
43-
- [hugoalh](https://github.com/hugoalh)
41+
All new requests may need up to `~96 hours (~4 days)` to begin the process.
42+
43+
> **⚠ Important:**
44+
>
45+
> All requests will only proceed to further process while:
46+
>
47+
> - with the correct personal information of the submitter (plaintiff),
48+
> - with the correct personal information of the defendants and witnesses (if any), and
49+
> - you (plaintiff), all of the defendants, and all of the witnesses (if any) are in the same community/platform.
50+
>
51+
> Otherwise the request will mark as invalid immediately, not proceed, and without any notification.
4452
4553
All complaints will be reviewed and investigated promptly and fairly.
4654

4755
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
4856

49-
### Suggested Content List
57+
### Via Send An E-mail
58+
59+
Send an e-mail to either one who listed in here (e-mail address is listed in the profile):
60+
61+
- [hugoalh](https://github.com/hugoalh)
62+
63+
#### Suggested Content List
64+
65+
Please provide as much as you can to help the community leaders for better understand the nature, scope of the possible issues, and triage your request more quickly.
5066

51-
- Your GitHub account username (e.g.: `@octocat`) (only for private report)
52-
- Project identification name (only for private report)
53-
- List of the related pages
67+
- Your account's platform (e.g.: GitHub, GitLab, ...).
68+
- Your account's username (e.g.: `@octocat`).
69+
- Project's ID or repository URI.
70+
- Project's ID is displayed at the top part of readme (i.e.: `README` file), below the project display name (i.e.: header), inside a code block.
71+
- Defendants and witnesses.
72+
- Are defendants include any staffs, moderators, and/or administrators?
73+
- This can affect who will proceed this complaint.
74+
- Detail of the complaint.
75+
- Expected actions.
76+
- What kind of actions you (plaintiff) want us to apply to punish defendants?
77+
- Evidences.
5478

5579
## Enforcement Guidelines
5680

.github/CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contributing
2+
3+
## Preface
4+
5+
This contributing guide includes the guidelines, methods, and ways to contribute on different categories, items, and types; If this contributing guide does not include some of the categories, items, and/or types, maybe:
6+
7+
- those guidelines, methods, and/or ways are separated from this contributing guide and exist and/or store in their corresponding places,
8+
- those categories, items, and/or types are easy to understand how to correctly contributing, or
9+
- maintainers and/or owners forgot to edit this contributing guide.
10+
11+
If you still confused, try to create a discussion or an issue.
12+
13+
## Discussions
14+
15+
- Before create a discussion, check whether any similar discussions are already exist.
16+
17+
## Issues
18+
19+
- Before create an issue, check whether any similar issues are already exist.
20+
21+
## Pull Requests
22+
23+
- Before create a pull request, check whether any similar pull requests are already exist.
24+
- Always create a pull request to the `main` branch of this repository.
25+
- Try to avoid merge conflicts if possible.
26+
- Try to avoid a pull request with too many changes if possible.
27+
- A large pull request not only stretches the review time, but also makes it much harder to spot issues.
28+
- It is better to split the pull request to multiple smaller ones.
29+
- If your pull request is not ready but want to save it first, you can submit it by mark as draft, and no need to add any identifications to the title (e.g.: `WIP`).

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
1919
multiple: true
2020
options:
21+
- "v0.5.5"
2122
- "v0.5.4"
2223
- "v0.5.3"
2324
- "v0.5.2"

.github/SECURITY.md

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,66 @@
11
# Security Policy
22

3-
## Supported Version
3+
## Supported Versions
44

55
> | **Legend** | **Description** |
66
> |:-:|:--|
77
> | L | **LTS:** Long term supported. |
88
> || **Active / Current:** Currently supported. |
9-
> | 👎{🐛} | **Partly (Issue):** Partly supported due to confirmed contains bugs and/or issues. |
10-
> | 👎{🧓} | **Partly (Old):** Partly supported due to deprecated by newer versions. |
9+
> | 👎{🐛} | **Partially (Issue):** Partially supported due to confirmed contains bugs and/or issues. |
10+
> | 👎{🧓} | **Partially (Old):** Partially supported due to deprecated by newer versions. |
1111
> | ❌{🐛} | **No (Issue):** Not supported due to confirmed contains bugs and/or issues. |
1212
> | ❌{🧓} | **No (Old):** Not supported due to too old. |
1313
14-
| **Tag / Version** | **Target** | **Support** |
15-
|:-:|:-:|:-:|
16-
| v0.5.X | PowerShell v7.2.0 | |
17-
| v0.5.0 \~ v0.5.3 | PowerShell v7.2.0 | 👎{🐛} |
18-
| v0.4.X | PowerShell v7.2.0 | 👎{🧓} |
19-
| v0.3.X | PowerShell v7.2.0 | 👎{🧓} |
20-
| v0.3.0 \~ v0.3.2 | PowerShell v7.2.0 | ❌{🐛🧓} |
21-
| v0.2.X | PowerShell v7.2.0 | ❌{🧓} |
22-
| < v0.2.X | PowerShell v7.2.0 | ❌{🐛🧓} |
14+
| **Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
15+
|:-:|:-:|:-:|:-:|:-:|
16+
| v0.5.X | | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17+
| v0.5.0 \~ v0.5.3 | 👎{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
18+
| v0.4.X | 👎{🧓} | >= v7.2.0 | *N/A* | *N/A* |
19+
| v0.3.X | 👎{🧓} | >= v7.2.0 | *N/A* | *N/A* |
20+
| v0.3.0 \~ v0.3.2 | ❌{🐛🧓} | >= v7.2.0 | *N/A* | *N/A* |
21+
| v0.2.X | ❌{🧓} | >= v7.2.0 | *N/A* | *N/A* |
22+
| < v0.2.X | ❌{🐛🧓} | >= v7.2.0 | *N/A* | *N/A* |
2323

2424
## Report Vulnerability
2525

26-
### Contact
26+
If you believe you have found any security vulnerability, please do not report it publicly! Instead, please report it via [fill this form](https://forms.gle/iYjv8jGqkBzjy9yW9) or send an e-mail.
2727

28-
Send an email to anyone who listed in here (click the link to obtain the email address):
28+
All new reports may need up to `~48 hours (~2 days)` to begin the process.
29+
30+
> **⚠ Important:**
31+
>
32+
> All reports will only proceed to further process while:
33+
>
34+
> - with the correct personal information of the reporter, and
35+
> - with the correct project's ID or repository URI.
36+
>
37+
> Otherwise the report will mark as invalid immediately, not proceed, and without any notification.
38+
39+
### Via Send An E-mail
40+
41+
Send an e-mail to either one who listed in here (e-mail address is listed in the profile):
2942

3043
- [hugoalh](https://github.com/hugoalh)
3144

32-
### Suggested Content List
45+
#### Suggested Content List
46+
47+
Please provide as much as you can to help the security vulnerability report supervisors for better understand the nature, scope of the possible issues, and triage your report more quickly.
3348

34-
- Your GitHub account username (e.g.: `@octocat`)
35-
- Project identification name
36-
- Affected versions (versions must be listed as supported)
37-
- Affected files
38-
- Issues to cause this security issue
39-
- Common Vulnerabilities and Exposures (CVE) identification numbers
40-
- References of this security issue
49+
- Your account's platform (e.g.: GitHub, GitLab, ...).
50+
- Your account's username (e.g.: `@octocat`).
51+
- Project's ID or repository URI.
52+
- Project's ID is displayed at the top part of readme (i.e.: `README` file), below the project display name (i.e.: header), inside a code block.
53+
- Affected branches, commits, tags, and/or versions.
54+
- Versions must be listed as supported.
55+
- For multiple versions, you can use version range instead.
56+
- Affected files.
57+
- Files which related to the manifestation of this security vulnerability.
58+
- Relative files' paths based on repository root.
59+
- Issues to cause this security vulnerability (e.g.: buffer overflow, cross-site scripting, SQL injection, ...).
60+
- Any special/specific configuration required to reproduce this security vulnerability?
61+
- Steps' instructions to reproduce this security vulnerability.
62+
- Proof of concept and/or exploit code.
63+
- How an attacker might exploit this security vulnerability?
64+
- References of this security vulnerability.
65+
- Common Vulnerabilities and Exposures (CVE) IDs.
66+
- Common Weakness Enumerator (CWE) IDs.

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '0.5.4'
6+
ModuleVersion = '0.5.5'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package-lock.json

Lines changed: 47 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.",
55
"keywords": [
66
"gh-actions",
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@actions/artifact": "^1.1.0",
25-
"@actions/cache": "^3.0.1",
26-
"@actions/core": "^1.9.0",
25+
"@actions/cache": "^3.0.3",
26+
"@actions/core": "^1.9.1",
2727
"@actions/tool-cache": "^2.0.1"
2828
},
2929
"engines": {

0 commit comments

Comments
 (0)