Skip to content
https://sachsen.de

Security

· 13 checks — HTTP headers, CSP, TLS handshake, and cookie hygiene rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
0
Checks
13
5 PASS 4 REVIEW 4 FIX
D
Content Security Policy
Action
4 of 10 CSP checks passed
FIX
4 of 10 CSP checks passed
Info::
Raw CSP policy
Got: default-src 'self'; frame-ancestors 'self' https://*.sachsen.de; frame-src 'self' https://*.sachsen.de https://e.issuu.com https://platform.twitter.com https://syndication.twitter.com https://www.facebook.com https://e.issuu.com https://www.youtube-nocookie.com; font-src 'self' data:; img-src 'self' data: https://*.sachsen.de https://i.ytimg.com https://syndication.twitter.com https://vrweb15.linguatec.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.sachsen.de https://connect.facebook.net https://platform.twitter.com https://e.issuu.com https://vrweb15.linguatec.org https://*.etracker.com https://*.etracker.de; style-src 'self' 'unsafe-inline' https://*.sachsen.de https://vrweb15.linguatec.org; connect-src 'self' https://*.sachsen.de https://vrweb15.linguatec.org https://www.etracker.de; media-src 'self' https://vrweb15.linguatec.org; object-src 'self'; upgrade-insecure-requests;
Info::
default-src directive is set
Got: default-src 'self'
Critical::
'unsafe-inline' found in script source
'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.sachsen.de https://connect.facebook.net https://platform.twitter.com https://e.issuu.com https://vrweb15.linguatec.org https://*.etracker.com https://*.etracker.de
Critical::
'unsafe-eval' found in script source
'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
Got: script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.sachsen.de https://connect.facebook.net https://platform.twitter.com https://e.issuu.com https://vrweb15.linguatec.org https://*.etracker.com https://*.etracker.de
Info::
No wildcard in script source
Warning::
object-src allows plugin content
Set object-src to 'none' to prevent Flash/Java plugin exploits.
Got: object-src 'self' Expected: object-src 'none'
Warning::
base-uri directive is missing
Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
Expected: base-uri 'self'
Info::
frame-ancestors directive is set
Got: frame-ancestors 'self' https://*.sachsen.de
Warning::
form-action directive is missing
form-action restricts where forms can submit data, preventing form hijacking.
Expected: form-action 'self'
Info::
upgrade-insecure-requests is enabled

'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.

Why this matters

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Learn more

unsafe-inline allows inline <script> tags; unsafe-eval allows eval() and similar. Both are necessary for some legacy code but explicitly dangerous. Migrate to nonces (per-page random tokens) or hashes (per-script SHA-256) instead.

Source: OWASP CSP / MDN

Set object-src to 'none' to prevent Flash/Java plugin exploits.

Expected: object-src 'none'
Why this matters

object-src open in CSP allows Flash/PDF/plugin embedding — a now-deprecated attack vector that should be explicitly blocked.

Learn more

object-src controls <object>, <embed>, and <applet> elements. Modern sites have no need for plugins; setting `object-src 'none'` blocks an entire class of legacy XSS vectors at zero cost. If your CSP missed it, add the directive.

Source: MDN CSP

Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.

Expected: base-uri 'self'
Why this matters

Missing base-uri in CSP leaves a base-tag injection attack path open even on otherwise strict policies.

Learn more

A common omission: developers add CSP for script-src and frame-ancestors but forget base-uri. The result is a CSP that looks strict but lets an attacker rewrite every URL on the page via <base href>. Add `base-uri 'self'` to close the gap.

Source: MDN CSP

form-action restricts where forms can submit data, preventing form hijacking.

Expected: form-action 'self'
Why this matters

Security gaps expose your site and users to attacks, eroding trust.

Parsed Policy

