Skip to content

Commit

Permalink
Minor: Updated Analysis Grade info ('-grd' parameter)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Nov 29, 2024
1 parent a903e66 commit 2fd76a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
17 changes: 11 additions & 6 deletions l10n/analysis_grades.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,26 @@ certain depending on the URL, environment and exposure.

[Grades and Associated Checks]

D: 'Deprecated/Insecure headers' in the analysis.
C: 'Missing headers' in the analysis.
B: 'Fingerprint headers' in the analysis.
A: No warnings in the previous sections.
Ranked from worst to best:

E: No 'Enabled headers' in the analysis
D: 'Deprecated/Insecure headers' in the analysis.
C: 'Missing headers' in the analysis.
B: 'Fingerprint headers' in the analysis.
A: No warnings in the previous checks.
A+: No 'Empty headers' in the analysis.

Source files of the checks:

/additional/security.txt ('Enabled headers')
/additional/insecure.txt ('Deprecated/Insecure headers')
/additional/missing.txt ('Missing headers')
/additional/fingerprint.txt ('Fingerprint headers')

[Improving Grades]

Evaluate the warnings in relation to the exposure of the URL, its criticality,
and the nature of the HTTP header (e.g., 'Experimental').
Evaluate the grades in relation to the exposure of the URL, its criticality and
the nature of the HTTP header: https://mdn.io/Experimental_deprecated_obsolete.

Use the '-s' parameter to exclude HTTP headers from the analysis (the
exclusions will be indicated in the results).
Expand Down
15 changes: 10 additions & 5 deletions l10n/analysis_grades_es.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,26 @@ inexistente, potencial o certero en función de la URL, entorno y exposición.

[Notas y comprobaciones asociadas]

D: 'Protocolos/Cabeceras obsoletas o inseguras' en el análisis.
C: 'Cabeceras no habilitadas' en el análisis.
B: 'Huella digital por cabeceras' en el análisis.
A: Sin advertencias en las secciones anteriores.
Ordenadas de la peor a la mejor:

E: Sin 'Cabeceras habilitadas' en el análisis.
D: 'Protocolos/Cabeceras obsoletas o inseguras' en el análisis.
C: 'Cabeceras no habilitadas' en el análisis.
B: 'Huella digital por cabeceras' en el análisis.
A: Sin advertencias en las secciones anteriores.
A+: Sin 'Cabeceras sin valor' en el análisis.

Ficheros fuente de las comprobaciones:

/additional/security.txt ('Cabeceras habilitadas')
/additional/insecure.txt ('Protocolos/Cabeceras obsoletas o inseguras')
/additional/missing.txt ('Cabeceras no habilitadas')
/additional/fingerprint.txt ('Huella digital por cabeceras')

[Mejorando la nota]

Evalúa las advertencias en relación a la exposición de la URL, su criticidad
y la naturaleza de la cabecera HTTP (por ejemplo, 'Experimental').
y la naturaleza de la cabecera HTTP: https://mdn.io/Experimental_deprecated_obsolete.

Usa el parámetro '-s' para excluir cabeceras HTTP del análisis (las exclusiones
se mostrarán en los resultados).
Expand Down

0 comments on commit 2fd76a2

Please sign in to comment.