Merge pull request #913 from gear0/master

Update broken link in Golang SSTI references
This commit is contained in:
SirBroccoli 2024-08-12 16:38:04 +02:00 committed by GitHub
commit 5b5fb3aa27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1017,7 +1017,7 @@ func (p Person) Secret (test string) string {
**More information**
* [https://blog.takemyhand.xyz/2020/05/ssti-breaking-gos-template-engine-to.html](https://blog.takemyhand.xyz/2020/05/ssti-breaking-gos-template-engine-to.html)
* [https://blog.takemyhand.xyz/2020/06/ssti-breaking-gos-template-engine-to](https://blog.takemyhand.xyz/2020/06/ssti-breaking-gos-template-engine-to)
* [https://www.onsecurity.io/blog/go-ssti-method-research/](https://www.onsecurity.io/blog/go-ssti-method-research/)
### More Exploits