Skip to content

Commit

Permalink
Attend to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Jul 20, 2020
1 parent afd1408 commit e2ad41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased changes

* General
* Implement a JWE metric type ([#1062](https://github.com/mozilla/glean/pull/1062)).

[Full changelog](https://github.com/mozilla/glean/compare/v31.4.0...main)

# v31.4.0 (2020-07-16)
Expand Down
2 changes: 1 addition & 1 deletion glean-core/src/metrics/jwe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn validate_base64url_encoding(value: &str) -> bool {
/// Representation of a [JWE](https://tools.ietf.org/html/rfc7516).
///
/// **Note** Variable sized elements will be constrained to a length of DEFAULT_MAX_CHARS_PER_VARIABLE_SIZE_ELEMENT,
/// this is a constraint introduced by Glean and not part of the spec.
/// this is a constraint introduced by Glean to prevent abuses and not part of the spec.
#[derive(Serialize)]
struct Jwe {
/// A variable-size JWE protected header.
Expand Down

0 comments on commit e2ad41c

Please sign in to comment.