default-src 'self'
frame-ancestors 'self'https://*.sachsen.de
frame-src 'self'https://*.sachsen.dehttps://e.issuu.comhttps://platform.twitter.comhttps://syndication.twitter.comhttps://www.facebook.comhttps://e.issuu.comhttps://www.youtube-nocookie.com
font-src 'self'data:
img-src 'self'data:https://*.sachsen.dehttps://i.ytimg.comhttps://syndication.twitter.comhttps://vrweb15.linguatec.org
script-src 'self''unsafe-inline''unsafe-eval'https://*.sachsen.dehttps://connect.facebook.nethttps://platform.twitter.comhttps://e.issuu.comhttps://vrweb15.linguatec.orghttps://*.etracker.comhttps://*.etracker.de
style-src 'self''unsafe-inline'https://*.sachsen.dehttps://vrweb15.linguatec.org
connect-src 'self'https://*.sachsen.dehttps://vrweb15.linguatec.orghttps://www.etracker.de
media-src 'self'https://vrweb15.linguatec.org
object-src 'self'
upgrade-insecure-requests
F
Subresource Integrity
Action
0 of 10 external resources have SRI
FIX
0 of 10 external resources have SRI
Warning::
External link from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/css/portal.css
Warning::
External script from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/js/jquery.js
Warning::
External script from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/js/additionalComponent.js
Warning::
External script from code.etracker.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //code.etracker.com/code/e.js
Warning::
External script from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/js/etc/sachsen.config.js?v=1
Warning::
External script from code.etracker.com lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: //code.etracker.com/t.js?v=ee485f6&et=XdE73b
Warning::
External link from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/css/vendor.css
Warning::
External link from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/themes/green/css/chrome.css
Warning::
External link from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/css/print.css
Warning::
External script from www.styleguide.sachsen.de lacks integrity attribute
Without SRI, if this CDN is compromised, attackers could inject malicious code.
Got: https://www.styleguide.sachsen.de/dist/2.26.3/js/skriptVendor.js
SRI Coverage 0 / 10 of external resources have integrity hashes
TagDomainIntegrity
<link>www.styleguide.sachsen.de Missing
<script>www.styleguide.sachsen.de Missing
<script>www.styleguide.sachsen.de Missing
<script>code.etracker.com Missing
<script>www.styleguide.sachsen.de Missing
<script>code.etracker.com Missing
<link>www.styleguide.sachsen.de Missing
<link>www.styleguide.sachsen.de Missing
<link>www.styleguide.sachsen.de Missing
<script>www.styleguide.sachsen.de Missing
D
Email Security
Action
DMARC: none
FIX
DMARC: none
Warning::
DMARC policy is none — monitoring only
This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.
DMARC
Policy none — monitoring only, does not block spoofing Record v=DMARC1; p=none;

This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

Why this matters

DMARC p=none collects reports but doesn't actually block spoofed mail — phishing emails still reach inboxes.

Learn more

DMARC's three policies are p=none (monitor only), p=quarantine (mark as spam), and p=reject (bounce). Most domains start at p=none to gather data, but stay there forever, leaving spoofers unblocked. After 30 days of clean DMARC reports, graduate to p=quarantine, then p=reject.

Source: DMARC.org / NIST

D
Permissions-Policy
Action
No header set
FIX
No header set
Warning::
No Permissions-Policy header
Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

No Permissions-Policy header set.

Without this header, embedded iframes can request access to sensitive device features.

Suggested header
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=()
C
Security Headers
Action
6 of 10 headers properly configured
REVIEW
6 of 10 headers properly configured
Info::
Strict-Transport-Security is properly configured
Got: max-age=31536000; includeSubDomains; preload
Info::
X-Content-Type-Options is properly configured
Got: nosniff
Warning::
X-Frame-Options header is missing
This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
Expected: DENY
Info::
Referrer-Policy is properly configured
Got: strict-origin
Warning::
Permissions-Policy header is missing
Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
Expected: geolocation=(), camera=(), microphone=()
Info::
Content-Security-Policy is present
Got: default-src 'self'; frame-ancestors 'self' https://*.sachsen.de; frame-src 'self…
Warning::
Cross-Origin-Opener-Policy header is missing
COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
Expected: same-origin
Warning::
Cross-Origin-Embedder-Policy header is missing
COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
Expected: require-corp
Info::
X-Powered-By header is not present
Info::
Server header is present without version info
Got: Apache

This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.

Expected: DENY
Why this matters

Without frame protection, your site can be embedded in a hostile page and used for clickjacking.

Learn more

Clickjacking overlays your site under a transparent malicious page so users click invisible buttons. Setting X-Frame-Options: DENY (or a modern frame-ancestors CSP directive) blocks the embedding entirely. There's almost never a legitimate reason to allow it.

Source: OWASP / MDN

Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.

Expected: geolocation=(), camera=(), microphone=()
Why this matters

Permissions-Policy locks down browser APIs you don't use — without it, every page can request camera/mic/geolocation if XSS lands.

Learn more

By default every page can request the camera, microphone, geolocation, payment APIs, and dozens more. Permissions-Policy turns off the ones you don't need so a future bug can't quietly start using them. It's a defense-in-depth header — one line, big surface reduction.

Source: MDN / W3C

COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.

Expected: same-origin
Why this matters

COOP isolates your top-level browsing context from cross-origin windows — without it, popup-based side-channel attacks remain possible.

Learn more

