Skip to content

Comments

Fix vulnerabilities, update most packages to latest version, update minimum node version to 18#466

Open
yehudab wants to merge 19 commits intoeduardoboucas:masterfrom
yehudab:master
Open

Fix vulnerabilities, update most packages to latest version, update minimum node version to 18#466
yehudab wants to merge 19 commits intoeduardoboucas:masterfrom
yehudab:master

Conversation

@yehudab
Copy link

@yehudab yehudab commented Apr 24, 2024

Yet another attempt at fixing #375.
There are currently 5 moderate vulnerabilities.

I don't think it should be merged, but maybe can be used as a baseline for further improvements. All automatic tests are passing, but I can't guarantee that it actually works in all scenarios. I'm using it with GitHub and it works fine.

Most unverified changes were done with GitLab and maligun packages.

@mfenerich
Copy link

Thanks, man... I will use your changes ;)

Copy link

@saidmoglu saidmoglu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing 2 bugs with github app based auth

const app = new App(
const appAuth = createAppAuth(
{
id: config.get('githubAppID'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it needs to be
appId: config.get('githubAppID'),

const installationId = data.id
const installationAuth = createAppAuth(
{
id: config.get('githubAppID'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above
appId: config.get('githubAppID'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants