Update broken link in Golang SSTI references

This commit is contained in:
gear0 2024-08-07 13:02:30 +02:00 committed by GitHub
parent 495183ab52
commit 156ea8b2ce
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