bug-bounty362
xss309
google231
facebook189
microsoft186
apple129
exploit99
rce90
csrf79
account-takeover64
bragging-post62
authentication-bypass59
writeup51
access-control49
browser48
defi48
smart-contract47
ethereum44
open-source42
malware41
privilege-escalation39
ssrf38
sql-injection38
web336
ai-agents35
docker34
cve33
smart-contract-vulnerability33
dos31
aws30
idor29
react29
information-disclosure29
api-security29
denial-of-service28
supply-chain28
burp-suite26
solidity25
clickjacking25
oauth24
wordpress23
race-condition23
web-security23
node22
vulnerability-disclosure22
remote-code-execution22
phishing21
automation21
responsible-disclosure21
reverse-engineering21
0
2/10
MSVC's experimental `/experimental:constevalVfuncNoVtable` compiler flag violates C++20 standards by omitting vtable pointers from polymorphic types with consteval-only virtual functions, causing type traits like `is_polymorphic` to incorrectly report false and breaking RTTI conformance, while the conforming `/experimental:constevalVfuncVtable` flag matches GCC and Clang behavior.
c++
compiler-bug
msvc
constexpr
virtual-functions
type-system
standards-compliance
polymorphism
rtti
MSVC
P1064
Arthur O'Dwyer
GCC
Clang
C++20