Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- master
pull_request:
schedule:
# 12:00AM on the first of every month
- cron: "0 0 1 * *"

jobs:
setup:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ lein doc
## Releases

```clojure
# Patch version releases (minor and major increments require a manual edit of version).
# Expect this task to modify project files and deploy to Clojars.
# See `release-tasks` in project.clj for details.
lein release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already recommended a few lines down. Could you consolidate them and separate the instructions so it doesn't look like you should execute them blindly top-to-bottom? I'm often in a hurry when reading this section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'll work on this tomorrow morning when my brain is fresh. I think there is more to do here too, such as warn about the mistakes I made when doing my release 😃 .


# snapshot release
lein deploy

Expand Down
5 changes: 5 additions & 0 deletions dev/ctim/change_schema_version.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(ns ctim.change-schema-version)

(defn -main
[version]
(spit "./resources/version.txt" version))
2 changes: 1 addition & 1 deletion doc/json/actor.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"motivation" : "Ego",
"planning_and_operational_support" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"sophistication" : "Aspirant",
"source" : "string",
Expand Down
2 changes: 1 addition & 1 deletion doc/json/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"id" : "string",
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down
2 changes: 1 addition & 1 deletion doc/json/asset_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"value" : "1.2.3.4"
},
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"specificity" : "Low",
Expand Down
2 changes: 1 addition & 1 deletion doc/json/asset_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"value" : "string"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
Expand Down
2 changes: 1 addition & 1 deletion doc/json/attack_pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
} ],
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down
44 changes: 22 additions & 22 deletions doc/json/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"motivation" : "Ego",
"planning_and_operational_support" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"sophistication" : "Aspirant",
"source" : "string",
Expand Down Expand Up @@ -62,7 +62,7 @@
"value" : "1.2.3.4"
},
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"specificity" : "Low",
Expand Down Expand Up @@ -92,7 +92,7 @@
"value" : "string"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
Expand All @@ -119,7 +119,7 @@
"id" : "string",
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -151,7 +151,7 @@
} ],
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -185,7 +185,7 @@
"language" : "string",
"names" : [ "string" ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -259,7 +259,7 @@
"source" : "string"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -297,7 +297,7 @@
"revision" : 10,
"row_count" : 10,
"rows" : [ [ "anything" ] ],
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -335,7 +335,7 @@
"language" : "string",
"reason" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
Expand Down Expand Up @@ -366,7 +366,7 @@
},
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
Expand Down Expand Up @@ -410,7 +410,7 @@
},
"promotion_method" : "Automated",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"scores" : {
"asset" : 10.0
},
Expand Down Expand Up @@ -453,7 +453,7 @@
"negate" : true,
"producer" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"severity" : "Critical",
"short_description" : "string",
"source" : "string",
Expand Down Expand Up @@ -502,7 +502,7 @@
"reason" : "string",
"reason_uri" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"severity" : "Critical",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -535,7 +535,7 @@
"labels" : [ "adware" ],
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -565,7 +565,7 @@
"entity_type" : "string"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
Expand All @@ -587,7 +587,7 @@
"language" : "string",
"relationship_type" : "attributed-to",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_ref" : "string",
Expand All @@ -599,7 +599,7 @@
"type" : "relationship"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"sighting_refs" : [ "string" ],
"sightings" : [ {
Expand Down Expand Up @@ -867,7 +867,7 @@
} ],
"resolution" : "detected",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"sensor" : "endpoint",
"sensor_coordinates" : {
"observables" : [ {
Expand Down Expand Up @@ -914,7 +914,7 @@
"id" : "string",
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -960,7 +960,7 @@
"labels" : [ "credential-exploitation" ],
"language" : "string",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"last_modified_date" : "2016-01-01T01:01:01.000Z",
"published_date" : "2016-01-01T01:01:01.000Z",
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down Expand Up @@ -1182,7 +1182,7 @@
"strategy" : "Attack Surface Reduction"
} ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down
2 changes: 1 addition & 1 deletion doc/json/campaign.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"language" : "string",
"names" : [ "string" ],
"revision" : 10,
"schema_version" : "1.3.25",
"schema_version" : "1.3.25-SNAPSHOT",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
Expand Down
Loading