kedbirhan
kedbirhan
(venv) ➜ ScoutSuite git:(v6-alpha) ✗ python scout.py aws --server-only /Users/kbirhan/git/open-source/ScoutSuite/scoutsuite-report/scoutsuite-results/scoutsuite_results_aws-kb-dev-audit-user1.json 2022-02-11 19:22:23 Kedirs-MBP scout[1152] INFO Launching Scout 2022-02-11 19:22:23 Kedirs-MBP scout[1152] INFO Starting local server for web interface server gets...
@xnkevinnguyen and @SophieDorval tried upgrading to msgraph-core but some of the code is broken specifically in ScoutSuite/providers/azure/facade/aad.py
i am having the same issue with just creating a bucket with an access policy as well. ``` ts const logBucket = new Bucket( this, ${config.kitName}-alb-logs-bucket, { blockPublicAccess: BlockPublicAccess.BLOCK_ALL, removalPolicy:RemovalPolicy.DESTROY,...
``` SELECT json_extract(myblob, '$.name') AS name, json_extract(myblob, '$.projects') AS projects FROM dataset ``` it would help a lot to support `json_extract` function to manipulate json string field as shown above.
1. Should it be implemented as a built in sql function? yes this would be the case as this is true for Athena's [json_extract](https://docs.aws.amazon.com/athena/latest/ug/extracting-data-from-JSON.html) function. 3. Is the string to...
Query ```sql SELECT requestParameters from logs-cloudtrail WHERE requestParameters.nextToken is not null LIMIT 25 ``` Response ```log 400 {error={reason=There was internal problem at backend, details=FLAT_OBJECT fieldName types are currently not supported.,...
```sql SELECT * FROM logs-cloudtrail WHERE ( (eventName = 'CreateInstanceExportTask' AND eventSource = 'ec2.amazonaws.com') AND NOT ( (errorMessage LIKE '%%%' ) OR (errorCode LIKE '%%%') OR (responseElements LIKE '%Failure%' )))...
this issues have been open for a year now anyone going work on this???.
we don't even have a way to do basic Ip address lookups, why are you guys working on the next level before even having a basic way to query ip...
Forcing @xstate/react to use React 19 is the recommended approach to resolve this issue until an official fix is released.