guneysus
3/4/2016 - 1:39 PM

Notlar

Notlar

1. IoC Örnek
2. XSS Dene
3. AntiXSS Library

https://msdn.microsoft.com/en-us/library/ms998408.aspx
http://www.asp.net/whitepapers

http://devatheart.com/2010/02/12/writing-secure-asp-net-code-part-1/
https://msdn.microsoft.com/en-us/security/aa570401.aspx
https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)

Exceptions

from exceptions import (ArithmeticError, AssertionError, AttributeError,
    BaseException, BufferError, BytesWarning, DeprecationWarning, EOFError,
    EnvironmentError, Exception, FloatingPointError, FutureWarning,
    GeneratorExit, IOError, ImportError, ImportWarning, IndentationError,
    IndexError, KeyError, KeyboardInterrupt, LookupError, MemoryError,
    NameError, NotImplementedError, OSError, OverflowError,
    PendingDeprecationWarning, ReferenceError, RuntimeError, RuntimeWarning,
    StandardError, StopIteration, SyntaxError, SyntaxWarning, SystemError,
    SystemExit, TabError, TypeError, UnboundLocalError, UnicodeDecodeError,
    UnicodeEncodeError, UnicodeError, UnicodeTranslateError, UnicodeWarning,
    UserWarning, ValueError, Warning, WindowsError, ZeroDivisionError)

Git list ignored Files


$ git ls-files --others --ignored --exclude-standard