我是python和sqlite的新手,因此我需要一些专家或友好的建议。我正在尝试使用Tweepy捕获推文并将其存储在SQLite数据库中。以下是代码
let headerParameters = [
"Content-Type": "application/json",
"Accept": "application/json",
"AccessKey" : awsCredentials.accessKey,
"SecretKey" : awsCredentials.secretKey,
"SessionKey" : awsCredentials.sessionKey,
"Authorization" :
AWSCognitoUserPoolsSignInProvider.sharedInstance().getUserPool().currentUser()?.getSession().result?.idToken?.tokenString
]
有人可以验证它是否容易受到SQL注入攻击。我的数据库中唯一的数据输入源是twitter。