Added note about querypackurl

This commit is contained in:
Michael Hohn
2024-06-27 14:53:52 -07:00
committed by =Michael Hohn
parent c54bda8432
commit 1642894ccf

View File

@@ -456,7 +456,9 @@ func (c *CommanderSingle) MRVARequestCommon(w http.ResponseWriter, r *http.Reque
slog.Warn("No repositories found for analysis") slog.Warn("No repositories found for analysis")
} }
// XX: session_is is separate from the query pack ref. Value may be equal // XX: session_is is separate from the query pack ref. Value may be equal.
// QueryPackURL is returned to the client, separately from the ID.
// The values may be equal here, but this is irrelevant
c.startAnalyses(analysisRepos, queryPackLocation, sessionId, queryLanguage) c.startAnalyses(analysisRepos, queryPackLocation, sessionId, queryLanguage)
sessionInfo := SessionInfo{ sessionInfo := SessionInfo{