Cross-Origin-Opener-Policy: same-origin prevents cross-origin pages from sharing a browsing-context group with yours. This blocks cross-window references that enable Spectre-style timing attacks and tab-nabbing. Required if you want to enable SharedArrayBuffer.

Source: MDN / web.dev

COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.

Expected: require-corp
Why this matters

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Learn more

Cross-Origin-Embedder-Policy: require-corp ensures every embedded resource (script, iframe, image) explicitly allows being loaded cross-origin. Combined with COOP, this enables the cross-origin-isolated context that unlocks SharedArrayBuffer, high-resolution timers, and other powerful APIs.

Source: MDN / web.dev

B
CORS Configuration
No CORS headers
REVIEW
No CORS headers
Info::
No CORS headers present — secure default
CORS Configuration Secure

No CORS headers detected.

Cross-origin requests are blocked by browser same-origin policy.

Origin reflection test

Some servers mirror the request Origin header, which can be exploited. Test manually:

curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
C
Known vulnerability matches
Action
13 known vulnerability match(es) against detected tech
REVIEW

Known Vulnerabilities

LibraryVersionSeveritySummaryFixed In
Bootstrap3.4.1mediumBootstrap Cross-Site Scripting (XSS) vulnerability for data-* attributes3.4.2
Bootstrap3.4.1mediumImproper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Bootstrap allows Cross-Site Scripting (XSS). This issue affects Bootstrap version 3.4.1. At time of publication, there is no publicly available patched version.3.4.2
Bootstrap3.4.1lowBootstrap before 4.0.0 is end-of-life and no longer maintained.3.999.999
Lodash1.8.3mediumPrototype Pollution in lodash4.17.5
Lodash1.8.3highPrototype Pollution in lodash4.17.11
Lodash1.8.3highPrototype Pollution in lodash4.17.12
Lodash1.8.3highCommand Injection in lodash4.17.21
jQuery2.2.2lowjQuery 1.x and 2.x are End-of-Life and no longer receiving security updates2.999.999
jQuery2.2.2medium3rd party CORS request may execute3.0.0-beta1
jQuery2.2.2mediumparseHTML() executes scripts in event handlers3.0.0
jQuery2.2.2mediumjQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution3.4.0
jQuery2.2.2mediumpassing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code.3.5.0
jQuery2.2.2mediumRegex in its jQuery.htmlPrefilter sometimes may introduce XSS3.5.0
B
security.txt
Published with 2 contact(s)
REVIEW

security.txt

