Skip to content

Commit 2c29fa8

Browse files
committed
chore: pfc
1 parent 8318c14 commit 2c29fa8

File tree

9 files changed

+1504
-1184
lines changed

9 files changed

+1504
-1184
lines changed

cmd/api/src/database/migration/extensions/ad_graph_schema.sql

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
-- Copyright 2026 Specter Ops, Inc.
2+
--
3+
-- Licensed under the Apache License, Version 2.0
4+
-- you may not use this file except in compliance with the License.
5+
-- You may obtain a copy of the License at
6+
--
7+
-- http://www.apache.org/licenses/LICENSE-2.0
8+
--
9+
-- Unless required by applicable law or agreed to in writing, software
10+
-- distributed under the License is distributed on an "AS IS" BASIS,
11+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
-- See the License for the specific language governing permissions and
13+
-- limitations under the License.
14+
--
15+
-- SPDX-License-Identifier: Apache-2.0
116
-- Code generated by Cuelang code gen. DO NOT EDIT!
217
-- Cuelang source: github.com/specterops/bloodhound/-/tree/main/packages/cue/schemas/
318
CREATE OR REPLACE FUNCTION genscript_upsert_kind(node_kind_name TEXT) RETURNS SMALLINT AS $$
@@ -341,4 +356,4 @@ DROP FUNCTION IF EXISTS genscript_upsert_source_kind;
341356
DROP FUNCTION IF EXISTS genscript_upsert_schema_node_kind;
342357
DROP FUNCTION IF EXISTS genscript_upsert_schema_relationship_kind;
343358
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments;
344-
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments_principal_kinds;
359+
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments_principal_kinds;

cmd/api/src/database/migration/extensions/az_graph_schema.sql

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
-- Copyright 2026 Specter Ops, Inc.
2+
--
3+
-- Licensed under the Apache License, Version 2.0
4+
-- you may not use this file except in compliance with the License.
5+
-- You may obtain a copy of the License at
6+
--
7+
-- http://www.apache.org/licenses/LICENSE-2.0
8+
--
9+
-- Unless required by applicable law or agreed to in writing, software
10+
-- distributed under the License is distributed on an "AS IS" BASIS,
11+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
-- See the License for the specific language governing permissions and
13+
-- limitations under the License.
14+
--
15+
-- SPDX-License-Identifier: Apache-2.0
116
-- Code generated by Cuelang code gen. DO NOT EDIT!
217
-- Cuelang source: github.com/specterops/bloodhound/-/tree/main/packages/cue/schemas/
318
CREATE OR REPLACE FUNCTION genscript_upsert_kind(node_kind_name TEXT) RETURNS SMALLINT AS $$
@@ -280,4 +295,4 @@ DROP FUNCTION IF EXISTS genscript_upsert_source_kind;
280295
DROP FUNCTION IF EXISTS genscript_upsert_schema_node_kind;
281296
DROP FUNCTION IF EXISTS genscript_upsert_schema_relationship_kind;
282297
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments;
283-
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments_principal_kinds;
298+
DROP FUNCTION IF EXISTS genscript_upsert_schema_environments_principal_kinds;

cmd/ui/public/mockServiceWorker.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Copyright 2026 Specter Ops, Inc.
2+
//
3+
// Licensed under the Apache License, Version 2.0
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
//
15+
// SPDX-License-Identifier: Apache-2.0
116
/* eslint-disable */
217
/* tslint:disable */
318

packages/csharp/graphschema/PropertyNames.cs

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
Copyright 2026 Specter Ops, Inc.
3+
4+
Licensed under the Apache License, Version 2.0
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
SPDX-License-Identifier: Apache-2.0
17+
*/
118
// <auto-generated/>
219
// Code generated by Cuelang code gen. DO NOT EDIT!
320
// Cuelang source: github.com/specterops/bloodhound/-/tree/main/packages/cue/schemas/
@@ -165,4 +182,4 @@ public static class PropertyNames {
165182
public static readonly string GPOStatus = "gpostatus";
166183

167184
}
168-
}
185+
}

packages/go/graphschema/ad/ad.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/go/graphschema/azure/azure.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/go/graphschema/common/common.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/go/graphschema/graph.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)