-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
XSS Reorganization #1074
base: master
Are you sure you want to change the base?
XSS Reorganization #1074
Conversation
…ction for XSS and then going into more tests for other types of testing.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…ameter_Pollution (OWASP#591)
…ameter_Pollution (OWASP#591)
…Testing/03.2-Testing_for_MySQL (OWASP#591)
…Testing/06-Testing_for_SSI_Injection (OWASP#591)
…Testing/06-Testing_for_SSI_Injection (OWASP#591)
…Testing/08-Testing_for_IMAP_SMTP_Injection (OWASP#591)
…Testing/09.1-Testing_for_File_Inclusion (OWASP#591)
…Testing/10-Testing_for_Command_Injection (OWASP#591)
…Testing/12-Testing_for_Format_String_Injection (OWASP#591)
…Testing/13-Testing_for_Incubated_Vulnerability (OWASP#591)
…Testing/14-Testing_for_HTTP_Splitting_Smuggling (OWASP#591)
…alidation_Testing/16-Testing_for_Host_Header_Injection (OWASP#591)
…lidation_Testing/17-Testing_for_Server-side_Template_Injection (OWASP#591)
…lidation_Testing/18-Testing_for_Server-Side_Request_Forgery (OWASP#591)
…Testing/19-Testing_for_Mass_Assignment (OWASP#591)
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…se study link old one is not available anymore
The following links are broken: |
I have fixed almost all the mistakes, yet some are popping up on adjacent pushes, should I fix them all? these mistakes are from the old files that I haven’t changed. @kingthorin |
I’ll have a look shortly. It’s probably fine. |
@@ -2,6 +2,6 @@ | |||
|
|||
|ID | | |||
|------------| | |||
|WSTG-INPV-03| | |||
|WSTG-INPV-01| |
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.
@kingthorin I wouldn't put this as Id number 1. I feel with v5, we can take it out, no?
This will impact all the other docs, so I think we need to decide on this.
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.
You mean this specific topic?
...ecurity_Testing/07-Input_Validation_Testing/17-Testing_for_Server-side_Template_Injection.md
Outdated
Show resolved
Hide resolved
|ID | | ||
|------------| | ||
|WSTG-CLNT-01| | ||
## References |
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.
References must be at the end of the document, not at the start. Any reason for moving them here?
The following links are broken: |
The following mistakes were identified: /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/03-Testing_for_Bypassing_Authentication_Schema.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/07-Testing_for_Weak_Security_Question_Answer.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/08-Testing_for_Weak_Password_Change_or_Reset_Functionalities.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/09-Testing_for_Weaker_Authentication_in_Alternative_Channel.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/10-Testing_Multi-Factor_Authentication.md |
…n_Testing/17-Testing_for_Server-side_Template_Injection.md Co-authored-by: ThunderSon <[email protected]>
The following links are broken: |
The following mistakes were identified: /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/03-Testing_for_Bypassing_Authentication_Schema.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/07-Testing_for_Weak_Security_Question_Answer.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/08-Testing_for_Weak_Password_Change_or_Reset_Functionalities.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/09-Testing_for_Weaker_Authentication_in_Alternative_Channel.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/10-Testing_Multi-Factor_Authentication.md |
Why did you close this? |
Sorry, that was a mistake, didn’t know this happened. |
The following links are broken: |
The following mistakes were identified: /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/03-Testing_for_Bypassing_Authentication_Schema.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/07-Testing_for_Weak_Security_Question_Answer.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/08-Testing_for_Weak_Password_Change_or_Reset_Functionalities.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/09-Testing_for_Weaker_Authentication_in_Alternative_Channel.md /home/runner/work/wstg/wstg/document/4-Web_Application_Security_Testing/04-Authentication_Testing/10-Testing_Multi-Factor_Authentication.md |
This PR fixes #591.
What did this PR accomplish?
Thank you for your contribution!