Bump codeceptjs from 3.7.3 to 3.7.5
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
(2 months ago)
dependencies javascript
Bumps codeceptjs from 3.7.3 to 3.7.5.
Release notes
Sourced from codeceptjs's releases.
3.7.5
❤️ Thanks all to those who contributed to make this release! ❤️
✨ Features
- feat: Add configurable sensitive data masking with custom patterns (#5109)
Backward Compatible Boolean Configuration
// codecept.conf.js exports.config = { maskSensitiveData: true, // Uses built-in patterns for common sensitive data // ... other config }Advanced Custom Patterns Configuration
// codecept.conf.js exports.config = { maskSensitiveData: { enabled: true, patterns: [ { name: 'Email', regex: /(\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b)/gi, mask: '[MASKED_EMAIL]' }, { name: 'Credit Card', regex: /\b(?:\d{4}[- ]?){3}\d{4}\b/g, mask: '[MASKED_CARD]' }, { name: 'Phone Number', regex: /(\+?1[-.\s]?)?\(?([0-9]{3})\)?[-.\s]?([0-9]{3})[-.\s]?([0-9]{4})/g, mask: '[MASKED_PHONE]' } ] }, // ... other config }Example Output
With the above configuration, sensitive data is automatically masked:
Before:
</tr></table>
... (truncated)
Changelog
Sourced from codeceptjs's changelog.
3.7.5
❤️ Thanks all to those who contributed to make this release! ❤️
✨ Features
- feat: Add configurable sensitive data masking with custom patterns (#5109)
Backward Compatible Boolean Configuration
// codecept.conf.js exports.config = { maskSensitiveData: true, // Uses built-in patterns for common sensitive data // ... other config }Advanced Custom Patterns Configuration
// codecept.conf.js exports.config = { maskSensitiveData: { enabled: true, patterns: [ { name: 'Email', regex: /(\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b)/gi, mask: '[MASKED_EMAIL]' }, { name: 'Credit Card', regex: /\b(?:\d{4}[- ]?){3}\d{4}\b/g, mask: '[MASKED_CARD]' }, { name: 'Phone Number', regex: /(\+?1[-.\s]?)?\(?([0-9]{3})\)?[-.\s]?([0-9]{3})[-.\s]?([0-9]{4})/g, mask: '[MASKED_PHONE]' } ] }, // ... other config }Example Output
With the above configuration, sensitive data is automatically masked:
</tr></table>
... (truncated)
Commits
3ba96d1release 3.7.5 (#5198)5a440e2Bump versions (#5197)6ff0dc6fix(utils): resolve command injection vulnerability inemptyFolder(3.x) (#...b004ca8bugfix: prevent this error when running WebDriver without Bidi protocol: 'Err...5c38989Bump some minors before 3.7.5 (#5187)f8ef112Bump expect to 30.1.2 (#5182)94e73eachore(deps): bump joi from 17.13.3 to 18.0.1 (#5178)c417bd3Bump globals to 16.4.0 (#5177)ba053f0Bump acorn to 8.15.0 (#5169)e2bb7e3Bump mocha to 11.7.2 (#5159)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
1
+1239
-3496
Package Dependencies
Technical Details
| ID: | 8583435 |
| UUID: | 2854453296 |
| Node ID: | PR_kwDOCdCV8s6qI4Aw |
| Host: | GitHub |
| Repository: | codeceptjs/codeceptjs-resemblehelper |
| Mergeable: | Yes |
| Merge State: | Clean |
| Rebaseable: | Yes |