Skip to content
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

Attempt Resolve Security Issues #65

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Attempt Resolve Security Issues #65

merged 1 commit into from
Feb 5, 2025

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented Feb 5, 2025

Not sure how many this will clear away, but these overrides should eliminate several of the following:

https://github.com/BitteProtocol/make-agent/security/dependabot

@bh2smith bh2smith merged commit 550d28e into main Feb 5, 2025
2 checks passed
@bh2smith bh2smith deleted the security-update branch February 5, 2025 14:21
bh2smith added a commit that referenced this pull request Feb 7, 2025
Resolves security vulnerabilities:
https://github.com/BitteProtocol/make-agent/security/dependabot

The previous attempt #65 did nothing. I kept digging and found this
solution works (at least locally)

## Test Plan

```sh
pnpm i && pnpm audit
```


Before removing localtunnel, the audit report with just the overrides
showed `axios` (`>=0.8.1 <0.28.0`).

So then

```
$ pnpm why axios
Legend: production dependency, optional only, dev only

make-agent@0.0.0 /Users/bh2smith/Projects/mintbase/ai/make-agent

dependencies:
localtunnel 2.0.2
└── axios 0.21.4
```
Removing local tunnel (no longer used) removed these issues!
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.

2 participants