You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/20 17:37:14 UTC

[GitHub] [airflow] dependabot[bot] opened a new pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

dependabot[bot] opened a new pull request #8928:
URL: https://github.com/apache/airflow/pull/8928


   Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.17.3 to 0.18.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/httplib2/httplib2/blob/master/CHANGELOG">httplib2's changelog</a>.</em></p>
   <blockquote>
   <p>0.18.0</p>
   <p>IMPORTANT security vulnerability CWE-93 CRLF injection
   Force %xx quote of space, CR, LF characters in uri.
   Special thanks to Recar <a href="https://github.com/Ciyfly">https://github.com/Ciyfly</a> for discrete notification.
   <a href="https://cwe.mitre.org/data/definitions/93.html">https://cwe.mitre.org/data/definitions/93.html</a></p>
   <p>0.17.4</p>
   <p>Ship test suite in source dist
   <a href="https://github-redirect.dependabot.com/httplib2/httplib2/pull/168">httplib2/httplib2#168</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/httplib2/httplib2/commit/8373177d3a9e4dd9c956f9bded22a5f96a00957b"><code>8373177</code></a> v0.18.0 release</li>
   <li><a href="https://github.com/httplib2/httplib2/commit/9fef207e85eef0534574d71fe1338c01874eba46"><code>9fef207</code></a> pyproject.toml</li>
   <li><a href="https://github.com/httplib2/httplib2/commit/a1457cc31f3206cf691d11d2bf34e98865873e9e"><code>a1457cc</code></a> IMPORTANT security vulnerability CWE-93 CRLF injection</li>
   <li><a href="https://github.com/httplib2/httplib2/commit/9413ffc973a2dc90abf787509ee82238345d5602"><code>9413ffc</code></a> v0.17.4 release</li>
   <li><a href="https://github.com/httplib2/httplib2/commit/fe3136ac369199abd9d6afd2d2a61a11da9e32ac"><code>fe3136a</code></a> Ship new test suite in source dist</li>
   <li>See full diff in <a href="https://github.com/httplib2/httplib2/compare/v0.17.3...v0.18.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httplib2&package-manager=pip&previous-version=0.17.3&new-version=0.18.0)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/airflow/network/alerts).
   
   </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.

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



[GitHub] [airflow] potiuk commented on pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #8928:
URL: https://github.com/apache/airflow/pull/8928#issuecomment-632068712


   Requirements should never be changed manually or via dependabot. They are by-product.
   
   Our "master" source of requirements versions is setup.py.  Next time someone touches setup.py those requirement files will be updated.
   
   The requirements are only there as constraint files and they have to be updated every time setup.py changes. I think we shoudl disable dependabot unless we want to indeed use it as early warning. 


----------------------------------------------------------------
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.

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



[GitHub] [airflow] ashb commented on pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #8928:
URL: https://github.com/apache/airflow/pull/8928#issuecomment-632260870


   I wonder if we can point it at setup.py only... (_And_ have it understand the versions in it)


----------------------------------------------------------------
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.

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



[GitHub] [airflow] dependabot[bot] commented on pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #8928:
URL: https://github.com/apache/airflow/pull/8928#issuecomment-632068756


   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


----------------------------------------------------------------
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.

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



[GitHub] [airflow] ashb commented on pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #8928:
URL: https://github.com/apache/airflow/pull/8928#issuecomment-631990670


   @potiuk Does changing these files like this change which version is used in our test?
   
   If so I should add it to the "important files" list.
   
   If not then dependabot is not so useful here :(


----------------------------------------------------------------
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.

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



[GitHub] [airflow] potiuk commented on pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #8928:
URL: https://github.com/apache/airflow/pull/8928#issuecomment-632336230


   I am afraid it only works with setup.py where we do not have open-ended conditions. We have quite a bit too complex setup  trying to be both library and app,


----------------------------------------------------------------
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.

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



[GitHub] [airflow] potiuk closed pull request #8928: Bump httplib2 from 0.17.3 to 0.18.0 in /requirements

Posted by GitBox <gi...@apache.org>.
potiuk closed pull request #8928:
URL: https://github.com/apache/airflow/pull/8928


   


----------------------------------------------------------------
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.

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