Replace Chinese quotes to English quotes
Change-Id: I848d7b9cd1ab7423d488c480b5a8f8be233c8995
This commit is contained in:
parent
246e1b8074
commit
c6de4aff47
case-studies
security-guide/source/dashboard
security-threat-analysis/source
@ -23,7 +23,7 @@ to alerts coming from the new infrastructure. She uses a currently
|
||||
existing Security Event and Incident Management (SEIM) solution, and
|
||||
configures secure logging to the SEIM event collector. Alice and the SOC
|
||||
analyst build the SEIM views so that logs are correlated by type, and
|
||||
trigger alerts on unexpected or “interesting” events, such as a
|
||||
trigger alerts on unexpected or "interesting" events, such as a
|
||||
successful login by a user immediately after a string of failed login
|
||||
attempts within a given timeframe. The SOC analyst is also given
|
||||
escalation protocols and contact information so that when an specific
|
||||
|
@ -127,7 +127,7 @@ Recommended in: :doc:`cookies`.
|
||||
Check-Dashboard-06: Is ``SESSION_COOKIE_HTTPONLY`` parameter set to ``True``?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The “HTTPONLY” cookie attribute instructs web browsers not to allow scripts
|
||||
The "HTTPONLY" cookie attribute instructs web browsers not to allow scripts
|
||||
(e.g. JavaScript or VBscript) an ability to access the cookies via the DOM
|
||||
``document.cookie`` object. This session ID protection is mandatory to prevent
|
||||
session ID stealing through XSS attacks.
|
||||
|
@ -50,7 +50,7 @@ Service Architecture diagrams contain these elements:
|
||||
types
|
||||
|
||||
- A vertical cylinder indicates storage or a database
|
||||
- A horizontal cylinder (a “pipe” shape) indicates a message
|
||||
- A horizontal cylinder (a "pipe" shape) indicates a message
|
||||
queue (use an elongated rectangle if horizontal cylinders are
|
||||
unavailable)
|
||||
|
||||
|
@ -54,7 +54,7 @@ Before the review
|
||||
Running the threat analysis review
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Identify the “scribe” role, who will record the discussion and any
|
||||
- Identify the "scribe" role, who will record the discussion and any
|
||||
findings in the etherpad.
|
||||
- Ask the project architect to briefly describe the purpose of the service,
|
||||
typical uses cases, who will use it and how it will be deployed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user