Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating the Fallback Libraries to SCTK. #3476

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Jul 31, 2023

  1. ref: added logic to fallback to ahocode

    - made changes in match_unknown.py and match_aho.py to fallback to ahocode.
    
    Signed-off-by: 35C4n0r <[email protected]>
    35C4n0r committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    13f3d43 View commit details
    Browse the repository at this point in the history
  2. ref: added logic to fallback to bitcode

    - added imports in spans.py, index.py, match_unknown.py and match_set.py to fallback to ahocode.
    
    Signed-off-by: 35C4n0r <[email protected]>
    35C4n0r committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    03a8a5a View commit details
    Browse the repository at this point in the history
  3. ref: added bitcode to setup.cfg

    Signed-off-by: 35C4n0r <[email protected]>
    35C4n0r committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    994a7fa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. ref: refactored Imports to fallback to sanexml.

    - Added try catch blocks for import.
    
    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    61973d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Revert "ref: refactored Imports to fallback to sanexml."

    This reverts commit 61973d3.
    35C4n0r committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1d7dc8a View commit details
    Browse the repository at this point in the history
  2. ref: added test packages to setup.cfg

    Signed-off-by: Jay <[email protected]>
    35C4n0r committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b5cc169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92c8243 View commit details
    Browse the repository at this point in the history