-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Added Test for XXE #710
Added Test for XXE #710
Conversation
Added XXE test case.
fixed typos and enhanced content
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
lint corrections
This comment has been minimized.
This comment has been minimized.
fixed typo
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
...Web_Application_Security_Testing/07-Input_Validation_Testing/20-Testing_for_XXE_Injection.md
Outdated
Show resolved
Hide resolved
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
Following links are broken: |
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
…n_Testing/20-Testing_for_XXE_Injection.md Co-authored-by: Rick M <[email protected]>
TODO Edit top level page to link to test case. @kingthorin : Can I go ahead with these ? |
I'm good with you addressing duplicate content. |
Please comment if you are still working on this PR, as it has been inactive for 30 days. To give everyone a chance to contribute, we are releasing it for new contributors to take over. |
Please comment if you are still working on this PR, as it has been inactive for 30 days. To give everyone a chance to contribute, we are releasing it for new contributors to take over. |
@DotDotSlashRepo do you intend to finish this? |
@DotDotSlashRepo do you intend to finish this? |
|
||
The followings source code keyword may apply to C. | ||
|
||
- libxml2: xmlCtxtReadMemory,xmlCtxtUseOptions,xmlParseInNodeContext,xmlReadDoc,xmlReadFd,xmlReadFile ,xmlReadIO,xmlReadMemory, xmlCtxtReadDoc ,xmlCtxtReadFd,xmlCtxtReadFile,xmlCtxtReadIO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- libxml2:
xmlCtxtReadMemory
,xmlCtxtUseOptions
,xmlParseInNodeContext
,xmlReadDoc
,xmlReadFd
,xmlReadFile
,xmlReadIO
,xmlReadMemory
,xmlCtxtReadDoc
,xmlCtxtReadFd
,xmlCtxtReadFile
,xmlCtxtReadIO
The followings source code keyword may apply to C. | ||
|
||
- libxml2: xmlCtxtReadMemory,xmlCtxtUseOptions,xmlParseInNodeContext,xmlReadDoc,xmlReadFd,xmlReadFile ,xmlReadIO,xmlReadMemory, xmlCtxtReadDoc ,xmlCtxtReadFd,xmlCtxtReadFile,xmlCtxtReadIO | ||
- libxerces-c: XercesDOMParser, SAXParser, SAX2XMLReader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- libxerces-c:
XercesDOMParser
,SAXParser
,SAX2XMLReader
@RiieCco might you have some time to give this a look? @kingthorin what is still needed for this? I'll be giving this a look as well. |
Comments from Feb 5th and Rejah’s more recent comments. |
Alright. Let's re-review that comment, as that seems to be creating an issue, and is not a blocker right now. |
It was this discussion:
|
This PR covers issue #8
What did this PR accomplish?
TODO
Thank you for your contribution!