threatnote icon indicating copy to clipboard operation
threatnote copied to clipboard

threatnote.io | Cyber Threat Intelligence Notebook

Results 20 threatnote issues
Sort by recently updated
recently updated
newest added

threatnote_1 | sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: requirements.friendly_id threatnote_1 | [SQL: INSERT INTO requirements (friendly_id, title, owner, priority, summary, gaps, collection_requirements, deliverables, time_requirement, creator, is_archived) VALUES (?, ?, ?, ?,...

Starting threatnote_threatnote_1 ... done Attaching to threatnote_threatnote_1 threatnote_1 | [2022-05-18 06:44:08 +0000] [8] [INFO] Starting gunicorn 20.1.0 threatnote_1 | [2022-05-18 06:44:08 +0000] [8] [INFO] Listening at: http://0.0.0.0:5000 (8) threatnote_1 |...

Deployed the threatnote service using EC2 / Docker on AWS: * Had to change the `app.config['SERVER_NAME']` in `config.py` to the AWS domain, since i was running into [this issue](https://github.com/brianwarehime/threatnote/issues/14) after...

From here: `https://github.com/brianwarehime/threatnote/blob/master/threatnote/config.py#L21` looks like `sqlite` is the default db. Since this project seems to be using [SQLAlchemy](https://www.sqlalchemy.org/) can we just customize `https://github.com/brianwarehime/threatnote/blob/master/threatnote/config.py#L20` to use `Postgres` or `MySQL` ?

Building off of https://github.com/brianwarehime/threatnote/issues/14

threatnote_1 | /usr/local/lib/python3.8/site-packages/flask/app.py:2171: UserWarning: Current server name 'localhost:5000' doesn't match configured server name 'local.docker:5000' threatnote_1 | return self.url_map.bind_to_environ( threatnote_1 | /usr/local/lib/python3.8/site-packages/flask/app.py:2171: UserWarning: Current server name 'localhost:5000' doesn't match configured server...

Ability to avoid pulling URLs from references as IOCs when writing a report -- or a better way to manage references.

When clicking on IOCs in a lengthy report, it is a little cumbersome to have to scroll to the top of the page to see the contextual data from enrichment....