Contact: mailto:sax.cert@cert.sachsen.de, tel:+49 351-79997799
Expires: 2028-01-01T00:00:00z
A+
TLS & Certificates
TLS 1.3, 7 checks passed
PASS
TLS 1.3, 7 checks passed
Info::
TLS 1.3 is used
Got: TLS 1.3
Info::
Strong cipher suite is used
Got: TLS_AES_128_GCM_SHA256
Info::
HTTP/2 is not negotiated
HTTP/2 provides multiplexing and header compression for better performance.
Got: http/1.1
Info::
Certificate is valid (expires in 314 days)
Got: 2027-03-03T15:02:47Z
Info::
Certificate chain has 3 certificates
Info::
Certificate uses modern signature algorithm
Got: SHA256-RSA
Info::
Certificate covers 88 domain(s)
Got: sachsen.de, esf.sachsen.de, extranet.strukturfonds.sachsen.de, fachkraefte.sachsen.de, foerderung.smwa.sachsen.de, handwerk.sachsen.de, industrie.sachsen.de, innovation.sachsen.de, innovationsaktivitaeten.sachsen.de, innovationspolitik.sachsen.de, innovationspreis.sachsen.de, innovationsstrategie.sachsen.de, landesverkehrsplan.sachsen.de, lasuv.sachsen.de, list.sachsen.de, mikrodarlehen.sachsen.de, mittelstand.sachsen.de, nachfolge.sachsen.de, nbs.sachsen.de, oba.sachsen.de, abwasser.sachsen.de, wasserstoff.sachsen.de, gap-strategieplan.sachsen.de, energiesparen.sachsen.de, kh2.sachsen.de, industriegebiet-grossenhain.sachsen.de, notfall-sk.sachsen.de, datenschutz.sachsen.de, bms.sachsen.de, engagementboerse.sachsen.de, ombudsmann-diskriminierung-schule.sachsen.de, steuern.sachsen.de, vergabe.sachsen.de, wwwtest.smf.sachsen.de, zfm.sachsen.de, steuerausbildung.sachsen.de, bfis-sk.sachsen.de, clearingstelle.sachsen.de, efre-esf-stadtentwicklung.sachsen.de, dorfwerkstatt.sachsen.de, sib.smf.sachsen.de, petition.sachsen.de, jumiko.sachsen.de, bohranzeige.sachsen.de, www.sachsen.de, www.esf.sachsen.de, www.extranet.strukturfonds.sachsen.de, www.fachkraefte.sachsen.de, www.foerderung.smwa.sachsen.de, www.handwerk.sachsen.de, www.industrie.sachsen.de, www.innovation.sachsen.de, www.innovationsaktivitaeten.sachsen.de, www.innovationspolitik.sachsen.de, www.innovationspreis.sachsen.de, www.innovationsstrategie.sachsen.de, www.landesverkehrsplan.sachsen.de, www.lasuv.sachsen.de, www.list.sachsen.de, www.mikrodarlehen.sachsen.de, www.mittelstand.sachsen.de, www.nachfolge.sachsen.de, www.nbs.sachsen.de, www.oba.sachsen.de, www.abwasser.sachsen.de, www.wasserstoff.sachsen.de, www.gap-strategieplan.sachsen.de, www.energiesparen.sachsen.de, www.kh2.sachsen.de, www.industriegebiet-grossenhain.sachsen.de, www.notfall-sk.sachsen.de, www.datenschutz.sachsen.de, www.bms.sachsen.de, www.engagementboerse.sachsen.de, www.ombudsmann-diskriminierung-schule.sachsen.de, www.steuern.sachsen.de, www.vergabe.sachsen.de, www.wwwtest.smf.sachsen.de, www.zfm.sachsen.de, www.steuerausbildung.sachsen.de, www.bfis-sk.sachsen.de, www.clearingstelle.sachsen.de, www.efre-esf-stadtentwicklung.sachsen.de, www.dorfwerkstatt.sachsen.de, www.sib.smf.sachsen.de, www.petition.sachsen.de, www.jumiko.sachsen.de, www.bohranzeige.sachsen.de
Info::
Certificate is issued by a trusted CA
Got: CN=SwissSign RSA TLS EV ICA 2022 - 1,O=SwissSign AG,C=CH

HTTP/2 provides multiplexing and header compression for better performance.

Why this matters

HTTP/1.1 forces the browser to make sequential requests, multiplying latency on every page.

Learn more

HTTP/2 (and HTTP/3) multiplex many requests over a single connection, eliminating head-of-line blocking. HTTP/1.1 forces the browser to either queue requests or open many parallel connections — both worse. Most modern web servers support HTTP/2 with one config line.

Source: MDN Web Docs

Connection
Protocol
TLS 1.3
Cipher Suite
TLS_AES_128_GCM_SHA256
HTTP Version
HTTP/1.1

Certificate Chain

