Code Monkey home page Code Monkey logo

Comments (4)

markos avatar markos commented on August 12, 2024

Hi, a migration to the new library should be done, it's in the TODO list. Will close this ticket when the migration is done. Apologies for the inconvenience.

from vectorscan.

markos avatar markos commented on August 12, 2024

From some research on migrations to pcre2, this will probably create incompatibilities with hyperscan 5.4, so we will have to create a migration plan and also add an Vectorscan specific API/ABI version string for applications to check. It will be moved to next milestone.

from vectorscan.

victorjulien avatar victorjulien commented on August 12, 2024

At Suricata we've switched to pcre2 in our latest major release, and we've not really noticed many issues. The only one was that pcre2 is by default more picky about "invalid escapes". I later found this flag PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL (https://www.pcre.org/current/doc/html/pcre2_set_compile_extra_options.html) which would probably have fixed those issues. Just FYI.

from vectorscan.

markos avatar markos commented on August 12, 2024

@victorjulien ok, that's good to know, from reading the manuals I was under the impression that there will be many cases where user input might be needed to change, which is the problem basically. It's one thing to change the function calls and quite another to introduce an incompatibility because of a difference in the library, perhaps a period where both versions might be supported should be the best solution.

from vectorscan.

Related Issues (20)

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.