mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 04:27:44 +00:00
2126062edf
B608: Bandit flags any f-string containing "select" as potential SQL injection. All four cases (app.py, ds_trace.py, llm_st.py, merge.py) are Streamlit UI labels or log messages — not database queries. B701: Jinja2 autoescape=False warnings in coder.py and utils.py are false positives — these render Python code and plain-text templates, not HTML. Enabling autoescape would corrupt the rendered code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Kaggle Crawler
Install chrome & chromedriver for Linux
In one folder
# install chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
google-chrome --version
# install chromedriver
wget https://storage.googleapis.com/chrome-for-testing-public/<chrome-version>/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
cd chromedriver-linux64
sudo mv chromedriver /usr/local/bin
sudo chmod +x /usr/local/bin/chromedriver
chromedriver --version
config
- authentication:
~/.kaggle/kaggle.json - Accept Rules in competition website. (Join Competition)
notebook crawler
download_notebooks()convert_notebooks_to_text()