-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Bump target EcmaSript to 2022, and future security improvements
- Loading branch information
1 parent
dc8fde9
commit 9ff647c
Showing
6 changed files
with
130 additions
and
180 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,79 +1,16 @@ | ||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json | ||
language: en-US | ||
tone_instructions: '' | ||
early_access: false | ||
enable_free_tier: true | ||
reviews: | ||
path_instructions: [] | ||
|
||
profile: chill | ||
request_changes_workflow: false | ||
high_level_summary: true | ||
high_level_summary_placeholder: '@coderabbitai summary' | ||
high_level_summary_in_walkthrough: false | ||
auto_title_placeholder: '@coderabbitai' | ||
auto_title_instructions: '' | ||
review_status: true | ||
commit_status: true | ||
fail_commit_status: false | ||
collapse_walkthrough: true # TODO: Test this | ||
changed_files_summary: true | ||
sequence_diagrams: true | ||
assess_linked_issues: true | ||
related_issues: true | ||
related_prs: true | ||
suggested_labels: true | ||
auto_apply_labels: false | ||
suggested_reviewers: true | ||
# Collapse main AI comment by default, as it takes too much space when | ||
# expanded. It also is needless for subsequent rounds of PR review, mostly | ||
# only for the first one | ||
collapse_walkthrough: true | ||
# Disable false-positive cross links to issues | ||
related_issues: false | ||
# Disable false-positive cross links to PRs | ||
related_prs: false | ||
# Disable useless Poem generation | ||
poem: false | ||
labeling_instructions: [] | ||
path_filters: [] | ||
abort_on_close: false | ||
|
||
auto_review: | ||
enabled: true | ||
auto_incremental_review: true | ||
ignore_title_keywords: [] | ||
labels: [] | ||
# Enable AI review for Draft PRs | ||
drafts: true | ||
base_branches: | ||
- main | ||
finishing_touches: | ||
docstrings: | ||
enabled: true | ||
tools: | ||
markdownlint: | ||
enabled: true | ||
github-checks: | ||
enabled: true | ||
timeout_ms: 90000 | ||
languagetool: | ||
enabled: true | ||
enabled_only: false | ||
level: default | ||
biome: | ||
enabled: true | ||
yamllint: | ||
enabled: true | ||
gitleaks: | ||
enabled: true | ||
checkov: | ||
enabled: true | ||
eslint: | ||
enabled: true | ||
actionlint: | ||
enabled: true | ||
semgrep: | ||
enabled: true | ||
chat: | ||
auto_reply: true | ||
knowledge_base: | ||
opt_out: false | ||
learnings: | ||
scope: auto | ||
issues: | ||
scope: auto | ||
jira: | ||
usage: auto | ||
project_keys: [] | ||
pull_requests: | ||
scope: auto |
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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Reporting a Vulnerability | ||
|
||
If you discover a potential security issue in this project, please notify me by emailing <mailto:dive-action-security.y7uio@passinbox.com>. | ||
If you believe you have discovered a potential security vulnerability in this project, please report it securely. **Do not create a public GitHub issue for any security concerns.** | ||
|
||
Please do **not** create a public github issue. | ||
## How to Report | ||
|
||
Send an email with a detailed description of the vulnerability—including any evidence of disclosure, the impact, and any timelines related to the issue—to our security team at: | ||
[dive-action-security.y7uio@passinbox.com](mailto:dive-action-security.y7uio@passinbox.com) | ||
|
||
## Vulnerability Disclosure Process | ||
|
||
- **Confidential Disclosure:** All vulnerability reports will be kept confidential until a fix is developed and verified. | ||
- **Assessment and Response:** We aim to acknowledge any valid report within 15 business days. | ||
- **Timelines:** After verification, we plan to have a coordinated disclosure within 60 days, though this may vary depending on the complexity of the fix. | ||
- **Communication:** We will work directly with you to clarify details, answer questions, and discuss potential mitigations. | ||
- **Updates:** We may provide periodic updates on the progress of remediating the reported vulnerability. | ||
|
||
## Guidelines | ||
|
||
- **Vulnerability Definition:** A vulnerability is any flaw or weakness in this project that can be exploited to compromise system security. | ||
- **Disclosure Expectations:** When you report a vulnerability, please include as much detail as possible to enable us to assess its validity and scope without exposing sensitive information publicly. | ||
|
||
By following this process, you help us improve the security of our project while protecting users and maintainers. We appreciate your efforts to responsibly disclose vulnerabilities. |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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