MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / JsFileInfo

Class JsFileInfo

src/package_scanner.rs:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440/// Information about a JS file and where it was referenced
441#[derive(Debug, Clone)]
442pub struct JsFileInfo {
443 pub js_url: String,
444 pub reference_url: Option<String>, // URL da página HTML que referencia o JS
445}
446
447/// Scan JS files for packages and validate them
448/// js_files_info: Lista de arquivos JS com informações de referência

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected