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

Delete WAF bypass vulnerabilities (out of scope) #261

Merged
merged 3 commits into from
Dec 26, 2023

Conversation

korniko98
Copy link
Collaborator

No description provided.

This comment has been minimized.

This comment has been minimized.

@korniko98 korniko98 linked an issue Dec 26, 2023 that may be closed by this pull request
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (10)

Amitai
amitaico
onug
QEr
Schindel
smqmo
thexplorer
VCNx
www
xdabbad

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:wiz-sec/open-cvdb.git repository
on the removing-waf-bypass-vulns branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/wiz-sec/open-cvdb/actions/runs/7329243096/attempts/1'

OR

To have the bot accept them for you, reply quoting the following line:
@check-spelling-bot apply updates.

Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers Uniquely
cspell:powershell/dict/powershell.txt 91 1
cspell:css/dict/css.txt 263 1
cspell:software-terms/dict/softwareTerms.txt 1288 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:powershell/dict/powershell.txt
          cspell:css/dict/css.txt
          cspell:software-terms/dict/softwareTerms.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''
Errors (1)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ dictionary-not-found 3

See ❌ Event descriptions for more information.

If the flagged items are false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

@korniko98 korniko98 merged commit cc6eed9 into main Dec 26, 2023
8 of 9 checks passed
@korniko98 korniko98 deleted the removing-waf-bypass-vulns branch December 26, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove WAF issue
1 participant