mathis-tryla / z-devsecops-cloud

Zenika Lille - Mathis - end-of-study internship 2023
0 stars 0 forks source link

fix(tag): modify <pr-nb> to pr<pr-nb> #128

Closed mathis-tryla closed 1 year ago

github-actions[bot] commented 1 year ago

ZAP Scanning Report

Summary of Alerts

Risk Level Number of Alerts
High 0
Medium 0
Low 0
Informational 1

Alerts

Name Risk Level Number of Instances
Storable and Cacheable Content Informational 4

Alert Detail

Storable and Cacheable Content

Informational (Medium)

Description

The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where "shared" caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.

Instances: 4

Solution

Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user: Cache-Control: no-cache, no-store, must-revalidate, private Pragma: no-cache Expires: 0 This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.

Reference

CWE Id: 524

WASC Id: 13

Source ID: 3