harbor-core 0.1.0

Core library for the Harbor tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analysis_result;
pub mod analyze;
pub mod analyze_cookies;
pub mod analyze_cors;
pub mod analyze_csp;
pub mod analyze_hsts;
pub mod analyze_permissions_policy;
pub mod analyze_referrer_policy;
pub mod analyze_x_content_type_options;
pub mod analyze_x_frame_options;
pub mod har_scanner;
pub mod scoring;
pub mod severity;