Skip to content

Commit

Permalink
ESC9b -- post processing (#376)
Browse files Browse the repository at this point in the history
* implemented post processing for esc9b

* updated integration tests for esc9b

* additional integration tests for e
sc9a

* removed edges to be tested from harnesses

* fixed build error and ran license check

* PR feedback

* added error logging back
  • Loading branch information
maffkipp authored Feb 2, 2024
1 parent d1c9f36 commit d4c74bb
Show file tree
Hide file tree
Showing 29 changed files with 9,235 additions and 181 deletions.
501 changes: 484 additions & 17 deletions cmd/api/src/analysis/ad/adcs_integration_test.go

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions cmd/api/src/api/v2/apiclient/savedqueries.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2024 Specter Ops, Inc.
//
// Licensed under the Apache License, Version 2.0
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// SPDX-License-Identifier: Apache-2.0

package apiclient

import (
Expand Down
16 changes: 16 additions & 0 deletions cmd/api/src/daemons/datapipe/jobs_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2024 Specter Ops, Inc.
//
// Licensed under the Apache License, Version 2.0
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// SPDX-License-Identifier: Apache-2.0

package datapipe_test

import (
Expand Down
1,364 changes: 1,333 additions & 31 deletions cmd/api/src/test/integration/harnesses.go

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions cmd/api/src/test/integration/harnesses/esc9aharness.svg

This file was deleted.

Loading

0 comments on commit d4c74bb

Please sign in to comment.