Skip to content
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

V8.2.2 "Flash cookies" #796

Closed
elarlang opened this issue May 30, 2020 · 2 comments
Closed

V8.2.2 "Flash cookies" #796

elarlang opened this issue May 30, 2020 · 2 comments

Comments

@elarlang
Copy link
Collaborator

V8.2.2

Current:

V8.2.2 Verify that data stored in client side storage (such as HTML5 local storage, session storage, IndexedDB, regular cookies or Flash cookies) does not contain sensitive data or PII.

"Flash cookies" should be avoided already by V1.14.6:

V1.14.7 Verify the application does not use unsupported, insecure, or deprecated client-side technologies such as NSAPI plugins, Flash, Shockwave, ActiveX, Silverlight, NACL, or client-side Java applets.

No Flash, no Flash cookies.

Proposal:

V8.2.2 Verify that data stored in client side storage (such as HTML5 local storage, session storage, IndexedDB, cookies) does not contain sensitive data or PII.

Additional questions:

  • "local storage" vs "localStorage"
  • "session storage" vs "sessionStorage"
  • "PII" vs "Personally Identifiable Information (PII)"
@jmanico
Copy link
Member

jmanico commented May 31, 2020 via email

tghosth added a commit that referenced this issue Jun 2, 2020
tghosth added a commit that referenced this issue Jun 2, 2020
@tghosth
Copy link
Collaborator

tghosth commented Jun 2, 2020

Updated cookies,

"local storage" vs "localStorage"
"session storage" vs "sessionStorage"

@elarlang Please open a separate issue with any sources to support which way it should be

"PII" vs "Personally Identifiable Information (PII)"

@elarlang Please add this to the other issue where you mention non-upper case acronyms.

@tghosth tghosth closed this as completed Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants