Skip to content

Fix multiple vulnerabilities#409

Open
ElDuderinos wants to merge 100 commits intomasterfrom
fix-multiple-vulnerabilities
Open

Fix multiple vulnerabilities#409
ElDuderinos wants to merge 100 commits intomasterfrom
fix-multiple-vulnerabilities

Conversation

@ElDuderinos
Copy link
Contributor

Upgrade multiple dependencies to fix vulnerabilities

This reverts commit f0d61c4.

Change title, revert to old icon

Revert "Changed app name"

This reverts commit 3210678.

Revert "Changed icons"

This reverts commit 937569b.

Revert "Change copy"

This reverts commit 2a1868c.

Revert "Update deeplinks.ts"

This reverts commit 33b19a0.

Revert "Readme and text corrections"

This reverts commit c4735c7.

Revert "Added images, removed broken links"

This reverts commit c26cfc3.
ron-rookout and others added 28 commits May 12, 2025 11:55
RK-20861 - APPOBS-8346 fix publisher
* APPOBS-9000/Update node version in CircleCI pipeline

* APPOBS-9000/Remove empty requirements
* APPOBS-31166/Updated express and qs versions

* Bump version

* Revert "Bump version"

This reverts commit 284c29a.
Use native os:node package to retrieve user's OS kernel type, version and architecture. Update graphql schema accordingly.
…ype-version-collection-api

APPOBS-31180: add osInfo query
* APPOBS-31672/Updated Node version in Dockerfile

* APPOBS-31672/Update Node version in CircleCI config
Co-authored-by: Ron Belkin <85059617+ron-rookout@users.noreply.github.com>
Add "dynatrace://" Schema Support to Desktop App

async function getLatestVersionName() {
const LATEST_VERSION_URL = "https://api.github.com/repos/Rookout/explorook/releases/latest";
const LATEST_VERSION_URL = "https://api.github.com/repos/Rookout/dynatrace-desktop-application/releases/latest";
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you migrating the source code of dynatrace desktop app over here? If so, is this change actually something you want to commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I accidentally created a PR on explorook and not in the dynatrace repo :)

fileTreePageLimit(args: BitbucketInput!): Int
isTreeLargerThan(args: BitbucketInput!): Boolean
cacheTree(args: BitbucketInput!): Boolean
cancelCacheTree: Boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm, I see you removed support for large tree caching. Important to note, there may still remain big caches leftover from old versions. Consider adding a small cleanup function to prune entries of unrecognized keys from the store :). Could help avoid leaving unnecessary data on user's pc after removing features

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting, actually this was removed here - https://github.com/Rookout/dynatrace-desktop-application/pull/22/changes
@darcdt was this on purpose?

@Urook
Copy link
Contributor

Urook commented Feb 25, 2026

@ElDuderinos Added a review for old times' sake :). Feel free to tag me for a deeper/further look

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.

8 participants