You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/20 12:57:37 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request, #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

dependabot[bot] opened a new pull request, #2254:
URL: https://github.com/apache/dubbo-go/pull/2254

   Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.11.0 to 10.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10's releases</a>.</em></p>
   <blockquote>
   <h2>Release 10.12.0</h2>
   <h2>What is new?</h2>
   <ul>
   <li>Added <code>eth_addr_checksum</code> validation.</li>
   <li>Added <code>eg_ignore_case</code> and <code>ne_ignore_case</code></li>
   <li>Added <code>http_url</code> validation for http(s) URL's</li>
   <li>Added <code>cron</code> validation.</li>
   <li>Added <code>unique</code> validation ability to validate struct fields.</li>
   <li>Added <code>base64rawurl</code> validation for base64 url without = padding</li>
   <li>Added <code>mongodb</code> objectID validation</li>
   <li>Added <code>filepath</code> validation.</li>
   <li>Added <code>dirpath</code> validation.</li>
   <li>Added <code>luhn_checksum</code> validation.</li>
   <li>Added <code>cve</code> validation.</li>
   <li>Added kosovo to country codes.</li>
   <li>Added Latvian translations.</li>
   <li>Added multiple missing language translations.</li>
   </ul>
   <h2>What was fixed?</h2>
   <ul>
   <li>Fixed multiple documentation grammar issues.</li>
   <li>Updated all dependencies to address any lingering CVE issues be reported by tools, even if not able to exploit through this package.</li>
   <li>Fixed <code>excluded_unless</code> validation.</li>
   <li>Fix <code>unique</code> validation for map with Pointer values.</li>
   <li>Fixed <code>unique</code> validation for struct field when itis a nil pointer.</li>
   <li>Fixed multiple language validation.</li>
   <li>Fixed <code>notblank</code> validation to cover all whitespace characters</li>
   </ul>
   <h2>What was changed?</h2>
   <ul>
   <li>Tweaked <code>eth_addr</code> validation while adding <code>eth_addr_checksum</code>.</li>
   <li>Updated Struct Level validation example for enum+ example.</li>
   <li>Removed unnecessary cast allowing mocking of ValidationErrors</li>
   </ul>
   <h2>Release 10.11.2</h2>
   <h2>What was fixed</h2>
   <ul>
   <li>Merged some PR and updated deps to address some CVE's in those libraries.</li>
   </ul>
   <h2>Release 10.11.1</h2>
   <h2>What was fixed?</h2>
   <p>Corrected/Enhanced is boolean check to take the field type into consideration. Thanks <a href="https://github.com/V-R-Dighe"><code>@​V-R-Dighe</code></a> for the <a href="https://redirect.github.com/go-playground/validator/pull/988">PR</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-playground/validator/commit/f5e5146b316bf0283fd8988dc9f26aebe94b599d"><code>f5e5146</code></a> update version README</li>
   <li><a href="https://github.com/go-playground/validator/commit/56e2f31322b7b169b067fceb3a48d9dc11f6f495"><code>56e2f31</code></a> pt_BR translation improvements (<a href="https://redirect.github.com/go-playground/validator/issues/967">#967</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/e9f2d9f21a7123e5bdef611213d52a02098b66e1"><code>e9f2d9f</code></a> fix: removed unnecessary cast so we can mock ValidationErrors (<a href="https://redirect.github.com/go-playground/validator/issues/980">#980</a>) (<a href="https://redirect.github.com/go-playground/validator/issues/981">#981</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/b43d437012ec5766eee3a068f53c6581f8e64282"><code>b43d437</code></a> feat: ✨ add cve validator (<a href="https://redirect.github.com/go-playground/validator/issues/983">#983</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/58d420de41816ab1547101ed9dd2e022b5e9fcb7"><code>58d420d</code></a> add kosovo (<a href="https://redirect.github.com/go-playground/validator/issues/1081">#1081</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/c6f86379834b301210fdd4c6c2a553c3b2717cae"><code>c6f8637</code></a> Fixed NotBlank validator to cover all whitespace characters (<a href="https://redirect.github.com/go-playground/validator/issues/997">#997</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/f6f934c4e9238275d58780d0bc4a61c51c1bacb1"><code>f6f934c</code></a> Added Latvian translations (<a href="https://redirect.github.com/go-playground/validator/issues/1005">#1005</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/ae3e7287630f7ea4f42942abe562e6e9ae6157da"><code>ae3e728</code></a> Introduce Luhn Checksum Validation (<a href="https://redirect.github.com/go-playground/validator/issues/1009">#1009</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/0665b9518a6c528bfb72709fe0263f220faec0d8"><code>0665b95</code></a> Refactor: fix for lint errors (<a href="https://redirect.github.com/go-playground/validator/issues/1011">#1011</a>)</li>
   <li><a href="https://github.com/go-playground/validator/commit/21b88d1a2508bd449add2df77b4fb216a38b00a5"><code>21b88d1</code></a> Fix the Japanese translations of gte and lte (<a href="https://redirect.github.com/go-playground/validator/issues/1012">#1012</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.11.0...v10.12.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.11.0&new-version=10.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] github-code-scanning[bot] commented on pull request #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

Posted by "github-code-scanning[bot] (via GitHub)" <gi...@apache.org>.
github-code-scanning[bot] commented on PR #2254:
URL: https://github.com/apache/dubbo-go/pull/2254#issuecomment-1476187903

   You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository [Security tab](/apache/dubbo-go/security/code-scanning?query=pr%3A2254+tool%3ASonarCloud+is%3Aopen).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] codecov-commenter commented on pull request #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #2254:
URL: https://github.com/apache/dubbo-go/pull/2254#issuecomment-1476231486

   ## [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/2254?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#2254](https://codecov.io/gh/apache/dubbo-go/pull/2254?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5302d5f) into [3.0](https://codecov.io/gh/apache/dubbo-go/commit/5302d5f06ddfecaba4922e17713e47cad870b072?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5302d5f) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head 5302d5f differs from pull request most recent head 92e4aff. Consider uploading reports for the commit 92e4aff to get more accurate results
   
   ```diff
   @@           Coverage Diff           @@
   ##              3.0    #2254   +/-   ##
   =======================================
     Coverage   44.17%   44.17%           
   =======================================
     Files         283      283           
     Lines       17206    17206           
   =======================================
     Hits         7600     7600           
     Misses       8808     8808           
     Partials      798      798           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] sonarcloud[bot] commented on pull request #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #2254:
URL: https://github.com/apache/dubbo-go/pull/2254#issuecomment-1476187767

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2254)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2254) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2254&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks merged pull request #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks merged PR #2254:
URL: https://github.com/apache/dubbo-go/pull/2254


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] sonarcloud[bot] commented on pull request #2254: build(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.12.0

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #2254:
URL: https://github.com/apache/dubbo-go/pull/2254#issuecomment-1476217405

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2254)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2254&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2254) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2254&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org