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

Refactor code base and tests to pave the way to migrate it to esm #7

Merged
merged 7 commits into from
Oct 26, 2024

Conversation

danielsan
Copy link
Collaborator

No description provided.

@wiz-inc-539929f929
Copy link

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
IaC Misconfigurations 0 0 0 0 0 0
Vulnerabilities 0 0 0 0 0 0
Sensitive Data 0 0 0 0 0 0
Secrets 0 0 1 0 0 1
Total 0 0 1 0 0 1

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

it('should return user:pass when having both', () => {
const parsed = parseUrl('http://user:[email protected]/some/path')
const parsed = urlHelper.parseUrl('http://user:[email protected]/some/path')

Choose a reason for hiding this comment

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

Medium Wiz Secret Finding

Details
Type Password
SHA256 d74ff0ee8da3b9806b18c877dbf29bbde50b5bd8e4dad7a3a725000feb82e8f1
Severity Medium
Complexity Weak password
Entropy Bits 18
Length 4

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11527625896

Details

  • 7 of 7 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11524917635: 0.0%
Covered Lines: 751
Relevant Lines: 751

💛 - Coveralls

@danielsan danielsan merged commit e664b26 into EveryMundo:master Oct 26, 2024
5 checks passed
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