Skip to content

issues Search Results · repo:gatewayd-io/DeepSQLi language:Python

Filter by

9 results
 (72 ms)

9 results

ingatewayd-io/DeepSQLi (press backspace or delete to remove)

This is the error from a failed workflow: ValueError: File format not supported: filepath=sqli_model/1. Keras 3 only supports V3 `.keras` files and legacy H5 format files (`.h5` extension). Note that ...
enhancement
  • mostafa
  • Opened 
    on Mar 24, 2024
  • #9

Idea The idea is to have an API wrapper that: 1. Receives the query (and the model version?) 2. Calls the tokenizer to tokenize the query 3. Calls the serving API for inference/prediction 4. Return ...
enhancement
epic
  • mostafa
  • Opened 
    on Mar 15, 2024
  • #8

The current tokenizer uses a deprecated tf.keras.preprocessing.text.Tokenizer, which is only available to Python. This means that the tokenizer should be made available to the plugin using a REST API, ...
enhancement
  • mostafa
  • Opened 
    on Dec 4, 2023
  • #7

The goal is to see if the result of the query contains exceptions (errors and tracebacks) that might have been raised due to SQL injection, that was deemed benign by the deep learning model or the libinjection. ...
enhancement
epic
  • mostafa
  • Opened 
    on Jun 15, 2023
  • #6

- Investigate different tokenizers
enhancement
  • mostafa
  • Opened 
    on Jun 10, 2023
  • #5

enhancement
  • mostafa
  • Opened 
    on Jun 10, 2023
  • #4

This is to get past the initial dataset that was used to train the model and enrich it with different queries and injection patterns and techniques. This will be version 2.
enhancement
  • mostafa
  • Opened 
    on Jun 10, 2023
  • #3

Resources: - https://github.com/slundberg/shap - https://shap.readthedocs.io/en/latest/index.html
enhancement
  • mostafa
  • Opened 
    on May 20, 2023
  • #2

- Dataset optimization - Model training - Feature selection - Model deployment - Model optimization
enhancement
  • mostafa
  • Opened 
    on May 19, 2023
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub