Code Monkey home page Code Monkey logo

php-remediation-engine's Introduction

php-remediation-engine's People

Contributors

julienloizelet avatar rr404 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

julienloizelet

php-remediation-engine's Issues

Support for IPv6

Over at the Drupal integration, we've received an issue, that IPv6 is not supported by this package. You can find all the details at https://www.drupal.org/project/crowdsec/issues/3333436

Is there anything we can do on the Drupal integration to make this work, or is IPv6 indeed not supported? If so, are you planning to add IPv6 support in the future?

Trying to get in touch with Julien Devouassoud

Sorry, to mis-use this channel for this approach, but I'm trying to get hold of Julien Devouassoud and all channels I have seem to be failing. He wrote to me and I responded and also send emails some time ago. No response at all and I'm worries that my email isn't getting through to him.

Also tried to reach him on Slack, no response either.

Could someone here in this issue queue who has a chance trying to ping him and letting him and me know, how we could communicate efficiently? Thanks in advance.

Dependency Management

Currently, the dependency to the other packages are very strict and difficult to upgrade. As the constraints don't allow for higher version numbers but require a very specific version, a composer update can easily fail, because the composer.lock file contains that earlier fixed version and doesn't allow to update to the new one, unless the lock file gets deleted first.

But that's not an ideal workflow for composer based applications.

Instead of declaring

    "require": {
        "crowdsec/capi-client": "0.11.0",
        "crowdsec/lapi-client": "0.4.0",
    },

it would be better to something like this:

    "require": {
        "crowdsec/capi-client": "^0.11",
        "crowdsec/lapi-client": "^0.4",
    },

However, we've also seen issues with 0-based version numbers in the past. So the extended version of the question would be, when you're planning to go for something like 1.0.0-alpha at least?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.