Leaf Certificate
Subject SERIALNUMBER=Government Entity,CN=sachsen.de,O=Freistaat Sachsen,POSTALCODE=01097,STREET=Archivstrasse 1,L=Dresden,ST=SN,C=DE,2.5.4.15=#1311476f7665726e6d656e7420456e74697479,1.3.6.1.4.1.311.60.2.1.2=#13075361636873656e,1.3.6.1.4.1.311.60.2.1.3=#13024445Issuer CN=SwissSign RSA TLS EV ICA 2022 - 1,O=SwissSign AG,C=CHValid 2026-03-03T15:02:47Z → 2027-03-03T15:02:47ZExpires in 314 days SANs sachsen.de, esf.sachsen.de, extranet.strukturfonds.sachsen.de, fachkraefte.sachsen.de, foerderung.smwa.sachsen.de, handwerk.sachsen.de, industrie.sachsen.de, innovation.sachsen.de, innovationsaktivitaeten.sachsen.de, innovationspolitik.sachsen.de, innovationspreis.sachsen.de, innovationsstrategie.sachsen.de, landesverkehrsplan.sachsen.de, lasuv.sachsen.de, list.sachsen.de, mikrodarlehen.sachsen.de, mittelstand.sachsen.de, nachfolge.sachsen.de, nbs.sachsen.de, oba.sachsen.de, abwasser.sachsen.de, wasserstoff.sachsen.de, gap-strategieplan.sachsen.de, energiesparen.sachsen.de, kh2.sachsen.de, industriegebiet-grossenhain.sachsen.de, notfall-sk.sachsen.de, datenschutz.sachsen.de, bms.sachsen.de, engagementboerse.sachsen.de, ombudsmann-diskriminierung-schule.sachsen.de, steuern.sachsen.de, vergabe.sachsen.de, wwwtest.smf.sachsen.de, zfm.sachsen.de, steuerausbildung.sachsen.de, bfis-sk.sachsen.de, clearingstelle.sachsen.de, efre-esf-stadtentwicklung.sachsen.de, dorfwerkstatt.sachsen.de, sib.smf.sachsen.de, petition.sachsen.de, jumiko.sachsen.de, bohranzeige.sachsen.de, www.sachsen.de, www.esf.sachsen.de, www.extranet.strukturfonds.sachsen.de, www.fachkraefte.sachsen.de, www.foerderung.smwa.sachsen.de, www.handwerk.sachsen.de, www.industrie.sachsen.de, www.innovation.sachsen.de, www.innovationsaktivitaeten.sachsen.de, www.innovationspolitik.sachsen.de, www.innovationspreis.sachsen.de, www.innovationsstrategie.sachsen.de, www.landesverkehrsplan.sachsen.de, www.lasuv.sachsen.de, www.list.sachsen.de, www.mikrodarlehen.sachsen.de, www.mittelstand.sachsen.de, www.nachfolge.sachsen.de, www.nbs.sachsen.de, www.oba.sachsen.de, www.abwasser.sachsen.de, www.wasserstoff.sachsen.de, www.gap-strategieplan.sachsen.de, www.energiesparen.sachsen.de, www.kh2.sachsen.de, www.industriegebiet-grossenhain.sachsen.de, www.notfall-sk.sachsen.de, www.datenschutz.sachsen.de, www.bms.sachsen.de, www.engagementboerse.sachsen.de, www.ombudsmann-diskriminierung-schule.sachsen.de, www.steuern.sachsen.de, www.vergabe.sachsen.de, www.wwwtest.smf.sachsen.de, www.zfm.sachsen.de, www.steuerausbildung.sachsen.de, www.bfis-sk.sachsen.de, www.clearingstelle.sachsen.de, www.efre-esf-stadtentwicklung.sachsen.de, www.dorfwerkstatt.sachsen.de, www.sib.smf.sachsen.de, www.petition.sachsen.de, www.jumiko.sachsen.de, www.bohranzeige.sachsen.deSignature SHA256-RSASerial 515990d24c1364e6b5f53ee81f10ed466e862989
Intermediate (CA Certificate)
Subject CN=SwissSign RSA TLS EV ICA 2022 - 1,O=SwissSign AG,C=CHIssuer CN=SwissSign RSA TLS Root CA 2022 - 1,O=SwissSign AG,C=CHValid 2022-06-29T09:30:47Z → 2036-06-29T09:30:47ZExpires in 3720 days Signature SHA256-RSASerial 2dae0fa23a0c385ffbf395c0d903642d14184d2e
Intermediate (CA Certificate)
Subject CN=SwissSign RSA TLS Root CA 2022 - 1,O=SwissSign AG,C=CHIssuer CN=SwissSign Gold CA - G2,O=SwissSign AG,C=CHValid 2022-06-28T11:27:11Z → 2036-09-22T11:27:11ZExpires in 3805 days Signature SHA256-RSASerial 686f43b4dc404c067e230e3fafc32b
A+
Cookie Security
No cookies set — no cookie security risks
PASS
No cookies set — no cookie security risks
Info::
No cookies set — no cookie security risks

No cookies detected — no cookie security risks to report.

A+
JS Library Vulnerabilities
No known vulnerabilities
PASS
No known vulnerabilities
Info::
No known JavaScript library vulnerabilities detected

No known JavaScript library vulnerabilities detected.

A+
Information Leakage
No exposures
PASS
No exposures
Info::
security.txt is present — good practice
Info::
No sensitive files exposed

No sensitive files exposed — all paths returned 404.

PathStatusCategoryRisk
/.git/HEAD Not foundVersion Control
/.git/config Not foundVersion Control
/.svn/entries Not foundVersion Control
/.env Not foundConfiguration
/.env.local Not foundConfiguration
/.env.production Not foundConfiguration
/wp-config.php Not foundConfiguration
/.htaccess Not foundConfiguration
/phpinfo.php Not foundDebug
/server-status Not foundDebug
/server-info Not foundDebug
/.well-known/security.txt ExposedSecurity PolicyInfo
A
Transport Security
HTTP/3, HSTS, and TLS version analysis
PASS
HTTP/3, HSTS, and TLS version analysis
Info::
HTTP/3 (QUIC) not advertised
HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
Info::
HSTS enabled (includeSubDomains, preload)
Info::
HSTS preload enabled
Info::
TLS 1.3 in use (fastest handshake, 1-RTT)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback