Tutorial by Topics: security

This section provides an overview of what spring-security is, and why a developer might want to use it. It should also mention any large subjects within spring-security, and link out to the related topics. Since the Documentation for spring-security is new, you may need to create initial version...
.htaccess redirection is a common vector for malicious hackers to exploit and infect websites. We have seen what .htaccess files are, how they are used by malicious hackers, and how to protect your website.
Sitecore offers two ways to access items that the context user doesn't have permissions to access. The preferred way is to use the UserSwitcher class to temporarily change the user that will be used to access the item. The reason that this is preferred is because you can still have permissions in ...
Python, being one of the most popular languages in computer and network security, has great potential in security and cryptography. This topic deals with the cryptographic features and implementations in Python from its uses in computer and network security to hashing and encryption/decryption algor...
As the majority of websites run off PHP, application security is an important topic for PHP developers to protect their website, data, and clients. This topic covers best security practices in PHP as well as common vulnerabilities and weaknesses with example fixes in PHP. See Also Preventin...
ParameterDetailsmax-age=31536000Time in seconds. HSTS will be enforced for this future time period.includeSubDomainsHSTS should be applied for this domain and all of its sub-domains.preloadThis domain agrees to be included in a HSTS pre-load list See also MDN - HTTP Strict Transport Security ...
This section provides an overview of what security is, and why a developer might want to use it. It should also mention any large subjects within security, and link out to the related topics. Since the Documentation for security is new, you may need to create initial versions of those related to...
ParameterDetailsNSAppTransportSecurityConfigure ATSNSAllowsArbitraryLoadsSet to YES to disable ATS everywhere. In iOS 10 and later, and macOS 10.12 and later, the value of this key is ignored if any of the following keys are present in your app’s Info.plist file: NSAllowsArbitraryLoadsInMedia, NSAl...
Cassandra security resources CQL: Database roles syntax definition CQL: List of object permissions DataStax Documentation: Internal authentication DataStax Documentation: Internal authorization
esc_html( string $text ) esc_url( string $url, array $protocols, string $_context ) esc_js( string $text ) wp_json_encode( mixed $data, int $options, int $depth = 512 ) esc_attr( string $text ) esc_textarea( string $text ) Security should be always in mind when developing. Without secu...
sanitize_text_field( string $str ) sanitize_title( string $title, string $fallback_title, string $context ) sanitize_email( string $email ) sanitize_html_class( string $class, string $fallback ) sanitize_file_name( string $name ) sanitize_user( string $username, boolean $strict ) Secur...

Page 1 of 2