File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ -------------------
6+ 0.12.0 - 2023-11-23
7+ -------------------
8+
9+ Features
10+ ========
11+
12+ - HTTP(S) (``http ``)
13+
14+ - Headers (``headers ``)
15+
16+ - add parsers for security related headers
17+ (`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP >`__ (CSP),
18+ `Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only >`__)
19+ (#59)
20+
21+
522-------------------
6230.11.2 - 2023-11-13
724-------------------
Original file line number Diff line number Diff line change 22
33__title__ = 'CryptoParser'
44__technical_name__ = __title__ .lower ()
5- __version__ = '0.11.2 '
5+ __version__ = '0.12.0 '
66__description__ = 'Fast and flexible security protocol parser and generator'
77__author__ = 'Szilárd Pfeiffer'
88__author_email__ = 'coroner@pfeifferszilard.hu'
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ Hypertext Transfer Protocol (HTTP)
5050 `Last-Modified <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified >`__,
5151 `Pragma <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Pragma >`__)
52524. supports detailed parsing of security headers
53- (`Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT >`__,
53+ (`Content Security Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP >`__ (CSP),
54+ `Content-Security-Policy-Report-Only <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only >`__,
55+ `Expect-CT <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT >`__,
5456 `Expect-Staple <https://scotthelme.co.uk/designing-a-new-security-header-expect-staple >`__,
5557 `HTTP Public Key Pinning <https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning >`__ (HPKP),
5658 `Referrer-Policy <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy >`__,
You can’t perform that action at this time.
0 commit comments