Skip to content

Commit

Permalink
s/fireeye/mandiant
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Sep 27, 2021
1 parent 2ae9357 commit 7dc4409
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/check_sample_filenames.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Check testfiles data directory for consistent naming.
Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
Copyright (C) 2020 Mandiant, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at: [package root]/LICENSE.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout capa
uses: actions/checkout@v2
with:
repository: fireeye/capa
repository: mandiant/capa
token: ${{ secrets.CAPA_TOKEN }}
- name: Checkout capa-testfiles
uses: actions/checkout@v2
Expand All @@ -25,5 +25,5 @@ jobs:
- name: Push changes to capa
uses: ad-m/github-push-action@master
with:
repository: fireeye/capa
repository: mandiant/capa
github_token: ${{ secrets.CAPA_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Checkout capa without submodules
uses: actions/checkout@v2
with:
repository: fireeye/capa
repository: mandiant/capa
- name: Checkout capa-rules
uses: actions/checkout@v2
with:
repository: fireeye/capa-rules
repository: mandiant/capa-rules
path: rules
- name: Checkout capa-testfiles
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Resources for testing capa
Data to test capa's [code](https://github.com/fireeye/capa) and [rules](https://github.com/fireeye/capa-rules).
Data to test capa's [code](https://github.com/mandiant/capa) and [rules](https://github.com/mandiant/capa-rules).

## Naming conventions
We use the following conventions to organize the capa test data.
Expand Down
2 changes: 1 addition & 1 deletion sigs/test_aulldiv.pat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
# Copyright (C) 2020 Mandiant, Inc. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at: [package root]/LICENSE.txt
Expand Down

0 comments on commit 7dc4409

Please sign in to comment.