delete paperr (#758)

This commit is contained in:
sadayuki-matsuno
2019-01-12 22:40:56 +09:00
committed by Kota Kanbe
parent ca2160264a
commit 63b7f4a8db
3 changed files with 57 additions and 63 deletions

View File

@@ -684,7 +684,6 @@ type Exploit struct {
URL string `json:"url"`
Description string `json:"description"`
DocumentURL *string `json:"documentURL,omitempty"`
PaperURL *string `json:"paperURL,omitempty"`
ShellCodeURL *string `json:"shellCodeURL,omitempty"`
BinaryURL *string `json:"binaryURL,omitempty"`
}