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

feat: E2E workflow refactor #887

Closed
wants to merge 67 commits into from

Conversation

christopherferreira9
Copy link
Collaborator

@christopherferreira9 christopherferreira9 commented Jun 18, 2024

closed for a cleaned branch: #1084

Copy link

socket-security bot commented Sep 26, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@browserstack/ai-sdk-node@1.5.9 filesystem, network +1 2.23 MB browserstack
npm/@open-draft/until@1.0.3 None 0 3.62 kB kettanaito
npm/@percy/appium-app@2.0.8 environment, filesystem 0 53.6 kB percy-admin
npm/@percy/sdk-utils@1.29.4 environment, network 0 39.9 kB percy-admin
npm/@percy/selenium-webdriver@2.0.5 None 0 19.7 kB percy-admin
npm/@promptbook/utils@0.70.0-1 eval 0 717 kB hejny
npm/@types/sinonjs__fake-timers@8.1.5 None 0 15 kB types
npm/@wdio/appium-service@9.2.1 Transitive: environment, eval, filesystem, network +23 5.28 MB wdio-user
npm/@wdio/browserstack-service@9.1.2 Transitive: environment, eval, filesystem, network +12 3.08 MB wdio-user
npm/@zip.js/zip.js@2.7.52 network 0 3.12 MB gildas-lormeau
npm/bare-stream@2.3.0 None 0 19.3 kB kasperisager
npm/change-case@5.4.4 None 0 35.9 kB blakeembrey
npm/headers-utils@1.2.5 None 0 19.2 kB kettanaito
npm/htmlfy@0.3.2 None 0 25 kB j4w8n
npm/immediate@3.0.6 None 0 14.6 kB cwmma
npm/jszip@3.10.1 None 0 762 kB stuk
npm/lie@3.3.0 None 0 59.1 kB cwmma
npm/node-request-interceptor@0.6.3 None 0 137 kB kettanaito
npm/parse5-htmlparser2-tree-adapter@7.0.0 None 0 19.1 kB feedic
npm/parse5@7.1.2 None 0 702 kB feedic
npm/spacetrim@0.11.39 None 0 72.7 kB hejny
npm/strict-event-emitter@0.1.0 None 0 4.43 kB kettanaito
npm/tmp@0.2.3 filesystem 0 54.4 kB raszi
npm/tree-kill@1.2.2 shell 0 7.82 kB wmhilton
npm/undici@6.19.8 environment, network 0 1.13 MB matteo.collina
npm/wdio-intercept-service@4.4.1 None 0 54.3 kB wdio-user

🚮 Removed packages: npm/@wdio/appium-service@8.24.6, npm/@wdio/browserstack-service@8.24.6

View full report↗︎

Copy link

socket-security bot commented Oct 4, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
New author npm/parse5-htmlparser2-tree-adapter@7.0.0 🚫
Shell access npm/tree-kill@1.2.2 🚫
Network access npm/@zip.js/zip.js@2.7.52 🚫
Network access npm/axios@1.7.7 🚫
Network access npm/@percy/sdk-utils@1.29.4 🚫
Network access npm/@percy/sdk-utils@1.29.4 🚫
Network access npm/webdriver@9.1.2 🚫
Obfuscated code npm/@browserstack/ai-sdk-node@1.5.9 🚫
Network access npm/@browserstack/ai-sdk-node@1.5.9 🚫
Network access npm/webdriver@9.2.0 🚫

View full report↗︎

Next steps

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is obfuscated code?

Obfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.

Packages should not obfuscate their code. Consider not using packages with obfuscated code

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/parse5-htmlparser2-tree-adapter@7.0.0
  • @SocketSecurity ignore npm/tree-kill@1.2.2
  • @SocketSecurity ignore npm/@zip.js/zip.js@2.7.52
  • @SocketSecurity ignore npm/axios@1.7.7
  • @SocketSecurity ignore npm/@percy/sdk-utils@1.29.4
  • @SocketSecurity ignore npm/webdriver@9.1.2
  • @SocketSecurity ignore npm/@browserstack/ai-sdk-node@1.5.9
  • @SocketSecurity ignore npm/webdriver@9.2.0

abretonc7s and others added 28 commits October 18, 2024 10:34
* feat: extra logs on socket server for analytics cache

* feat: bump version
* feat: extra logs on socket server for analytics cache

* fix: connect with potentially receiving response from different method
* feat: extra logs on socket server for analytics cache

* fix: connect with potentially receiving response from different method

* feat: auto detect deeplink protocol support

* feat: remove unnecessary option - let wallet send information

* fix: unit tests
* feat: extra logs on socket server for analytics cache

* fix: connect with potentially receiving response from different method

* feat: auto detect deeplink protocol support

* feat: event handling with async protocol

* fix: unit tests
* feat: generate new dappId when missing

* feat: dappId fallback

* feat: improved fallback dappId

* feat: dappId optimization

* feat: cleanup

* feat: update

* feat: prevent NA

* feat: log level
feat: bump version and prevent empty restriction
* feat: no sdk dappid

* feat: bump version

* feat: cleanup
* feat: release 94.0.0

* fix: changelogs
…#1065)

* fix: improper implementation of handleBatchMethod + more robust tests

* fix: lint
* feat: always re-emit display uri event

* feat: emit connectWithResponse event
* feat: release 95.0.0

* docs: changelogs
)

feat: default options for pure js and deeplink auto to true
* feat: release 96.0.0

* feat: fix tests
* feat: release 97.0.0

* docs: changelog
* fix: rpc protocol resetting after refresh

* feat: multiple sdk improvements

* feat: wip

* fix: unit tests

* fix: unit tests

* feat: enable in separate PR for better tracking

* feat: cleanup
* fix: rpc protocol resetting after refresh

* feat: multiple sdk improvements

* feat: wip

* fix: unit tests

* fix: unit tests

* feat: restore deletion
* feat: release 98.0.0

* docs: changelogs

* fix: unit tests

* feat: cleanup
Copy link

sonarcloud bot commented Oct 18, 2024

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.

5 participants