forgedhallpass
fdd22ab668
refactor: Wrap errors using %w in fmt.Errorf
...
see:
* https://github.com/xxpxxxxp/intellij-plugin-golangci-lint/blob/master/explanation/goerr113.md
* https://go.dev/blog/go1.13-errors#wrapping-errors-with-w
2021-11-25 16:24:37 +02:00
forgedhallpass
4bccb6cf8a
fix: File and directory creation permission changes
...
Directories: 0755 (5 - group and other can read cd into the directory and read it's content)
Files: 0644 (4 - group and other can only read the created files)
Tests files: 0777
2021-11-25 14:37:57 +02:00
Sajad
f74ff3fc49
Tag based struct validation ( #1256 )
...
* Added tag based struct validation
2021-11-20 13:25:27 +05:30
Ice3man543
c6445519ec
Fixed bug with github client and paths with no slash
2021-10-25 18:19:27 +05:30
Pedro López Mareque
2aade725b7
chore: fix pr comment
2021-10-19 17:17:45 +02:00
Pedro López Mareque
8df46e1774
chore: fix pr comment
2021-10-19 17:15:58 +02:00
Pedro López Mareque
5a03acb2ef
chore: fix pr comment
2021-10-18 20:54:30 +02:00
Pedro López Mareque
12cf051271
chore: fix pr comment
2021-10-18 20:52:35 +02:00
Pedro López Mareque
befb79decb
chore: fix pr comment
2021-10-18 20:49:12 +02:00
Pedro López Mareque
9734297d2d
chore: fix pr comment
2021-10-18 20:48:23 +02:00
Pedro López Mareque
2e26b0fa49
chore: fix pr comments
2021-10-18 20:45:51 +02:00
Pedro Lopez Mareque
61ca557faf
chore: improve doc
2021-10-15 14:59:16 +02:00
Pedro Lopez Mareque
5baecfcec2
chore: fix conflicts
2021-10-15 14:55:51 +02:00
Pedro Lopez Mareque
54b3140194
fix: add validation for github and gitblab options
2021-10-15 14:51:55 +02:00
Ice3man
0e3c656103
Added curl command to http request report ( #1107 )
...
* Added curl command to http request report
2021-10-15 11:25:50 +03:00
Sandeep Singh
b984f7d63c
Merge pull request #1036 from revblock/master
...
resolves project-discovery/nuclei#822 - Add severity label to GitHub reporter
2021-09-26 18:35:34 +05:30
sandeep
74253459a8
misc update
2021-09-26 18:20:05 +05:30
sandeep
9490146db9
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into disk-cleanup
2021-09-26 18:08:15 +05:30
Ice3man543
1bf023abc2
Disk report should include matcher or extractor name
2021-09-25 21:40:38 +05:30
sandeep
76b86ba2a0
disk cleanups
2021-09-19 16:26:47 +05:30
Ice3man
712e3aeb72
Update elasticsearch.go
2021-09-18 15:59:01 +05:30
Scott Bamforth
4e7f1eef37
Fix formatting
2021-09-17 21:20:23 +01:00
Revblock
8db02e8191
Merge branch 'dev' into master
2021-09-17 21:19:31 +01:00
Scott Bamforth
a4be346e4d
Add severity label to Gitlab/JIRA reporter
2021-09-17 21:08:48 +01:00
Revblock
10cc08c758
Add severity label to GitHub reporter
2021-09-17 13:36:28 +01:00
forgedhallpass
c5a1753548
Merge branch 'dev' into patch-4
2021-09-16 20:35:43 +03:00
forgedhallpass
261279d4c2
Merge pull request #1032 from projectdiscovery/metadata-update
...
Replaced the "additional-fields" attribute with "metadata" for convenience
2021-09-16 20:29:17 +03:00
Geeknik Labs
20a1a5c9da
Update elasticsearch.go
...
typo fix
2021-09-16 11:38:15 -05:00
sandeep
bfb0a994d8
additional-fields to metadata
2021-09-16 21:16:47 +05:30
forgedhallpass
c762cc88aa
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-10 15:33:09 +03:00
Ice3man543
ae511cb82f
Misc
2021-09-09 20:08:05 +05:30
Ice3man543
11636f5bfc
Support multiple cve-ids
2021-09-09 20:05:43 +05:30
Ice3man543
ab34aa991e
Formatting changes
2021-09-09 19:59:42 +05:30
Ice3man543
6012994405
Misc changes to reporting
2021-09-09 19:56:39 +05:30
Ice3man543
ee74561bbf
Misc
2021-09-09 19:54:10 +05:30
Ice3man543
d75a85a68f
Uppercase
2021-09-09 19:49:01 +05:30
Ice3man543
e683212bb8
Made irr default for reporting + misc on new fields
2021-09-09 18:53:55 +05:30
Ice3man543
6192c97d40
Added new fields to reporting
2021-09-09 03:30:17 +05:30
forgedhallpass
555e609173
Merge remote-tracking branch 'origin/dev' into code_smells
2021-09-07 17:36:34 +03:00
forgedhallpass
0ce33927c7
Typo fixes.
2021-09-07 17:31:46 +03:00
forgedhallpass
16a54e3b98
YAML Unmarshal error in reporting template #995
2021-09-03 16:48:39 +03:00
forgedhallpass
0cabce518f
Merge branch 'dev' into code_smells
2021-09-02 12:30:43 +03:00
ganoes
426b95bdf4
Added logger
2021-09-01 11:43:02 +02:00
Ganoes
5c81e5a640
Merge branch 'dev' into dev
2021-09-01 11:37:28 +02:00
ganoes
88ed8a64cd
Updated names of variables to follow guidelines
2021-09-01 11:30:22 +02:00
forgedhallpass
40d88d2304
In-lined error checks, reduced scope of error variables, introduced new error variables instead of re-using them
2021-08-31 12:55:52 +03:00
Ice3man543
e7a0417bc2
Fixed interactsh edge case + debug mode logging for interact
2021-08-26 02:43:58 +05:30
Ice3man543
63bc417398
Use older ioutil package for compatibility
2021-08-25 14:19:46 +05:30
Ice3man
d8b9172559
Merge pull request #973 from projectdiscovery/elasticsearch-export
...
Elasticsearch export
2021-08-25 13:56:12 +05:30
Ice3man
d4e6aac3be
Merge pull request #962 from Nishan8583/elasticsearch-export
...
Elasticsearch export
2021-08-25 13:55:47 +05:30