Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix #2,3,4,5,6,7,8,9,10,11 #3805

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

Open
guruh46 wants to merge 46 commits into gitkraken:main
base: main
Choose a base branch
Loading
from guruh46:main
Open

Fix #2,3,4,5,6,7,8,9,10,11 #3805

guruh46 wants to merge 46 commits into gitkraken:main from guruh46:main

Conversation

@guruh46
Copy link

@guruh46 guruh46 commented Nov 27, 2024
edited
Loading

❤ Thank you for contributing to GitLens! ❤

🚨 IMPORTANT 🚨

  • Please create an issue before creating a Pull Request
  • Please use the following Git commit message style
    • Use future tense ("Adds feature" not "Added feature")
    • Use a "Fixes #xxx -" or "Closes #xxx -" prefix to auto-close the issue that your PR addresses
    • Limit the first line to 72 characters or less
    • Reference issues and pull requests liberally after the first line

↑👆 DELETE above before submitting 👆↑


Description

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

KOLAWOLEJOHNSON reacted with thumbs up emoji
guruh46 and others added 30 commits November 27, 2024 18:10
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Fix code scanning alert no. 2: Incomplete URL substring sanitization
Fix code scanning alert no. 4: Incomplete string escaping or encoding
Fix code scanning alert no. 5: Incomplete string escaping or encoding
Fix code scanning alert no. 6: Incomplete string escaping or encoding
Fix code scanning alert no. 7: Incomplete string escaping or encoding
Fix code scanning alert no. 8: Incomplete string escaping or encoding
Fix code scanning alert no. 9: Incomplete string escaping or encoding
Fix code scanning alert no. 10: Incomplete string escaping or encoding
Fix code scanning alert no. 3: Disabling certificate validation
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Fix code scanning alert no. 11: Disabling certificate validation
Copy link
Member

eamodio commented Feb 10, 2025

@guruh46 What is this PR about?

guruh46 and others added 2 commits February 11, 2025 05:31
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild).
Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.24.2...v0.25.0)
---
updated-dependencies:
- dependency-name: esbuild
 dependency-type: direct:development
 dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

guruh46 commented Feb 10, 2025

Fix code scanning alert

guruh46 and others added 13 commits February 11, 2025 06:06
...arn-392d5e510b
Bump esbuild from 0.24.2 to 0.25.0 in the npm_and_yarn group across 1 directory
...ing or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 19: Incomplete string escaping or encoding
Bumps the npm_and_yarn group with 2 updates in the / directory: [@octokit/endpoint](https://github.com/octokit/endpoint.js) and [koa](https://github.com/koajs/koa).
Updates `@octokit/endpoint` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/octokit/endpoint.js/releases)
- [Commits](octokit/endpoint.js@v10.1.2...v10.1.3)
Updates `koa` from 2.15.3 to 2.15.4
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/2.15.4/History.md)
- [Commits](koajs/koa@2.15.3...2.15.4)
---
updated-dependencies:
- dependency-name: "@octokit/endpoint"
 dependency-type: indirect
 dependency-group: npm_and_yarn
- dependency-name: koa
 dependency-type: indirect
 dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
...in permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
...in permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 13: Workflow does not contain permissions
Potential fix for code scanning alert no. 12: Workflow does not contain permissions
...arn-a7dc0e3c44
Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@octokit/request](https://github.com/octokit/request.js) | `9.2.0` | `9.2.1` |
| [@octokit/request-error](https://github.com/octokit/request-error.js) | `6.1.6` | `6.1.7` |
| [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) | `7.26.7` | `7.27.6` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.7` | `7.27.6` |
| [koa](https://github.com/koajs/koa) | `2.15.4` | `2.16.1` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `2.1.2` | `2.1.3` |
Updates `@octokit/request` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v9.2.0...v9.2.1)
Updates `@octokit/request-error` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v6.1.6...v6.1.7)
Updates `@babel/runtime-corejs2` from 7.26.7 to 7.27.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-runtime-corejs2)
Updates `@babel/runtime` from 7.26.7 to 7.27.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-runtime)
Updates `koa` from 2.15.4 to 2.16.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@2.15.4...v2.16.1)
Updates `tar-fs` from 2.1.2 to 2.1.3
- [Commits](mafintosh/tar-fs@v2.1.2...v2.1.3)
---
updated-dependencies:
- dependency-name: "@octokit/request"
 dependency-version: 9.2.1
 dependency-type: direct:production
 dependency-group: npm_and_yarn
- dependency-name: "@octokit/request-error"
 dependency-version: 6.1.7
 dependency-type: direct:production
 dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs2"
 dependency-version: 7.27.6
 dependency-type: indirect
 dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime"
 dependency-version: 7.27.6
 dependency-type: indirect
 dependency-group: npm_and_yarn
- dependency-name: koa
 dependency-version: 2.16.1
 dependency-type: indirect
 dependency-group: npm_and_yarn
- dependency-name: tar-fs
 dependency-version: 2.1.3
 dependency-type: indirect
 dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
...arn-864b7082e5
Bump the npm_and_yarn group across 1 directory with 6 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion).
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
---
updated-dependencies:
- dependency-name: brace-expansion
 dependency-version: 1.1.12
 dependency-type: indirect
 dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
...arn-6ea9762674
Bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /