diff options
author | onefang | 2020-05-14 10:48:17 +1000 |
---|---|---|
committer | onefang | 2020-05-14 10:48:17 +1000 |
commit | 349946c6914ec0ccb2bcd8222c0443d884a09932 (patch) | |
tree | ed69344c9d4d6fa893cc614ff7f87121fccbe8df | |
parent | Clean up the cleaning up. (diff) | |
download | opensim-SC-349946c6914ec0ccb2bcd8222c0443d884a09932.zip opensim-SC-349946c6914ec0ccb2bcd8222c0443d884a09932.tar.gz opensim-SC-349946c6914ec0ccb2bcd8222c0443d884a09932.tar.bz2 opensim-SC-349946c6914ec0ccb2bcd8222c0443d884a09932.tar.xz |
Comments++
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 07477db..f3411d8 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -3082,6 +3082,8 @@ https://owasp.org/www-project-cheat-sheets/cheatsheets/Authentication_Cheat_Shee | |||
3082 | https://softwareengineering.stackexchange.com/questions/46716/what-technical-details-should-a-programmer-of-a-web-application-consider-before | 3082 | https://softwareengineering.stackexchange.com/questions/46716/what-technical-details-should-a-programmer-of-a-web-application-consider-before |
3083 | https://wiki.owasp.org/index.php/OWASP_Guide_Project | 3083 | https://wiki.owasp.org/index.php/OWASP_Guide_Project |
3084 | https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication?rq=1 | 3084 | https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication?rq=1 |
3085 | https://owasp.org/www-community/xss-filter-evasion-cheatsheet | ||
3086 | A list of example XSS things to try. | ||
3085 | */ | 3087 | */ |
3086 | 3088 | ||
3087 | 3089 | ||