New issue
Advanced search Search tips

Issue 660226 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

SSL.MarkHttpAs histogram records the wrong value when passwords/cc flag is set

Project Member Reported by est...@chromium.org, Oct 27 2016

Issue description

https://cs.chromium.org/chromium/src/components/security_state/security_state_model.cc?q=security_state_model.cc&sq=package:chromium&l=52

SSL.MarkHttpAs records a histogram value of NEUTRAL when the switch is set to switches::kMarkHttpWithPasswordsOrCcWithChip and a password/cc field is not displayed. This should be HTTP_SHOW_WARNING, because the histogram is supposed to record the flag value, not the security level.
 
Cc: -elawrence@chromium.org
Owner: elawrence@chromium.org
Status: Started (was: Available)
Project Member

Comment 2 by bugdroid1@chromium.org, Oct 28 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c4c0ef66fbec87aef17d8d24036a9465251d3ae8

commit c4c0ef66fbec87aef17d8d24036a9465251d3ae8
Author: elawrence <elawrence@chromium.org>
Date: Fri Oct 28 15:39:40 2016

Log SSL.MarkHttpAs histogram without regard to state of the page

The SSL.MarkHTTPAs histogram should record the state of the switch or
field trial group regardless of whether or not the current page has
a non-secure password field.

BUG= 660226 

Review-Url: https://codereview.chromium.org/2459883002
Cr-Commit-Position: refs/heads/master@{#428382}

[modify] https://crrev.com/c4c0ef66fbec87aef17d8d24036a9465251d3ae8/components/security_state/security_state_model.cc
[modify] https://crrev.com/c4c0ef66fbec87aef17d8d24036a9465251d3ae8/components/security_state/security_state_model_unittest.cc

Status: Fixed (was: Started)
Components: -Security>UX
Labels: Team-Security-UX
Security>UX component is deprecated in favor of the Team-Security-UX label

Sign in to add a comment