::
- 12/03/16-19:20:14.85859 10.10.10.4:58274 -> 192.0.78.24:443 VERSION='TLS 1.2' suricata-ids.org NOTBEFORE='2016-10-27T20:36:00' NOTAFTER='2017-01-25T20:36:00'
+ 12/03/16-19:20:14.85859 10.10.10.4:58274 -> 192.0.78.24:443 VERSION='TLS 1.2' suricata.io NOTBEFORE='2016-10-27T20:36:00' NOTAFTER='2017-01-25T20:36:00'
::
12/03/16-19:20:20.36849 10.10.10.4:39472 -> 192.30.253.113:443 VERSION='TLS 1.2' github.com NOTBEFORE='2016-03-10T00:00:00' NOTAFTER='2018-05-17T12:00:00'
"rcode": "NOERROR",
"answers": [
{
- "rrname": "www.suricata-ids.org",
+ "rrname": "www.suricata.io",
"rrtype": "CNAME",
"ttl": 3324,
- "rdata": "suricata-ids.org"
+ "rdata": "suricata.io"
},
{
- "rrname": "suricata-ids.org",
+ "rrname": "suricata.io",
"rrtype": "A",
"ttl": 10,
"rdata": "192.0.78.24"
},
{
- "rrname": "suricata-ids.org",
+ "rrname": "suricata.io",
"rrtype": "A",
"ttl": 10,
"rdata": "192.0.78.25"
"192.0.78.25"
],
"CNAME": [
- "suricata-ids.org"
+ "suricata.io"
]
}
}
community-id-seed: 0
-.. _deprecation policy: https://suricata-ids.org/about/deprecation-policy/
+.. _deprecation policy: https://suricata.io/our-story/deprecation-policy/
def GetBuildStatus(builder, buildid, extension="", builder_name = None):
if builder_name == None:
builder_name = username + extension
- # https://buildbot.suricata-ids.org/json/builders/build%20deb6/builds/11
+ # https://buildbot.oisf.net/json/builders/build%20deb6/builds/11
request = urllib.request.Request(JSON_BUILDERS_URI + builder_name + '/builds/' + str(buildid))
page = urllib.request.urlopen(request)
result = page.read()
s->init_data->negated = false;
if (st->flags & SIGMATCH_INFO_DEPRECATED) {
-#define URL "https://suricata-ids.org/about/deprecation-policy/"
+#define URL "https://suricata.io/our-story/deprecation-policy/"
if (st->alternative == 0)
SCLogWarning(SC_WARN_DEPRECATED, "keyword '%s' is deprecated "
"and will be removed soon. See %s", st->name, URL);