George Haraksin
ad1834acb2
Merge branch 'master' of https://github.com/arcsector/MISP-Taxii-Server
2020-05-14 16:15:43 -07:00
haraksin
4a41e963df
getting collection names for name lookup
2020-05-14 16:15:23 -07:00
George Haraksin
1a083c7378
Merge branch 'master' of https://github.com/arcsector/MISP-Taxii-Server
2020-05-14 15:55:50 -07:00
haraksin
934bcf1b6a
Adding collections and publish args and features.
2020-05-13 19:21:52 -07:00
George Haraksin
c28ab6f3af
fixing merge conflicts
2020-05-13 15:30:46 -07:00
haraksin
00e70113ad
Add src/ to gitignore
2020-05-13 15:29:20 -07:00
George Haraksin
f3c583f0f4
adding src/ to gitignure
2020-05-13 15:28:11 -07:00
haraksin
8a20458898
removing gitignore changes
2020-05-13 13:59:56 -07:00
haraksin
823822bbf1
Making dedup optional
2020-05-13 13:49:34 -07:00
haraksin
c55f9994c6
Adding deduplication as an optional item
2020-05-13 13:41:12 -07:00
haraksin
277dfcdb97
Dealing with key issue in search
...
Line 70
2020-05-06 21:05:36 -07:00
haraksin
b50a60485f
adding Loader to push_published_to_taxii
...
adding local-server default yaml and remote-servers default yaml
2020-05-06 17:28:04 -07:00
arcsector
53309e3477
Include Loader in hooks.py
2020-05-06 17:00:04 -07:00
arcsector
c86e4940af
Including pyaml's Loader to suppress warnings
...
See these docs for info: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
2020-05-06 16:58:21 -07:00
Hannah Ward
2300977908
Change default param of override uri
2019-04-02 10:36:55 +01:00
Hannah Ward
1e46961dad
Move mysqlclient instruction above pip operation
2019-03-06 13:54:54 +00:00
Hannah Ward
e7389306bb
new: Add resolution for multiple POLL uris
2019-02-21 13:50:06 +00:00
Hannah Ward
2e2081ec48
chg: PEP8 push script
2019-02-18 11:28:44 +00:00
Hannah Ward
a84e728b14
fix: Update FAQ for new sync-data script
2019-02-15 12:18:28 +00:00
Hannah Ward
b85136826d
fix: Sytax of tests
2019-02-12 17:32:50 +00:00
Hannah Ward
bc8a6ee9b2
fix: Just use one test file
2019-02-12 17:28:31 +00:00
Hannah Ward
629566b3eb
fix: don't try to install submodules
2019-02-12 17:17:28 +00:00
Hannah Ward
8c0db22b0f
fix: Update installation instructions
2019-02-12 17:12:32 +00:00
Hannah Ward
734cfecd0e
chg: Move to latest openTaxii
2019-02-12 17:11:36 +00:00
Hannah Ward
0f598f9f88
fix: Remove now unsubmoduled directories
2019-02-12 16:41:25 +00:00
Hannah Ward
8916940df2
fix: Remove submodules
2019-02-12 16:40:43 +00:00
Hannah Ward
d7f90e151b
fix: Use misp-testable
2019-02-12 16:23:02 +00:00
Hannah Ward
83d43fd704
Merge pull request #57 from gekkeharry13/patch-1
...
PyMISP response structure modification
2018-12-19 11:32:07 +00:00
Jeffrey E
b29be6a1b4
Fix for working with latest version
...
It seems that the latest version of pyMISP or MISP itself has changed it data structure. After reviewing the response, this change seemed logical and it is working (at least for me).
2018-12-19 12:26:06 +01:00
Hannah Ward
94767a47dd
Merge branch 'master' of github.com:MISP/MISP-Taxii-Server
2018-10-24 17:44:47 +01:00
Hannah Ward
a1eb399a02
fix: Add missing \
2018-10-24 17:43:55 +01:00
Hannah Ward
323efad595
new: Add docker
2018-10-24 17:40:59 +01:00
Hannah Ward
f6dc42db2c
Merge pull request #46 from davidonzo/master
...
Fix for the "Data truncated for column..." warning
2018-02-27 19:06:19 +09:00
Davide Baglieri
e582958892
Fix for the "Data truncated for column..." warning
...
Adding a STIX file bigger than 65,535 bytes, the mysql max size for text type is reached.
So the file is truncated and not importable in MISP via the OpenTAXII hook.
Here is my pragmatic solution.
2018-02-26 19:14:43 +01:00
Hannah Ward
ec5756bbe1
Merge pull request #44 from SHSauler/patch-5
...
README: More FAQs
2018-02-15 01:00:23 +09:00
Steffen Sauler
b93360c7b7
More troubleshooting
...
+ Nothing appears in MISP
+ InsecureRequestWarning
+ Verifying the database
2018-02-14 16:58:36 +01:00
Hannah Ward
b1deeea46f
Merge pull request #43 from SHSauler/patch-4
...
Fix: timestamp help text
2018-02-14 19:18:20 +09:00
Hannah Ward
ddc3ed3bb5
Merge pull request #42 from SHSauler/patch-3
...
Readme Troubleshooting: Specified key was too long
2018-02-14 19:17:48 +09:00
Steffen Sauler
4ebdb4ac5d
Fix: timestamp help text
...
YYYY-MM-DD to YYYY-MM-DDTHH:MM:SS
2018-02-14 10:29:41 +01:00
Steffen Sauler
9125146e57
Readme Troubleshooting: Specified key was too long
2018-02-14 10:08:17 +01:00
Hannah Ward
52337596dc
fix: Add TZInfo to poll times
2018-02-13 11:58:26 +00:00
Hannah Ward
8d3fe017b3
Merge pull request #39 from SHSauler/patch-2
...
Fix: subscription_id variable name
2018-02-13 20:45:15 +09:00
Steffen Sauler
bcdcd68031
Fix: subscription_id
2018-02-09 11:07:30 +01:00
Hannah Ward
477a70ff2c
Merge pull request #38 from SHSauler/patch-1
...
Adding subscription_id argument
2018-02-08 02:26:58 +09:00
Steffen Sauler
82d1709193
Adding subscription_id argument
2018-02-07 18:14:59 +01:00
Hannah Ward
db60d29f68
new: Add poll time span ability
...
Use --start and --end
2018-02-06 13:35:31 +00:00
Hannah Ward
6f3627e565
fix: Parge is not a word!
2018-01-11 10:25:44 +00:00
Hannah Ward
171bd70afc
fix: Log to the right places
2017-12-28 12:21:26 +00:00
Hannah Ward
f1f4addfe3
chg: Set default log format to include timestamp
...
Fixes #32
2017-12-27 10:14:36 +00:00
Hannah Ward
5192d90576
new: Add issue template
2017-11-07 11:29:03 +00:00