Skip to content
#

dependency-manager

A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.

Here are 310 public repositories matching this topic...

abn
abn commented Mar 30, 2021

This is a great issue to work on if you are new to the Poetry code base and want to start contributing. Over the years the poetry code base has added various fixes that catered to now unsupported versions of python. With the release of 1.2, we will drop support for all Python versions prior to 3.6. With this we want to clean up the code base of any such workarounds we did to support backwards

renovate
rarkins
rarkins commented Sep 24, 2021

Describe the proposed change(s).

Today we use re2 for any user-provided regex, with the aim being we can't be the victim - intentionally or accidentally - of catastrophic backtracking.

But how do we make sure that we don't accidentally add a problematic regex in our own code? Wouldn't we essentially close off the risk if we used re2 for any complex regex instead of using regex literals

athens
arschles
arschles commented Nov 13, 2019

Is your feature request related to a problem? Please describe.

Not related to a problem

Describe the solution you'd like

We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.

_Edit from @arschles - we have focused this issue to just the twitte

fury
Wikipedia
Wikipedia

Related Topics

package-management