Skip to content

Commit

Permalink
Merge pull request #554 from cisagov/AL-remove-hibp
Browse files Browse the repository at this point in the history
Remove HIBP
  • Loading branch information
schmelz21 authored Aug 19, 2024
2 parents ddc36c3 + 8e30d4a commit 9c25ff5
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1,045 deletions.
1 change: 0 additions & 1 deletion backend/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ staging:
SIXGILL_CLIENT_ID: ${ssm:/crossfeed/staging/SIXGILL_CLIENT_ID}
SIXGILL_CLIENT_SECRET: ${ssm:/crossfeed/staging/SIXGILL_CLIENT_SECRET}
INTELX_API_KEY: ${ssm:/crossfeed/staging/INTELX_API_KEY}
HIBP_API_KEY: ${ssm:/crossfeed/staging/HIBP_API_KEY}
PE_SHODAN_API_KEYS: ${ssm:/crossfeed/staging/PE_SHODAN_API_KEYS}
JWT_SECRET: ${ssm:/crossfeed/staging/APP_JWT_SECRET}
LOGIN_GOV_REDIRECT_URI: ${ssm:/crossfeed/staging/LOGIN_GOV_REDIRECT_URI}
Expand Down
7 changes: 0 additions & 7 deletions backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ resources:
VisibilityTimeout: 18000 # 5 hours
MaximumMessageSize: 262144 # 256 KB
MessageRetentionPeriod: 604800 # 7 days
HibpQueue:
Type: AWS::SQS::Queue
Properties:
QueueName: ${self:provider.stage}-hibp-queue
VisibilityTimeout: 18000 # 5 hours
MaximumMessageSize: 262144 # 256 KB
MessageRetentionPeriod: 604800 # 7 days
IntelxQueue:
Type: AWS::SQS::Queue
Properties:
Expand Down
1 change: 0 additions & 1 deletion backend/src/models/vulnerability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export class Vulnerability extends BaseEntity {
| 'webpage_status_code'
| 'certs'
| 'shodan'
| 'hibp'
| 'lookingGlass'
| 'dnstwist'
| 'rootDomainSync';
Expand Down
1 change: 0 additions & 1 deletion backend/src/tasks/ecs-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class ECSClient {
`CENSYS_API_SECRET=${process.env.CENSYS_API_SECRET}`,
`WORKER_USER_AGENT=${process.env.WORKER_USER_AGENT}`,
`SHODAN_API_KEY=${process.env.SHODAN_API_KEY}`,
`HIBP_API_KEY=${process.env.HIBP_API_KEY}`,
`SIXGILL_CLIENT_ID=${process.env.SIXGILL_CLIENT_ID}`,
`SIXGILL_CLIENT_SECRET=${process.env.SIXGILL_CLIENT_SECRET}`,
`PE_SHODAN_API_KEYS=${process.env.PE_SHODAN_API_KEYS}`,
Expand Down
151 changes: 0 additions & 151 deletions backend/src/tasks/hibp.ts

This file was deleted.

Loading

0 comments on commit 9c25ff5

Please sign in to comment.