mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Place CSAF files in the right folder.
This commit is contained in:
parent
54fac3b3ab
commit
dab359dd91
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ func (c *controller) upload(r *http.Request) (interface{}, error) {
|
||||||
|
|
||||||
rolie.Updated = csaf.TimeStamp(time.Now())
|
rolie.Updated = csaf.TimeStamp(time.Now())
|
||||||
|
|
||||||
year := strconv.Itoa(ex.currentReleaseDate.Year())
|
year := strconv.Itoa(ex.initialReleaseDate.Year())
|
||||||
|
|
||||||
csafURL := c.cfg.Domain +
|
csafURL := c.cfg.Domain +
|
||||||
"/.well-known/csaf/" + ts + "/" + year + "/" + newCSAF
|
"/.well-known/csaf/" + ts + "/" + year + "/" + newCSAF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue